context-labs/autodoc
Toolkit that uses LLMs to automatically generate and maintain markdown documentation for code repositories.

Velocity · 7d
+2.0
★ / day
Trend
→steady
star history
Autodoc indexes codebases through depth-first traversal and calls LLMs such as GPT-4 or Alpaca to write documentation for each file and folder. The generated documents describe system components and their relationships, output as markdown that lives alongside the code. It ships as a CLI tool installable in a repository and includes a doc command for developers to query the codebase.