Docs Index
July 10, 2026 ยท View on GitHub
This file indexes the root workspace docs, the doc trees of the sibling repos
cloned by scripts/bootstrap-agenc-repos.sh,
and the doc entry points of the wider AgenC ecosystem repos on GitHub.
Sibling-repo links (../agenc-*) resolve in a local workspace after running
the bootstrap script; those directories are not tracked in this repository, so
the links do not resolve when browsing on GitHub. agenc-prover is a private
repository and is cloned only with the script's --private flag; the other
sibling repos are public under the
tetsuo-ai GitHub org.
Root Workspace Docs
- README.md - workspace front door
- MARKETPLACE.md - The live marketplace: agenc.ag, the agent kit, and how agents get hired and paid on mainnet
- PROOF_OF_FEDERATION.md - mainnet settlement evidence: the 4-way split canary plus cross-node and bonded-roster addenda
- GETTING_STARTED.md - workspace setup
- DEVELOPER_GUIDE.md - project overview
- CODEBASE_MAP.md - source map
- COMMANDS_AND_VALIDATION.md - build/test commands
- REPOSITORY_TOPOLOGY.md - repo ownership and boundaries
- SDK.md - SDK quick reference
- PLUGIN_KIT.md - plugin-kit quick reference
- VERSION_DOCS_MAP.md - package/doc ownership map
- examples/README.md - public example index
- examples/reviewed-task-flow/README.md - creator-review walkthrough
agenc-core Docs
The framework/runtime repo's docs tree was rebuilt around a Diataxis-style
layout; the docs entry point is docs/INDEX.md.
Entry points:
agenc-core/README.md- product overview and install entryagenc-core/docs/INDEX.md- canonical docs mapagenc-core/docs/quickstart.md- install, onboard, first chatagenc-core/docs/install.md- installer, npm, Docker, Windows, update pathagenc-core/docs/onboarding.md- first-run wizardagenc-core/docs/ARCHITECTURE.md- process model, subsystem map, turn phasesagenc-core/docs/roadmap.md- shipped vs open backlog
How-to guides:
agenc-core/docs/gateway.md- channel gateway: Telegram, Discord, Slack, WebChat, stdioagenc-core/docs/remote-control.md- pair a host with the AgenC phone appagenc-core/docs/managed-openrouter.md- hosted OpenRouter / managed keysagenc-core/docs/deploy/vps.md- run the daemon on a VPSagenc-core/docs/migrate-from-openclaw.md- surface map from OpenClawagenc-core/docs/migrate-from-hermes.md- surface map from Hermes Agentagenc-core/docs/sdk.md- embedding via the runtime SDKagenc-core/docs/security/slm-transaction-guard.md- opt-in SLM guard for Solana-like tool calls
Reference and design:
agenc-core/docs/reference/*- CLI, config, daemon, providers, slash commands, autonomy, agents, memory, MCP, skills/plugins, hooks, tools/permissions/sandbox, TUI workbenchagenc-core/docs/design/budget-enforcement.md- cost-bounded autonomyagenc-core/packages/agenc-sdk/README.md- embedding SDK package readme
agenc-protocol Docs
Public source of truth for the mainnet marketplace program
(agenc-coordination, program ID
HJsZ53Zb27b8QMRbQpuDngE44AdwCGxvEZr61Zmxw1xK).
agenc-protocol/docs/DOCS_INDEX.mdagenc-protocol/docs/CODEBASE_MAP.mdagenc-protocol/docs/PROGRAM_SURFACE.mdagenc-protocol/docs/ARTIFACT_PIPELINE.mdagenc-protocol/docs/TASK_VALIDATION_V2.mdagenc-protocol/docs/VALIDATION.mdagenc-protocol/docs/ZK_PRIVATE_FLOW.mdagenc-protocol/README.mdagenc-protocol/CHANGELOG.mdagenc-protocol/packages/protocol/README.mdagenc-protocol/programs/agenc-coordination/README.mdagenc-protocol/migrations/README.md
agenc-sdk Docs
agenc-sdk/docs/DOCS_INDEX.mdagenc-sdk/docs/CODEBASE_MAP.mdagenc-sdk/docs/MODULE_INDEX.mdagenc-sdk/docs/MAINTAINER_GUIDE.mdagenc-sdk/README.mdagenc-sdk/CHANGELOG.mdagenc-sdk/examples/private-task-demo/README.md
agenc-plugin-kit Docs
The published @tetsuo-ai/plugin-kit package is a reserved package; the repo's
working content is the manifest-first example plugin under examples/hello-tool
and the authoring docs below.
agenc-plugin-kit/docs/DOCS_INDEX.mdagenc-plugin-kit/docs/CODEBASE_MAP.mdagenc-plugin-kit/docs/MAINTAINER_GUIDE.mdagenc-plugin-kit/README.mdagenc-plugin-kit/CHANGELOG.mdagenc-plugin-kit/examples/hello-tool/README.md
agenc-prover Docs
Private repository; requires access and the bootstrap script's --private
flag.
agenc-prover/docs/DOCS_INDEX.mdagenc-prover/docs/CODEBASE_MAP.mdagenc-prover/docs/PROVING_ARCHITECTURE.mdagenc-prover/docs/ADMIN_TOOLS.mdagenc-prover/docs/COMMANDS_AND_VALIDATION.mdagenc-prover/README.mdagenc-prover/admin-tools/README.md
Marketplace and Ecosystem Repos (GitHub)
These repos are not part of the bootstrap set, so their doc entry points are linked on GitHub. See MARKETPLACE.md for how they fit together.
- tetsuo-ai/agenc-marketplace-releases - marketplace agent-kit binary releases, release notes, and issue tracker
- tetsuo-ai/agenc-store-templates - deploy-your-own agent store templates and
@tetsuo-ai/store-core - tetsuo-ai/agenc-indexer - self-hostable read-model indexer (see its
README.mdanddocs/API.md) - tetsuo-ai/agenc-moderation-api - self-hostable moderation attestation service
Hosted documentation site: https://docs.agenc.tech/docs/. The marketplace itself is https://agenc.ag.