ai doc gen
Basic Information
AI Documentation Generator is a developer tool that automatically analyzes source code repositories and produces structured, human-readable documentation using large language models. It is designed for engineering teams and maintainers who need up-to-date README files and architectural summaries without manual authoring. The system runs as a CLI application and inspects code structure, data flow, dependencies, request flow, and APIs using a multi-agent architecture where specialized agents perform different analyses. Outputs are generated documentation files saved into a .ai/docs directory and can be produced on demand or via scheduled cronjob workflows. The project supports integration with GitLab for automated merge requests and is configurable through YAML plus environment variables so teams can tailor which analyses and sections are included.