munder-difflin
by chaitanyagiri
Local desktop harness for orchestrating many coding agents
Overview
Runs a local desktop harness that orchestrates many coding agents (Claude Code, Codex, Gemini and more) on macOS, Windows, and Linux. Uses an Electron + TypeScript app to spawn, coordinate, and persist agent conversations and memory so you can run complex multi-agent workflows locally. Exposes a developer-friendly harness for scripting agent roles, delegation patterns, and recording agent interactions for later inspection Audit trail.
Why It Matters
When to Use
Developers who want to prototype, debug, and audit multi-agent coding workflows on a local machine with persistent logs and role-based orchestration. This setup is well-aligned with Sub-Agent Delegation Pattern for structuring complex agent interactions.
Use Cases
- Debugging multi-agent code workflows by reproducing and replaying agent conversations and memory
- Prototyping delegation patterns where specialist agents handle subtasks and recording outcomes for evaluation
- Running local pre-production tests to collect agent track records and inspect failure modes