Files
Latte 7cc5d26948
All checks were successful
CI / ci (push) Successful in 9s
Deploy / deploy-local-runner (push) Has been skipped
Deploy / deploy-ssh (push) Successful in 7s
Docker / docker (push) Successful in 6s
Security / security (push) Successful in 7s
Add AI_PROVIDER and AI_MODEL support
2026-03-01 19:56:14 +01:00
..
2025-12-28 20:04:32 +00:00
2025-12-21 13:42:30 +01:00
2025-12-21 13:42:30 +01:00
2025-12-28 14:10:04 +00:00
2025-12-28 14:10:04 +00:00
2026-01-07 20:21:33 +01:00

AI Code Review Workflow Documentation

Enterprise-grade AI code review system for Gitea with automated issue triage, PR review, and codebase analysis.

📚 Documentation

Document Description
Installation Automated setup wizard & installation guide
Getting Started Detailed setup walkthrough
Configuration All configuration options
Agents Detailed agent documentation
SECURITY Security best practices & scanning
API Reference Client and agent APIs
Workflows Gitea workflow examples
Troubleshooting Common issues and solutions
Enterprise Enterprise features & compliance
CLAUDE Claude Code integration guide

Architecture Overview

┌─────────────────────────────────────────────────────────────┐
│                     Event Sources                           │
│  ┌──────────┐  ┌──────────┐  ┌──────────┐                  │
│  │ PR Event │  │  Issue   │  │ Schedule │                  │
│  └────┬─────┘  └────┬─────┘  └────┬─────┘                  │
└───────┼─────────────┼─────────────┼─────────────────────────┘
        │             │             │
        └─────────────┼─────────────┘
                      ▼
              ┌───────────────┐
              │  Dispatcher   │
              └───────┬───────┘
                      │
        ┌─────────────┼─────────────┐
        ▼             ▼             ▼
┌───────────┐  ┌───────────┐  ┌───────────┐
│  Issue    │  │    PR     │  │ Codebase  │
│  Agent    │  │   Agent   │  │   Agent   │
└─────┬─────┘  └─────┬─────┘  └─────┬─────┘
      │              │              │
      └──────────────┼──────────────┘
                     ▼
           ┌─────────────────┐
           │  Gitea API      │
           │  LLM Provider   │
           └─────────────────┘