An autonomous, context-aware AI Code Review Agent for GitLab. Powered by multi-LLMs (OpenAI, Anthropic, Gemini) with a self-learning feedback loop to enforce repository best practices.
# 🤖 AI Review Agent <div align="center"> <img src="https://img.shields.io/badge/go-1.25.5-00ADD8?style=for-the-badge&logo=go&logoColor=white" alt="Go Version"> <img src="https://img.shields.io/badge/GitLab-330F55?style=for-the-badge&logo=gitlab&logoColor=white" alt="GitLab"> <img src="https://img.shields.io/badge/LLM-OpenAI%20%7C%20Anthropic%20%7C%20Google-black?style=for-the-badge" alt="Multi-LLM"> <img src="https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge" alt="License"> </div> <br/> > **More than just a `.patch` reader.** AI Review Agent is an autonomous, context-aware code review assistant designed natively for GitLab Merge Requests. It clones your repository, reads the codebase, checks historical conventions, and engages in technical debates—just like a Senior Developer. --- ## 🚀 Why AI Review Agent? Most open-source AI reviewers simply pipe your git diff into an LLM and spit out generic advice. **We do things differently:** - 🧠 **True Contextual Awareness:** We don't just read the diff. The agent is equipped with tools (`read_file`, `search_code`, `multi_diff`) to explore the actual codebase. If you modify a function signature, it can search where else it's used before commenting. No more "hallucinated" bugs. - ♻️ **Self-Improving Feedback Loop:** The system learns your project's conventions. A background Cron job consolidates historical AI reviews and human feedback into a tailored "Repository Best Practices" rulebook. - 🔀 **Robust Multi-LLM Routing:** Avoid vendor lock-in. Natively supports **OpenAI (GPT-4o)**, **Anthropic (Claude 3.7)**, and **Google (Gemini 2.0)** with load-balancing and fallback mechanisms. Mix and match models based on cost, rate limits, or language proficiency. - 💻 **Interactive Local CLI:** Don't want to spam your team with AI comments? Run the agent locally via CLI. It performs a dry-run review, displays the findings in your terminal, and lets you interactively select exactly which comments to
Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.