legco_ai_assistant/backend/app
Woody 733824c177 test: add Phase 5 ASR provider and integration tests
test_phase5_config.py: 6 tests for ASR_PROVIDER validation and default values. test_phase5_openrouter_provider.py: 14 tests covering OpenRouterSTT transcription, retry logic, error handling, URL construction, cleanup, and factory dispatch. test_phase5_integration.py: 4 tests for full video-to-transcribe flow with both providers (mocked) and per-provider API key validation.

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-05-19 09:48:37 +08:00
..
core feat: add ASR provider config, abstraction layer, and OpenRouter provider 2026-05-19 09:47:30 +08:00
models feat: Sub-Phases 8.1-8.4 — Q&A-pair chunking strategy 2026-05-15 12:44:04 +08:00
routers refactor: make ASR client and video router provider-aware 2026-05-19 09:48:12 +08:00
services refactor: make ASR client and video router provider-aware 2026-05-19 09:48:12 +08:00
test test: add Phase 5 ASR provider and integration tests 2026-05-19 09:48:37 +08:00
utils fix: Q\&A chunking always fell back to token — LLM never called, missing API fields 2026-05-15 14:46:45 +08:00
__init__.py feat: Phase 1.1 project setup with config, database, and models 2026-04-22 16:13:52 +08:00
main.py revert: remove Phase 3 YouTube proxy — all 7 sub-phases 2026-05-09 21:07:21 +08:00