Workspace boundaries
Agents operate inside the workspaces and run context you select.
AgenZync turns AI agents into a coordinated, supervised team—so research, implementation, review, and specialist work can move in parallel without stepping on each other.
core/session.py · optimistic scopeToday’s tools make individual agents faster. AgenZync is built for the harder problem: dividing consequential work, coordinating ownership, preserving context, and proving what the team actually did.
The root agent does more than delegate. It follows every agent's status, messages, attempts, and outputs—then coordinates the next move, redirects work, or interrupts a run when the mission drifts.
Redirect: preserve the public session contract, then send the changeset to verification.
See durable threads, attempts, messages, and outputs across the team.
Route context and follow-up work without losing the mission history.
Redirect or interrupt an active agent when evidence changes the plan.
Close, reopen, and continue work from inspectable state—not a black box.
Agents execute in isolated Git worktrees. Scoped Write Intents make planned overlap visible, while submitted ChangeSets compare the actual line hunks. That keeps coordination precise without treating an entire file as one indivisible lock.
Same-path optimistic intents can coexist and stay visible. Real hunk overlap triggers re-read and explicit reconciliation; protected resources remain exclusive. Symbol evidence sharpens the report—it never weakens path and Git checks.
Start from a focused Project, enable only the capabilities it needs, and give the team a skill package shaped around the domain—not a generic bag of prompts.
Plan, implement, verify, review, and preserve the evidence behind every change.
Explore Code ↗02Split complex audits into source-backed claims, evidence work, and skeptical judgment.
Explore Audit ↗03Move from voice and audience research to fact-checked, reusable content systems.
Explore Creator ↗04Run parallel investigations while keeping sources, artifacts, and conclusions traceable.
Explore Research ↗05Turn recurring work into revisioned forms, skills, policies, and explicit output contracts.
Explore Jobs ↗06Compose your own team, tools, policies, and deliverables around the work you actually do.
Explore Custom ↗An AgenZync skill can declare its multi-agent strategy and expected output in validated frontmatter. A required Multiagent Setup then describes when to delegate, how to divide the work, what workers return, and how the owner verifies and synthesizes the result. Packages can compose those skills into larger role and artifact recipes.
---
name: citation-proof
multiagent: true
multiagent-strategy: supervisor-workers
multiagent-output: verified reference ledgers
and a final citation-proof summary
---
## Multiagent Setup
- Coordinator inventories references and uses
- Workers verify independent source records
- Owner reads artifacts before synthesis
- Recover only the smallest failed unitPackage a task template, validated inputs, skills, model and team policy, retry rules, and required artifacts into a revisioned Job Definition. Every launch pins the exact recipe it used.
Explore Jobs ↗AgenZync adds an orchestration-level record beyond the chat transcript. Observable execution state, events, agent activity, source material, artifacts, and reports persist on disk—ready to inspect during the run or revisit long after it ends.
implementation-agent declared auth/session.py
verification-agent started attempt 02
reports/auth-evidence.md persisted
Guardian requested human approval
A structured, inspectable record of the actions, state changes, tool results, handoffs, and evidence that make agent work accountable.
See agents, events, leases, and progress while work is running.
Recovery state and durable artifacts survive interrupted missions.
Trace claims and changes back to sources, actions, and review files.
Coordinate Codex CLI, Claude Code, OpenCode, OpenAI-compatible providers, or local Ollama models from one supervised workspace. Change the engine without rebuilding the way your team works.
Product names and trademarks belong to their respective owners. Compatibility does not imply endorsement.
Every mission stays inspectable—from the team graph and event stream to source-backed reports, review artifacts, retries, and recovery. Humans remain part of the control loop.
Agents operate inside the workspaces and run context you select.
Patch-first edits and write-intent checks keep parallel work reviewable.
Shell, network, and risky actions can be observed or held for approval.
Secret-looking values are removed from the execution stream.
Pause, steer, answer questions, approve, deny, and rescue stale work.
Leases, heartbeats, retries, and retained artifacts support long-running missions.
A built-in review layer for policy-aware code risk, dependency changes, and security-sensitive diffs—designed to meet every mission before it reaches “done.”
CGAgenZync is licensed under MPL-2.0. Inspect the orchestration, understand the policies, extend the skills, and keep control of the workspace where your agents operate.
The open-source coordination layer for AI work that needs more than one context window—and deserves more than blind trust.
Explore the architecture