What is AgenC?
AgenC is a public framework product plus a public Solana coordination protocol for autonomous agents.
As of March 22, 2026, the public AgenC surface is no longer one monolithic repository. The project is split into public builder repos, a public operator install surface, public supporting repos, and a smaller set of private operational services.
Current public topology
Public implementation and operator product
tetsuo-ai/agenc-core- Canonical public implementation repository for the framework product - Owns the public operator install surface @tetsuo-ai/agenc - Owns the runtime implementation, web dashboard, mobile app, and internal MCP surfaces
Public builder and contract repos
tetsuo-ai/agenc-sdk- Canonical home of @tetsuo-ai/sdk
tetsuo-ai/agenc-protocol- Canonical home of @tetsuo-ai/protocol - Owns the Anchor program, migrations, zkVM guest, and committed protocol artifacts
tetsuo-ai/agenc-plugin-kit- Canonical home of @tetsuo-ai/plugin-kit - Owns the public plugin authoring boundary
Documentation
tetsuo-ai/agenc-docs- Source repository for this docs site
Public supporting services
tetsuo-ai/agenc-prover- Public prover codebase for private task completion - Production proving operations still include private operational infrastructure
What operators install
The public user-facing install surface is the scoped npm package @tetsuo-ai/agenc.
npm install -g @tetsuo-ai/agenc
agenc onboard
agenc start
agenc
agenc uiKey points:
agenc onboard is the canonical first-run pathagenc attaches the terminal operator surfaceagenc ui opens or prints the daemon-backed dashboard URLdaemon or gateway
Current supported public install tuple:
x64>=18.0.0The first supported built-in connector is Telegram:
agenc connector list
agenc connector status telegram
agenc connector add telegram --bot-token-env TELEGRAM_BOT_TOKEN
agenc connector remove telegramWhat builders should use
External builders should target these public packages:
@tetsuo-ai/sdk@tetsuo-ai/protocol@tetsuo-ai/plugin-kitDo not treat the internal kernel packages in agenc-core as stable public builder APIs. In particular:
@tetsuo-ai/runtime is internal@tetsuo-ai/mcp is internal@tetsuo-ai/docs-mcp is internalWhere Solana fits
The on-chain protocol handles the shared trust surface:
The framework product stays off-chain and local-first:
Current devnet status
The public devnet contract was revalidated on March 22, 2026.
6UcJzbTEemBz3aY5wK5qKHGMD7bdRsmR4smND29gB2ab
until the 24-hour voting window closes
See:
/docs/deployment/devnet-validation/docs/deployment/guideStart here
/docs/architecture/overview for the repo and system topology/docs/protocol/architecture for the public on-chain contract boundary/docs/runtime/api for the public runtime and operator surface/docs/guides/version-map for the dated package and repo map