Orc – Release the horde. Multi-agent orchestration in pure bash
Git worktrees + tmux for agent isolation beats Python orchestration frameworks.
⚠️ Moved to github.com/kfcafe/mana — this repo is archived
Verification gates force test-first TDD; agents track failure context across retries.
Teams using AI coding agents (Claude, etc.) and Rust projects
GitHub Actions · Linear · Zapier (for orchestration)
Git worktrees + tmux for agent isolation beats Python orchestration frameworks.
Another AI agent orchestration tool competing with LangChain and CrewAI.
Workflow graphs with verification gates beat babysitting Claude Code tabs all day.
It wires a five-column SwiftUI macOS frontend to a Rust CLI that actually spawns tmux grids and Ghostty terminals, mapping each agent to its own git worktree so you won't step on branches. Real-time SSE inboxes, Automerge CRDT + Supabase sync, and live permission prompts show the author thought through multi-agent collaboration, not just a flashy demo. Main friction: macOS-only tooling and heavier setup limits the audience, but for the niche this solves a painful orchestration problem in a thoughtful way.
Clever filesystem IPC for workers, but it's Claude Code-locked and unproven at scale.
Behavior-tree orchestration for agents when LangGraph and AutoGen already exist.