llms.txt
EFP Context files
The following context files adhere to the llms.txt standard.
- Minimal: https://docs.efp.app/llms.txt [Download]
- Full: https://docs.efp.app/llms-full.txt [Download]
⚠️ CAUTION
Large language models and agents can sometimes ‘hallucinate’ responses or return otherwise inaccurate data.
Why Use llms.txt
?
From llmstxt.org:
Large language models increasingly rely on website information, but face a critical limitation: context windows are too small to handle most websites in their entirety. Converting complex HTML pages with navigation, ads, and JavaScript into LLM-friendly plain text is both difficult and imprecise.
While websites serve both human readers and LLMs, the latter benefit from more concise, expert-level information gathered in a single, accessible location. This is particularly important for use cases like development environments, where LLMs need quick access to programming documentation and APIs.