Replies: 1 comment
-
Sure -we have AGENTS.md - feel free to propose good llms.txt |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Airflow documentation is extensive — great for humans, but sometimes overwhelming for LLM-based assistants (like docs MCP or AI chatbots).
There’s a recent idea called llms.txt
, which is sort of like a robots.txt for LLMs:
A simple Markdown summary file
Curated links and resources that are most relevant for LLMs
Served at a standard path like /llms.txt (similar to /robots.txt or /sitemap.xml)
Highlights core docs, API references, examples, etc.
If Airflow Docs had something like this, it could:
Help LLMs navigate the docs more effectively
Enable workflows like “docs MCP” to integrate easily
Allow AI assistants to give more accurate answers about Airflow usage
It’s still an experimental idea, but maybe worth discussing as a community? 🙂
Beta Was this translation helpful? Give feedback.
All reactions