// Open source
We ship the AI tools we wish existed.
Every project is open source, MIT licensed, self-hosted, and built to solve a real problem we hit on client work. We dogfood them on our own engagements before asking anyone else to.
Cascade
beta · 0.1.0
flagship
Meeting recording in, tested pull request out. Three on-ramps (meeting, ticket, one-line prompt), 5 LLM providers, 4 VCS providers, 5 issue trackers, 8 languages. Humans approve every gate. Standalone: no inter-package runtime deps.
$
pip install cascade-agent
Relay
beta · 0.1.0
Label an issue, get a tested pull request. Autonomous, runs in your CI. The hands-off cousin of Cascade for well-scoped tickets. Local CLI shipped; GitHub Actions wrapper in v0.1.1; GitLab CI, Bitbucket Pipelines, and Azure Pipelines in later versions. Standalone.
$
pip install relay-agent
Sentinel
beta · 0.1.x
AI-driven functional testing. Point it at a URL: the agent explores, generates a Playwright test plan, runs it, and reports failed scenarios, visual regressions, accessibility violations, and REST API contract findings. Self-healing on failed steps. Web + visual + a11y + API today; mobile in a future release.
$
pip install sentinel-agent
Tribune
alpha · 0.1.0a1
AI PR review. Point it at a pull request URL: it fetches the diff, asks your LLM to review, posts inline comments and a verdict back to the PR. GitHub and GitLab today; Bitbucket and Azure DevOps next. Self-hosted, BYO LLM key.
$
pip install tribune-agent
Beacon
alpha · 0.1.0a1
Production to dev bridge. Pipe log/error events in (Sentry, Datadog, OTel, app logs): Beacon clusters them, summarizes each with your LLM, files one issue per cluster on GitHub or GitLab. Optional Relay handoff turns small clusters into autonomous fix PRs.
$
pip install beacon-agent