Multi-provider model orchestration proxy for Claude Code. Route agent roles (planning, coding, research) to different LLM providers with automatic fallback, daemon mode, desktop GUI, config hot-reload, and crash recovery.
Stars
2
Forks
0
Watchers
2
Open Issues
14
Overall repository health assessment
^1.19.11^17.3.1^4.12.8^2.4.2^8.0.0^8.19.0^2.8.2^4.3.6^25.5.0^2.4.9^8.18.1^8.5.1^4.21.0^6.0.2^4.1.0400
commits
13
commits
fix(proxy): suppress "socket closed unexpectedly" on hedge cancellation
429efc4View on GitHubfix: circuit breaker false positives and health probe bugs (#179)
eb594e4View on GitHubfix(config): allow weight:0 as "disabled" sentinel, add warning
da70263View on GitHubfix(config): reject weight: 0 in distribution routing schema (#178)
94b3c43View on GitHubfix(server): use actualProvider for error metrics instead of first-attempted provider (#177)
1c3cf35View on GitHubfix(proxy): don't destroy shared agent pool on connection retry
a7c2f8fView on GitHubfix(session-pool): guard against empty provider map in getStats() (#176)
bdb70b8View on GitHubfix(server): update ActiveProbeManager providers reference on config hot-reload (#175)
a1947adView on GitHubfix(proxy): isolate stream state per hedge copy to prevent shared mutable race (#174)
f16b8eaView on GitHubfix(proxy): eliminate double circuit breaker recording in race+hedge mode (#173)
a7f52b0View on GitHubfix(router): don't consume circuit breaker probe slot during routing (#172)
b13998eView on GitHubfeat(session): increase per-session connections to 3 for parallel subagent traffic (#155)
b482d95View on GitHub