Files
openrabbit/docs
latte 55230d9f69
All checks were successful
Enterprise AI Code Review / ai-review (pull_request) Successful in 20s
fix for commenting on chat, and updating docs.
2025-12-28 14:44:44 +00:00
..
2025-12-28 14:10:04 +00:00
2025-12-21 13:42:30 +01:00
2025-12-28 14:10:04 +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-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

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   │
           └─────────────────┘