chrysopedia/backend/tests
jlightner 4aa4b08a7f feat: Per-stage LLM model routing with thinking modality and think-tag stripping
- Added 8 per-stage config fields: llm_stage{2-5}_model and llm_stage{2-5}_modality
- LLMClient.complete() accepts modality ('chat'/'thinking') and model_override
- Thinking modality: appends JSON instructions to system prompt, strips <think> tags
- strip_think_tags() handles multiline, multiple blocks, and edge cases
- Pipeline stages 2-5 read per-stage config and pass to LLM client
- Updated .env.example with per-stage model/modality documentation
- All 59 tests pass including new think-tag stripping test
2026-03-30 02:12:14 +00:00
..
fixtures test: Added 10 integration tests covering pipeline stages 2-6, trigger… 2026-03-29 22:51:26 +00:00
__init__.py test: Added 6 integration tests proving ingestion, creator auto-detecti… 2026-03-29 22:16:15 +00:00
conftest.py test: Added 10 integration tests covering pipeline stages 2-6, trigger… 2026-03-29 22:51:26 +00:00
test_ingest.py test: Added 6 integration tests proving ingestion, creator auto-detecti… 2026-03-29 22:16:15 +00:00
test_pipeline.py feat: Per-stage LLM model routing with thinking modality and think-tag stripping 2026-03-30 02:12:14 +00:00
test_public_api.py test: Added 18 integration tests for search and public API endpoints (t… 2026-03-30 00:01:32 +00:00
test_review.py test: Built 9 review queue API endpoints (queue, stats, approve, reject… 2026-03-29 23:13:43 +00:00
test_search.py test: Added 18 integration tests for search and public API endpoints (t… 2026-03-30 00:01:32 +00:00