CTO H3R7Tech
4b766cb908
feat(HRT-200): AI Router — Multi-provider LLM routing with failover
- 4 provider adapters: OpenAI (SDK), Anthropic (SDK), Google (google-genai), Mistral (direct HTTP)
- Core router with automatic failover + exponential backoff
- Flask blueprint with /api/v1/ai/* endpoints
- Auth via token-broker verify endpoint
- DB models for ai_providers, ai_model_mapping, ai_router_log
- /health endpoint (parallel provider check), /usage stats
- 21 unit tests (all passing)
2026-05-24 10:21:36 +02:00
..
2026-04-25 17:18:43 +02:00
2026-04-25 17:18:43 +02:00
2026-04-27 16:14:17 +02:00
2026-04-25 19:10:41 +02:00
2026-04-25 19:10:41 +02:00
2026-04-25 19:10:41 +02:00
2026-04-25 17:18:43 +02:00
2026-05-24 10:21:36 +02:00
2026-04-25 18:00:54 +02:00
2026-04-25 17:35:45 +02:00
2026-05-10 08:45:31 +02:00
2026-04-27 14:26:46 +02:00
2026-04-25 18:18:48 +02:00
2026-04-29 17:09:13 +02:00
2026-04-25 19:10:41 +02:00
2026-05-10 08:45:31 +02:00