AUTHORS.md
LICENSE
README.md
pyproject.toml
src/lc0_vic/__init__.py
src/lc0_vic/cli.py
src/lc0_vic/logutil.py
src/lc0_vic/schemas.py
src/lc0_vic.egg-info/PKG-INFO
src/lc0_vic.egg-info/SOURCES.txt
src/lc0_vic.egg-info/dependency_links.txt
src/lc0_vic.egg-info/entry_points.txt
src/lc0_vic.egg-info/requires.txt
src/lc0_vic.egg-info/top_level.txt
src/lc0_vic/bridge/__init__.py
src/lc0_vic/bridge/app.py
src/lc0_vic/controller/__init__.py
src/lc0_vic/controller/pipeline.py
src/lc0_vic/controller/service.py
src/lc0_vic/hardware_sim/__init__.py
src/lc0_vic/hardware_sim/timing.py
src/lc0_vic/index/__init__.py
src/lc0_vic/index/extract.py
src/lc0_vic/index/ingest_full.py
src/lc0_vic/index/jobs.py
src/lc0_vic/index/milvus_store.py
src/lc0_vic/index/protocol.py
src/lc0_vic/index/readiness.py
src/lc0_vic/index/store.py
src/lc0_vic/integrations/__init__.py
src/lc0_vic/integrations/ollama_http.py
src/lc0_vic/librarian/__init__.py
src/lc0_vic/librarian/ollama.py
src/lc0_vic/librarian/planner.py
src/lc0_vic/librarian/stub.py
src/lc0_vic/skillware/__init__.py
src/lc0_vic/skillware/legal_parser.py
src/lc0_vic/skillware/log_parser.py
src/lc0_vic/skillware/registry.py
src/lc0_vic/skillware/vision_ollama.py
src/lc0_vic/skillware/visual_parser.py
src/lc0_vic/training/__init__.py
src/lc0_vic/training/synthetic_plans.py
src/lc0_vic/warehouse/__init__.py
src/lc0_vic/warehouse/fs.py
src/lc0_vic/warehouse/resolve.py
tests/test_bridge_rate_limit.py
tests/test_controller_smoke.py
tests/test_golden_queries.py
tests/test_index_jobs.py
tests/test_milvus_lite.py
tests/test_ollama_privacy.py
tests/test_pyfakefs_storage.py
tests/test_readiness.py
tests/test_scripts_seed.py
tests/test_stub_plan.py
tests/test_tiered_pipeline_mock.py
tests/test_vector_backend_guard.py