Package Products

Agent routing

scbe-agent-bus

A typed event bus for agent work: send task packets, receive envelopes, and keep human, AI, and tool actions inside a governed routing surface. The current lane adds hosted-credential gating and upgrade routing for safer operator handoff.

npm install scbe-agent-bus
$ scbe-agent-bus send --task "review changed files" --json
{ "ok": true, "verdict": "route" }

npm: 0.3.1
PyPI: 0.3.0

Who It Helps

Agent harnesses, local operators, and teams coordinating multiple model or tool workers.

What It Gives

Typed envelopes, CLI routing, health checks, and a clean bridge to governed event runners.

Use It With

The CLI for terminal control and the core package for scoring and governance decisions.