session.py +28 −6CHANGESET READYParallel coding agents.
One governed delivery path.
AgenZync gives a root agent the runtime controls, isolated workspaces, and durable evidence needed to turn several coding agents into a supervised engineering team.
Separate the work.
Coordinate the change.
Worktrees isolate execution. Write Intents make planned overlap visible. ChangeSets preserve the actual diff. Reconciliation then uses repository identity and real hunks—not a blunt whole-file mutex.
token.py +14 −19RUNNING12 checks queuedWAITINGIsolated execution
Each coding agent receives a bound Git worktree instead of sharing one mutable checkout.
Scoped Write Intents
Agents announce planned path scope. Optimistic overlap remains visible; protected resources can require exclusive handling.
ChangeSet inspection
Submitted changes carry repository identity, base revision, file changes, hunks, and verification evidence.
Root-agent control
The owner can message, redirect, interrupt, follow up, close, reopen, and route work into verification.
Provider choice
Use Codex CLI, Claude Code, OpenCode, OpenAI-compatible providers, or local Ollama models.
MCP-ready runtime
Connect stdio or streamable HTTP MCP servers for namespaced tools and resources, including OAuth-enabled services.
Make parallel implementation reviewable by design.
Keep each agent isolated, each decision inspectable, and every submitted change connected to the mission that produced it.
Explore AgenZync