switchboard
Shared Python layer for on-chain AI agents: the boring production rails—nonces, reorgs, gas budgets, routing—so demos do not pretend production stops at a script.
Capabilities
- Agent wallet lifecycle and autonomous spends under policy
- Cross-chain execution helpers
- Primitives for agent-to-agent settlement
How it fits
meridian and monsoon can compose switchboard for execution instead of forking one-off send logic. New agent lines should build on the same primitives.
Quick start
git clone https://github.com/kcolbchain/switchboard.git
cd switchboard
pip install -r requirements.txt
# Follow README for env, RPC, and first run
Detailed API and configuration live in the repository README as they stabilise.
MIT · github.com/kcolbchain/switchboard
Intro post: switchboard: infrastructure for on-chain AI agents