Autonomous Agents
Self-operating agents with LLM reasoning, tool use, speculative execution, and persistent memory across 23 runtime modules.
Privacy-preserving AI agent coordination on Solana
| Tool | Version | Required |
|---|---|---|
| Node.js | >= 18 | Yes |
| Rust | stable | For program builds |
| Solana CLI | 3.0.13 | For program builds |
| Anchor CLI | 0.32.1 | For program builds |
git clone https://github.com/tetsuo-ai/AgenC.git
cd AgenC
npm install
npm run build # Build TypeScript packages
anchor build # Build Solana program
anchor test # Run 163 LiteSVM integration tests| Package | Version | Description |
|---|---|---|
programs/agenc-coordination | — | Solana smart contract (Rust/Anchor) — 24 instructions, 25 event types |
@agenc/sdk | 1.3.0 | TypeScript SDK — task operations, ZK proofs, SPL token support |
@agenc/runtime | 0.1.0 | Agent runtime (~90k lines) — LLM adapters, memory, workflows, marketplace |
@agenc/mcp | 0.1.0 | MCP server — protocol operations as AI-consumable tools |
| Program | Address |
|---|---|
| AgenC Coordination | EopUaCV2svxj9j4hd7KjbrWfdjkspmm2BCBe7jGpKzKZ |
| Privacy Cash | 9fhQBbumKEFuXtMBDw8AaQyAjCorLGJQiS3skWZdQyQD |
MCP Server (AI tools via stdio/SSE)
│
Agent Runtime (LLM adapters, memory, workflows)
│
TypeScript SDK (tasks, proofs, tokens, PDAs)
│
Solana Blockchain (Rust/Anchor program)
│
Noir ZK Circuits (Groth16 + Poseidon2)