97e91a83f3
Ruff / Ruff (push) Has been cancelled
Test / Core Tests (push) Has been cancelled
Test / Offline Coverage Tests (Python 3.10) (push) Has been cancelled
Test / Offline Coverage Tests (Python 3.11) (push) Has been cancelled
Test / Offline Coverage Tests (Python 3.12) (push) Has been cancelled
Test / Offline Coverage Tests (Python 3.13) (push) Has been cancelled
Test / Offline Coverage Tests (Python 3.9) (push) Has been cancelled
Test / Full Coverage (Python 3.11) (push) Has been cancelled
Test / Core Provider Tests (OpenAI) (push) Has been cancelled
Test / Core Provider Tests (Anthropic) (push) Has been cancelled
Test / Core Provider Tests (Google) (push) Has been cancelled
Test / Core Provider Tests (Other) (push) Has been cancelled
Test / Anthropic Tests (push) Has been cancelled
Test / Gemini Tests (push) Has been cancelled
Test / Google GenAI Tests (push) Has been cancelled
Test / Vertex AI Tests (push) Has been cancelled
Test / OpenAI Tests (push) Has been cancelled
Test / Writer Tests (push) Has been cancelled
Test / Auto Client Tests (push) Has been cancelled
ty / type-check (push) Has been cancelled
1.3 KiB
1.3 KiB
authors, categories, comments, date, description, draft, slug, tags
| authors | categories | comments | date | description | draft | slug | tags | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
true | 2025-08-29 | Instructor now automatically generates llms.txt files for better AI documentation access. | false | llms-txt-support |
|
Instructor Now Supports llms.txt
We've added automatic llms.txt generation to Instructor's documentation using the mkdocs-llmstxt plugin.
What is llms.txt?
The llms.txt specification helps AI coding assistants access clean documentation without parsing complex HTML. Think "robots.txt for LLMs."
What This Means
Your AI coding assistant (Copilot, Claude, Cursor) now gets better access to:
- Getting started guides
- Core concepts and patterns
- Provider integration docs
This should result in more accurate suggestions and better understanding of Instructor's features.
Implementation
We're using the mkdocs-llmstxt plugin to automatically generate our llms.txt from our existing markdown documentation. Every time we update our docs, the llms.txt file stays current automatically.
No manual maintenance, always up-to-date.