Technical documentation
This section describes the current AgenZync implementation. It is intended for operators, contributors, integrators, and reviewers who need behavioral contracts rather than product positioning.
Scope
AgenZync is a local-first workspace for running root and child AI agents inside Projects. Product records, execution state, events, artifacts, repository observations, and optional memory are retained locally. Model providers, configured MCP servers, external sources, and user-owned repositories remain outside the AgenZync trust boundary.
The documentation distinguishes persisted authority from presentation. A status shown in the WebUI is derived from stored product and runtime records; URL state, folder names, model text, and worker completion messages do not override those records.
System model
Reading paths
Architecture & stack
Process boundaries, framework versions, storage authorities, and the division between the product layer and runtime.
Open section →ReferenceAgent runtime
The controlled turn lifecycle, child-agent attempts, Mission continuation, steering, interruption, and recovery.
Open section →ReferenceCode collaboration
Repository registration, isolated Git worktrees, Write Intents, ChangeSets, reconciliation, and verified integration.
Open section →ReferenceContext & memory
Why live context compaction and cross-run memory are separate systems, and how both retain evidence.
Open section →ReferenceSkills & packages
Validated skill metadata, Multiagent Setup contracts, package recipes, tool routing, and immutable dispatch policy.
Open section →Status language
| Term | Meaning in these docs |
|---|---|
current | Observed in the present source tree and its tests. |
optional | Implemented but dependent on configuration, a module, provider, or rollout boundary. |
planned | Design metadata or roadmap material that is not described as an available capability. |
authoritative | The record or subsystem that owns a decision when representations disagree. |
advisory | Useful evidence that cannot independently grant authority or weaken a stronger check. |