SwitchBoard Architecture¶
SwitchBoard is now a selector-only service.
Runtime boundary¶
- SwitchBoard accepts canonical
TaskProposalinput. - It evaluates lane-routing policy.
- It returns a canonical
LaneDecision. - It can also return a full routing plan with fallback and escalation candidates.
Live API¶
GET /healthPOST /routePOST /route-plan
See README.md and docs/routing.md for the current routing model.