Cloud Run live

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

  1. Open the GitHub repo.
  2. Create an issue with a technical idea or risky change.
  3. 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.