DigiControl
The mission-control interface for your AI agent swarm. Dispatch work, monitor progress, and resolve blockers — all from a single dashboard.
DigiControl sits between your GitHub repository and your agent fleet. It watches for new issues and PRs, decides which agent to deploy, enforces resource limits, and surfaces anything that needs attention. Keep a hand on every merge, or let the swarm run fully autonomous, so your team stays productive around the clock. Your call.
Dashboard Preview
What DigiControl Does
Every piece of the orchestration loop — from issue intake to merge — handled automatically.
Real-Time Agent Monitor
See every agent — Lucy, John, George, Ringo — and what issue or PR each one is actively working. Status updates stream live via server-sent events.
Issue & PR Dispatch
DigiControl polls your GitHub repository and automatically routes open issues to the right agent based on labels, skills, and current load.
Parallel Agent Limits
Set a hard cap on concurrent agents and a spawn delay between launches. Prevent runaway compute costs without sacrificing throughput.
Stalled Work Detection
Issues that agents completed but left open are surfaced automatically. Lucy re-triages them — closing, reassigning, or escalating as needed.
PR Merge Automation
Pull requests that pass your checks are detected and merged automatically. Merge conflicts are caught before dispatch and re-routed to the originating agent. Stay in the loop if you want — most teams don't need to.
Configuration Panel
Adjust max agents, spawn delay, poll interval, and per-agent settings (model, token budget, timeout, skills) live from the settings sidebar — no restarts required.
Architecture
DigiControl runs as a lightweight Node.js service alongside your agents inside an isolated Kubernetes namespace.