8 GET endpoints under /api/v1 for health, personas, cases, vector search, juror context, and hybrid search. Includes QueryService composing SubgraphQuery + VectorIndex + GraphDB, Pydantic response models, error handlers, and `serve` CLI mode via uvicorn. 20 new tests, 190 total, zero regressions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_api.py | ||
| test_chunk_engine.py | ||
| test_doc_parser.py | ||
| test_graph_builder.py | ||
| test_jury.py | ||
| test_meta_db.py | ||
| test_meta_extractor.py | ||
| test_mnc_parser.py | ||
| test_orchestrator.py | ||
| test_outcome_parser.py | ||
| test_pipeline.py | ||
| test_rate_limiter.py | ||