LICENSE
MANIFEST.in
README.md
curator_query.py
mcp_server.py
pyproject.toml
curator/__init__.py
curator/_version.py
curator/async_jobs.py
curator/backend.py
curator/backend_memory.py
curator/backend_ov.py
curator/circuit_breaker.py
curator/config.py
curator/decision_report.py
curator/dedup.py
curator/domain_filter.py
curator/feedback_store.py
curator/file_lock.py
curator/freshness.py
curator/governance.py
curator/governance_cli.py
curator/governance_report.py
curator/interest_analyzer.py
curator/log_rotation.py
curator/logging_setup.py
curator/memory_capture.py
curator/metrics.py
curator/nlp_utils.py
curator/pipeline_v2.py
curator/py.typed
curator/retrieval_v2.py
curator/review.py
curator/review_cli.py
curator/router.py
curator/router_config.json
curator/scheduler.py
curator/search.py
curator/search_cache.py
curator/search_providers.py
curator/session_manager.py
curator/settings.py
curator/usage_ttl.py
curator/legacy/__init__.py
curator/legacy/answer.py
curator/legacy/dedup.py
curator/legacy/feedback.py
curator/legacy/pipeline.py
curator/legacy/retrieval.py
curator/prompts/judge.prompt
openviking_curator.egg-info/PKG-INFO
openviking_curator.egg-info/SOURCES.txt
openviking_curator.egg-info/dependency_links.txt
openviking_curator.egg-info/entry_points.txt
openviking_curator.egg-info/requires.txt
openviking_curator.egg-info/top_level.txt
tests/test_async_ingest.py
tests/test_async_job_cli.py
tests/test_async_jobs.py
tests/test_auto_summarize.py
tests/test_backend.py
tests/test_circuit_breaker.py
tests/test_conflict_resolution.py
tests/test_core.py
tests/test_coverage_tuning.py
tests/test_decision_report.py
tests/test_dedup_enhanced.py
tests/test_domain_filter.py
tests/test_eval_regression.py
tests/test_freshness_scan.py
tests/test_governance.py
tests/test_governance_report.py
tests/test_interest_analyzer.py
tests/test_log_rotation.py
tests/test_logging_setup.py
tests/test_packaging.py
tests/test_query_log.py
tests/test_retrieval_feedback.py
tests/test_review_cli.py
tests/test_scheduler.py
tests/test_search_cache.py
tests/test_search_providers.py
tests/test_settings.py
tests/test_usage_ttl.py