Agents
Agent templates.
Reusable agent specs. Bootstrap a new agent from a template with one CLI call.
- STATUS
- Testnet
- CRATE
- tenzro-agent-kit
- STABILITY
- Stable
- TYPE
- Component
01
Template format
A JSON spec listing capabilities, delegation scope, default skills, default tools, optional bootstrap script. Persisted in CF_AGENT_TEMPLATES.
02
Reference templates
agentic_inference_marketplace
autonomous_rwa_custodian
bridge_arbitrage_scanner
canton_trade_settler
cross_chain_liquidity_aggregator
intelligent_payment_router
model_inference_proxy
mpp_payment_agent
multi_chain_portfolio_manager
yield_rebalancer03
Spawn
tenzro agent spawn-template --template intelligent_payment_router
tenzro agent run-template --template ...Related