Version Map
This page maps the current public AgenC packages to the repositories that own them and documents the public or private boundary for each surface.
Last updated: 2026-03-22
Public package surfaces
| Surface | Version | Owning repo | Purpose |
|---|---|---|---|
@tetsuo-ai/agenc | 0.1.0 | tetsuo-ai/agenc-core | Public operator install surface and agenc CLI |
@tetsuo-ai/sdk | 1.3.1 | tetsuo-ai/agenc-sdk | Public TypeScript SDK for protocol interaction |
@tetsuo-ai/protocol | 0.1.1 | tetsuo-ai/agenc-protocol | Canonical protocol artifacts and package distribution |
@tetsuo-ai/plugin-kit | 0.1.1 | tetsuo-ai/agenc-plugin-kit | Public plugin authoring contract |
Repository ownership map
| Repo | Visibility | Owns |
|---|---|---|
tetsuo-ai/agenc-core | public | Framework implementation, CLI wrapper package, runtime, dashboard, mobile app, internal MCP surfaces |
tetsuo-ai/agenc-sdk | public | Public SDK package and SDK release authority |
tetsuo-ai/agenc-protocol | public | Anchor program, migrations, zkVM guest, committed protocol artifacts |
tetsuo-ai/agenc-plugin-kit | public | Public plugin ABI and compatibility matrix |
tetsuo-ai/agenc-prover | public | Public prover codebase for private task completion; deployment operations may still stay private |
tetsuo-ai/agenc-docs | private | Documentation site source |
Public builder boundary
External builders should treat these as the supported public extension surfaces:
@tetsuo-ai/sdk@tetsuo-ai/protocol@tetsuo-ai/plugin-kitOperator installs should use:
@tetsuo-ai/agencThe following implementation packages exist inside agenc-core, but they are not supported as public builder targets:
@tetsuo-ai/runtime@tetsuo-ai/mcp@tetsuo-ai/docs-mcp@tetsuo-ai/desktop-tool-contractsRuntime install contract
As of March 22, 2026, the public wrapper contract is intentionally narrow:
x64>=18.0.0The supported operator path is:
npm install -g @tetsuo-ai/agenc
agenc onboard
agenc
agenc uiOld names that should not appear in current docs
These older identifiers are retired and should be treated as stale:
@agenc/sdk@agenc/runtime@agenc/mcpgithub.com/tetsuo-ai/agencUse the scoped @tetsuo-ai/* package names and the split repo topology listed above instead.