Agents
4 specialist AI agents — each with isolated workspace, model, tools, and sandbox.
coordinator
Sonnet 4.6GPT-4o-mini
Routes tasks, manages pipelines, handles approvals
readwritememorymessagelobstersessions_send
Exec: disabledConcurrency: 3Sandbox: off
solidity-coder
Opus 4.6GPT-4o
Writes contracts, generates tests, OpenZeppelin patterns
readwriteeditexecweb_search
Exec: forge, solc, solhintConcurrency: 2Sandbox: docker (bridge)
auditor
Opus 4.6GPT-4o
Slither + Aderyn analysis, severity-rated reports
readexecwritellm-task
Exec: slither, aderynConcurrency: 1Sandbox: docker (isolated)
deployer
Sonnet 4.6GPT-4o-mini
Deploys via Foundry, verifies on explorer, testnet-first
readwriteexecweb_fetch
Exec: forge script, forge verify, castConcurrency: 1Sandbox: docker (bridge)
Communication Flow
user → coordinator → sessions_send → specialist → JSON → coordinator → user
// specialists never receive external messages directly