5 projects
beacon-agent
Production-to-dev bridge. Ingests logs/errors from observability tools, clusters them, asks an LLM to summarize each cluster, opens or updates issues on GitHub/GitLab. Optional handoff to relay-agent closes the full SDLC loop. Standalone: no inter-package runtime deps.
tribune-agent
AI code/PR review agent. Fetches a pull request, asks an LLM to review it, posts inline comments + summary verdict back to the VCS. Self-hosted, multi-VCS (GitHub, GitLab, Bitbucket, Azure DevOps), multi-LLM (Anthropic / OpenAI / Google / Claude Code / Ollama). Standalone: no inter-package runtime deps.
sentinel-agent
AI-driven functional testing agent. Point it at a URL; it explores the app, generates a test plan, runs it, and reports findings. Web (Playwright) + visual regression + accessibility (axe-core) + REST API contract tests, all driven by your choice of LLM.
cascade-agent
Turn a team meeting into shipped code. Recording in, working tested PR out, humans approving at every gate.
relay-agent
Open-source autonomous AI agent: label an issue, get a tested pull request. Runs in your CI (GitHub Actions, GitLab CI, Bitbucket Pipelines, or Azure Pipelines). Standalone: no inter-package dependencies.