SAGE
Semantic Agentic Git Engine: a GitHub-native AI reviewer that listens to issues and pull requests, reasons about risk, asks follow-up questions, stores repo memory, and comments back automatically.
Status
Service is running on Cloud Run with model gpt-5.5. Webhooks are accepted at /webhook.
Judge Test
- Open the GitHub repo.
- Create an issue with a technical idea or risky change.
- SAGE should comment back and apply a risk label.
What It Shows
Agent routing, GitHub webhook auth, OpenAI-powered analysis, memory storage, labels, comments, and production deployment.