Tracker
About
Tracker is a pipeline orchestration engine for multi-agent LLM workflows rather than a coding agent itself. Pipelines are authored in the Dippin DSL as .dip files — node graphs of agent, tool, human, parallel, and subgraph steps — and Tracker executes them with parallel LLM agent fan-out and fan-in, human-in-the-loop gates that pause for approval, and budget limits that enforce cost governance. A human-facing TUI dashboard surfaces live status, and Slack bot and terminal REPL front-ends let operators drive runs from where they already work. Every decision is recorded to an audit trail and each step is git-checkpointed, so a failed run can be inspected and resumed. Embedded workflows ship out of the box: ask_and_execute runs competitive implementations across Claude, Codex, and Gemini, and build_product drives milestone-based spec-driven building. The audience is teams orchestrating coding agents through defined, reviewable pipelines.
Other entries by 2389-research
- Breakaway Agent — agent
- Hex — agent
- Coven — multiplexer
- Fleet Control — multiplexer
- Ourocodus — multiplexer
- 2389 Agent Protocol (Rust) — agent-sdk
- Dippin — agent-sdk
- Mux (Rust) — agent-sdk