The llms.txt standard
The standard is defined at at their website: llms-txt. Basically, it is a way to document projects for easy use with AI.
Example use
Most any LLM model allows file usage; download /llms-full.txt
, provide it to your LLM, then ask it anything about typeCAD. It should have the entire website and API available as a source of information.
Embed /llms-full.txt
into a vector database and create your own agents. Langflow or Flowise work well for this. A scraper could also be used to download all the markdown files for more specific or fine-tuned approaches.