The llms.txt format provides a standardized Markdown document designed for LLMs and AI coding assistants. Several Python packages now include llms.txt files on their documentation sites (e.g., PydanticAI, LangGraph/LangChain) to improve discoverability and usage by AI tools.
Proposal:
Should {pkgdown} automatically generate llms.txt files for R packages?
This would help R packages become more accessible to LLM-based development workflows.
Benefits:
- Standardized format for AI tools to understand package functionality
- Improved package discoverability in AI-assisted coding
- Alignment with emerging best practices in documentation
The llms.txt format provides a standardized Markdown document designed for LLMs and AI coding assistants. Several Python packages now include
llms.txtfiles on their documentation sites (e.g., PydanticAI, LangGraph/LangChain) to improve discoverability and usage by AI tools.Proposal:
Should
{pkgdown}automatically generatellms.txtfiles for R packages?This would help R packages become more accessible to LLM-based development workflows.
Benefits: