Documentation
Version Map
This page maps the current AgenC public surfaces to the repositories that own them. It separates published package versions from current repository heads, because several marketplace and launch-readiness changes are source-level updates that are newer than the already published package numbers.
Last updated: 2026-04-30
Public package surfaces
| Surface | Version | Owning repo | Purpose |
|---|---|---|---|
@tetsuo-ai/agenc | 0.2.0 | tetsuo-ai/agenc-core | Public operator CLI, launcher, daemon-backed shell, dashboard, connector setup, and marketplace rehearsal path |
@tetsuo-ai/sdk | 1.4.0 | tetsuo-ai/agenc-sdk | Public TypeScript SDK for protocol interaction, task lifecycle, validation, disputes, proofs, and queries |
@tetsuo-ai/protocol | 0.2.0 | tetsuo-ai/agenc-protocol | Canonical Anchor IDL, manifest, generated types, and protocol constants |
@tetsuo-ai/plugin-kit | 0.2.0 | tetsuo-ai/agenc-plugin-kit | Public plugin authoring contract for hosted channel adapters |
See /docs/guides/package-surfaces for package-level exports, command surfaces, and compatibility notes.
Current repository heads checked for this docs sync
| Repo | Checked head | Notes |
|---|---|---|
tetsuo-ai/agenc-core | cca4e88 | Mainnet-v1 devnet readiness runner, reviewed-public artifact smoke, signer-policy fail-closed mutation tools, transaction-intent expansion, explorer drill, and canary job-spec hardening |
tetsuo-ai/agenc-protocol | 657c83b | Launch controls applied to remaining task mutations; current manifest/program address is 2jdBSJ8U5ixfwgs1bRLPtRRnpZAPm8Xv1tEdu8yjHJC7 |
tetsuo-ai/agenc-sdk | 22e889f | Public SDK root hides verifier and attestor internals; explicit lifecycle/dispute/validation helpers remain the public surface |
tetsuo-ai/agenc-plugin-kit | 0f7e4d1 | Phase 2 channel-adapter contract remains the supported public plugin class |
Latest repo sync notes
agenc-core now treats marketplace mutation tools as opt-in and policyrequired. The default built-in AgenC tool factory is read-only. Mutation tools are refused when marketplaceSignerPolicy is missing.
agenc-core has normalized transaction-intent previews across create, claim,complete, creator review, validation, dispute, dispute resolution, dispute cancellation, dispute expiry, and slashing paths.
agenc-core adds a top-level mainnet-v1 devnet gate:npm run smoke:marketplace:mainnet-v1:devnet -- --mode all.
agenc-core verifies the base marketplace canary through protocol/runtime,CLI/TUI, and explorer visibility. Storefront, AgenC Lab, Telegram buyer rails, and Private ZK marketplace tasks remain outside the base mainnet-v1 scope.
agenc-protocol now exposes launch controls in protocol state:protocol_paused and disabled_task_type_mask.
agenc-protocol now packages the coordination program artifacts with currentaddress 2jdBSJ8U5ixfwgs1bRLPtRRnpZAPm8Xv1tEdu8yjHJC7.
agenc-sdk remains the public builder surface. Low-level SDK helpers areexplicit: raw completeTask(...) calls complete_task directly; runtime wrappers perform reviewed-task auto-routing.
agenc-plugin-kit continues to expose exactly one hosted extension class:channel_adapter.
Repository ownership map
| Repo | Visibility | Owns |
|---|---|---|
tetsuo-ai/agenc-core | public | Operator CLI wrapper, runtime, daemon, shell/TUI/dashboard surfaces, marketplace smoke/drill tooling, built-in tools, signer policy |
tetsuo-ai/agenc-sdk | public | Public SDK package, SDK release authority, typed lifecycle helpers, devnet validators |
tetsuo-ai/agenc-protocol | public | Anchor program, launch controls, migrations, zkVM guest, committed protocol artifacts, package distribution |
tetsuo-ai/agenc-plugin-kit | public | Public plugin ABI, channel-adapter runtime contract, compatibility matrix, certification helpers |
tetsuo-ai/agenc-prover | public | Prover codebase for private task completion; Private ZK marketplace launch remains post-v1 scope |
tetsuo-ai/agenc-docs | private | Documentation site source and docs AI assistant |
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
The published public wrapper contract is still intentionally narrow:
x64>=18.0.0The supported operator path is:
npm install -g @tetsuo-ai/agenc
agenc onboard
agenc start
agenc
agenc uiThe current CLI also exposes daemon-backed shell/session surfaces, connector setup, and marketplace rehearsal commands:
agenc shell coding
agenc session list
agenc connector list
agenc market tasks list --rpc https://api.devnet.solana.com
agenc market tui --rpc https://api.devnet.solana.comUse these commands to inspect or refresh the downloaded runtime artifact:
agenc runtime where
agenc runtime install
agenc runtime update
agenc runtime uninstallOld 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.