Building Forge: a multi-agent debugging concierge in production-grade TypeScript
Forge is an open-source multi-agent debugging concierge. Point it at a stack trace and four specialist subagents fan out in parallel, each with a focused tool set, before a coordinator merges their structured findings into ranked hypotheses with calibration-weighted confidence. Built on the Vercel AI SDK plus Anthropic. This post walks the architecture: parallel agent orchestration, durable resumable sessions, cross-instance abort, Brier-score calibration as a feedback loop, and what production deployment would change.
- ai
- agents
- multi-agent
- streaming
- open-source
- applied-ai