LICENSE
README.md
pyproject.toml
trebek/__init__.py
trebek/cli.py
trebek/cli_docker.py
trebek/config.py
trebek/exceptions.py
trebek/main.py
trebek/py.typed
trebek/schema.sql
trebek/schemas.py
trebek/state_machine.py
trebek/status.py
trebek.egg-info/PKG-INFO
trebek.egg-info/SOURCES.txt
trebek.egg-info/dependency_links.txt
trebek.egg-info/entry_points.txt
trebek.egg-info/requires.txt
trebek.egg-info/top_level.txt
trebek/analysis/__init__.py
trebek/analysis/buzzer.py
trebek/analysis/embeddings.py
trebek/analysis/vision.py
trebek/database/__init__.py
trebek/database/operations.py
trebek/database/pipeline_queries.py
trebek/database/writer.py
trebek/gpu/__init__.py
trebek/gpu/orchestrator.py
trebek/gpu/worker.py
trebek/llm/__init__.py
trebek/llm/chunking.py
trebek/llm/client.py
trebek/llm/pass1_anchoring.py
trebek/llm/pass2_extraction.py
trebek/llm/pass3_multimodal.py
trebek/llm/schemas.py
trebek/llm/speaker_normalization.py
trebek/llm/transcript.py
trebek/llm/utils.py
trebek/llm/validation.py
trebek/pipeline/__init__.py
trebek/pipeline/discovery.py
trebek/pipeline/logging.py
trebek/pipeline/orchestrator.py
trebek/pipeline/stages.py
trebek/pipeline/workers/__init__.py
trebek/pipeline/workers/gpu.py
trebek/pipeline/workers/ingestion.py
trebek/pipeline/workers/llm.py
trebek/pipeline/workers/multimodal.py
trebek/pipeline/workers/state_machine.py
trebek/ui/__init__.py
trebek/ui/banner.py
trebek/ui/core.py
trebek/ui/diagnostics.py
trebek/ui/help.py
trebek/ui/progress.py
trebek/ui/tables.py
trebek/ui/dashboard/__init__.py
trebek/ui/dashboard/components.py
trebek/ui/dashboard/layout.py
trebek/ui/dashboard/summary.py