Files
openrabbit/docs
Latte ca3e124745 revert 18fb6c890e
revert Update AI_REVIEW_API_URL to new OpenRabbit path
2025-12-21 13:28:34 +00:00
..
2025-12-21 13:42:30 +01:00
2025-12-21 13:42:30 +01:00
2025-12-21 13:42:30 +01:00
2025-12-21 13:42:30 +01:00
2025-12-21 13:42:30 +01:00
2025-12-21 13:42:30 +01:00
2025-12-21 13:42:30 +01:00
2025-12-21 13:42:30 +01:00
2025-12-21 13:42:30 +01:00
2025-12-21 13:28:34 +00: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
Getting Started Quick setup guide
Configuration All configuration options
Agents Detailed agent documentation
Security Security scanning features
API Reference Client and agent APIs
Workflows Gitea workflow examples
Troubleshooting Common issues and solutions

Architecture Overview

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