DeutschLernen/GermanApp/Infrastructure/Services
Lasse Rune Hansen 594732bd86 feat(backend/ai-services): Complete Phase 1 - Configuration & Interfaces
Phase 1 Tasks Completed:
- Add AI configuration sections to appsettings.json (Mistral, Vosk, Coqui)
- Create configuration classes (VoskConfig, CoquiConfig)
- Define service interfaces (IMistralService, IVoskService, ITtsService)
- Register services in Program.cs
- Set up configuration validation (ValidateAiConfigurations method)
- Add health checks for AI services (AiServicesHealthCheck class)

Files changed:
- Added AiServicesHealthCheck.cs (Infrastructure layer)
- Updated Program.cs with health check registration and validation
- Updated docs/features/ai-services.md with Phase 1 completion

All 296 tests passing (148 unit + 148 integration)

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-13 10:22:54 +02:00
..
AiServicesHealthCheck.cs feat(backend/ai-services): Complete Phase 1 - Configuration & Interfaces 2026-06-13 10:22:54 +02:00
AuthService.cs feat(backend): complete unit tests for User Authentication feature 2026-06-05 17:07:15 +02:00
MistralCircuitBreaker.cs feat(backend/infrastructure): implement Mistral API Connector (Phase 0 of AI Services) 2026-06-09 18:56:37 +02:00
MistralConnector.cs test(backend/infrastructure): add unit tests for MistralConnector 2026-06-09 20:00:14 +02:00
MistralRateLimiter.cs feat(backend/infrastructure): implement Mistral API Connector (Phase 0 of AI Services) 2026-06-09 18:56:37 +02:00
TtsService.cs feat(backend/ai-services): Complete AI Services Phase 0-4 implementation 2026-06-13 10:09:19 +02:00
VoskService.cs feat(backend/ai-services): Complete AI Services Phase 0-4 implementation 2026-06-13 10:09:19 +02:00