pub fn generate_llms_txt(
config: &CompiledConfig,
base_url: Option<&str>,
) -> StringExpand description
Generate an llms.txt string from a compiled CELLSTATE config.
Output follows the llms.txt specification: Markdown format with structured sections describing the agent’s capabilities.