LICENSE
README.md
pyproject.toml
src/syrch/__init__.py
src/syrch/api.py
src/syrch.egg-info/PKG-INFO
src/syrch.egg-info/SOURCES.txt
src/syrch.egg-info/dependency_links.txt
src/syrch.egg-info/entry_points.txt
src/syrch.egg-info/requires.txt
src/syrch.egg-info/top_level.txt
src/syrch/cli/__init__.py
src/syrch/cli/app.py
src/syrch/core/__init__.py
src/syrch/core/config.py
src/syrch/core/logging.py
src/syrch/core/models.py
src/syrch/eval/__init__.py
src/syrch/eval/metrics.py
src/syrch/eval/report.py
src/syrch/eval/runner.py
src/syrch/executors/__init__.py
src/syrch/executors/base.py
src/syrch/executors/cached_executor.py
src/syrch/executors/databricks_executor.py
src/syrch/executors/jdbc_executor.py
src/syrch/executors/sqlite_executor.py
src/syrch/llm/__init__.py
src/syrch/llm/anthropic_llm.py
src/syrch/llm/base.py
src/syrch/llm/cache.py
src/syrch/llm/openai_llm.py
src/syrch/search/__init__.py
src/syrch/search/aggregator.py
src/syrch/search/calibrator.py
src/syrch/search/clarify.py
src/syrch/search/grid.py
src/syrch/search/pipeline.py
src/syrch/search/planner.py
src/syrch/search/rlm_engine.py
src/syrch/search/scheduler.py
tests/test_cache.py
tests/test_clarify.py
tests/test_e2e.py
tests/test_eval.py
tests/test_integration.py
tests/test_planner.py
tests/test_rlm_engine.py
tests/test_scheduler.py