pyfcstm.llm._resources

Private loading and integrity helpers for packaged LLM guides.

get_guide_prompt

pyfcstm.llm._resources.get_guide_prompt(resource_name: str, checksum_name: str, resource_label: str, raise_on_integrity_error: bool) str[source]

Load, normalize, and verify a packaged guide.

get_guide_prompt_path

pyfcstm.llm._resources.get_guide_prompt_path(resource_name: str, checksum_name: str, resource_label: str, text_api_name: str, raise_on_integrity_error: bool) str[source]

Return a verified filesystem path when the installation exposes one.

get_guide_prompt_metadata

pyfcstm.llm._resources.get_guide_prompt_metadata(resource_name: str, checksum_name: str, resource_label: str, raise_on_integrity_error: bool) Dict[str, str | int][source]

Return deterministic metadata for a packaged guide.