kcolbchain / docs / switchboard

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

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

GitHub

Source and README

All projects

Back to docs home