Description
Auto-generate API reference documentation from Python docstrings instead of maintaining it manually.
What to do
- Build a script that parses Python docstrings and generates .md files
- Auto-generate pages for: BaseLLM, RAGPipeline, StateGraph, CompiledGraph, BaseTool, VectorStore, BaseSplitter
- Run as part of CI so docs stay in sync with code
Description
Auto-generate API reference documentation from Python docstrings instead of maintaining it manually.
What to do