TypeScript gateway for routing chat requests across local and remote LLM providers with fallback rules.
- Provider routing by model family.
- Automatic fallback for unhealthy providers.
- Structured health checks and route metadata.
- Unit tests for routing and fallback behavior.
npm install
npm test
npm run build