You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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