tal-cli-0.2.2 is not a library.
tal-cli
Unified CLI for the Tokamak AI Layer — scaffold, validate, test, and deploy verifiable agents on RISC Zero zkVM.
Install
From prebuilt binaries (recommended)
|
From crates.io
From source
Commands
tal init <name> Scaffold a new agent project
tal doctor Validate toolchain and configuration
tal test [--local|--prove] Test agent logic
tal build [--elf] Build agent and/or ELF binary
tal deploy [--testnet] Deploy agent + vault on-chain
tal monitor --vault <addr> Live execution dashboard
Quick Start
# Create a new agent from a template
# Validate your environment
# Run tests locally (instant feedback, no zkVM)
# Build zkVM ELF binary (requires RISC Zero toolchain)
# Deploy to HyperEVM testnet
# Monitor vault state
Configuration
Create a .env file (or use --config <path>):
CHAIN_ID=999
RPC_URL=https://your-rpc-url
PRIVATE_KEY=0x...
VAULT_ADDRESS=0x...
Supported Chains
| Chain | ID | Status |
|---|---|---|
| HyperEVM Mainnet | 999 | Supported |
| HyperEVM Testnet | 998 | Supported |
License
MIT OR Apache-2.0