Add multi-provider routing policy inside the app #13
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Implement provider-aware routing so AMCS can choose between LiteLLM, OpenRouter, Ollama, or future backends based on task type, policy, availability, cost, or fallback rules.
Why
The implementation plan defers multi-provider routing inside the app. Right now the provider model is primarily configuration-driven; richer routing would improve resilience and operational control.
Scope ideas
Acceptance criteria
Source
Deferred feature from
llm/plan.md: multi-provider routing policy inside the app.