ai-doc-gen
by divar-ir
Multi-agent system that auto-generates codebase documentation with GitLab and multi-LLM support
Overview
Generates comprehensive codebase documentation by analyzing repositories with a coordinated multi-agent pipeline. Uses specialist agents for tasks like code parsing, dependency analysis, and natural-language summarization, and runs concurrent workers to scale across large projects. Includes GitLab integration and support for multiple LLM backends to improve accuracy and onboarding speed. It also leverages the Agent Registry Pattern to scale tooling and governance coordinated multi-agent pipeline and Agent Registry Pattern.
Why It Matters
Ideal For
Developer teams wanting automated, reviewable documentation and code summaries for large repositories or CI workflows. This fits well with automation patterns like the Orchestrator-Worker Model to streamline CI pipelines and tooling Orchestrator-Worker Pattern.
Use Cases
- Generate developer-facing documentation from large or legacy codebases to speed onboarding
- Integrate documentation generation into GitLab CI to produce up-to-date docs on each PR
- Automate code summarization and dependency maps for architectural review and audits