Source layer (5 court sources), processing pipeline (parse/extract/chunk/embed/graph), property graph with 8 node types, juror subgraph queries with 6 personas, orchestrator with bootstrap/watch/backfill/audit/process modes, 170 tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 lines
83 B
Python
4 lines
83 B
Python
"""Allow python -m aucourt_ingest."""
|
|
from aucourt_ingest.main import main
|
|
|
|
main()
|