Experiment Record · 2026-07-18
REMY-ROUTER-LIVE
Remy sub-agent model router: live multi-provider verification
SUCCESSREPLICATED
Hypothesis
spawn_agents can run concurrent sub-agents across independent providers with per-agent routing, fallback, and enforced cost budgets.
Setup
Live run: 5 sub-agents across 4 providers (Ollama, MLX-LM, Gemini, ChatGPT-OAuth) with routing strategies, capability requirements, fallback chains, and a $0.02 cloud budget. 20/20 live checks.
Variables
- ◆Provider
- ◆Routing strategy
- ◆Budget ceiling
- ◆Endpoint availability
Results
- →5 concurrent sub-agents completed across 4 providers.
- →Dead endpoint triggered endpoint_unavailable → automatic MLX-LM failover.
- →$0.02 cloud budget enforced: Gemini call blocked, rerouted to local.
- →Test sweep: 35/35 router + 2/2 adapters + 27/27 CLI; typecheck clean across 8 packages.
Observations
- ·Workers never reuse Remy's own client — isolation held under concurrency.
Conclusion
The budget-aware multi-provider hive works as designed, verified live.
Next Experiment
Slice 4: full multi-agent colony on this router.