LICENSE
README.md
pyproject.toml
setup.py
src/rhylthyme_cli_runner/__init__.py
src/rhylthyme_cli_runner/cli.py
src/rhylthyme_cli_runner/environment_icons.py
src/rhylthyme_cli_runner/environment_loader.py
src/rhylthyme_cli_runner/environment_schemas.py
src/rhylthyme_cli_runner/expand_replicates.py
src/rhylthyme_cli_runner/instance_checks.py
src/rhylthyme_cli_runner/program_planner.py
src/rhylthyme_cli_runner/program_runner.py
src/rhylthyme_cli_runner/validate_program.py
src/rhylthyme_cli_runner.egg-info/PKG-INFO
src/rhylthyme_cli_runner.egg-info/SOURCES.txt
src/rhylthyme_cli_runner.egg-info/dependency_links.txt
src/rhylthyme_cli_runner.egg-info/entry_points.txt
src/rhylthyme_cli_runner.egg-info/requires.txt
src/rhylthyme_cli_runner.egg-info/top_level.txt
src/rhylthyme_cli_runner/eval/__init__.py
src/rhylthyme_cli_runner/eval/cli.py
src/rhylthyme_cli_runner/eval/compare.py
src/rhylthyme_cli_runner/eval/gold.py
src/rhylthyme_cli_runner/eval/harness.py
src/rhylthyme_cli_runner/eval/llm.py
src/rhylthyme_cli_runner/eval/matcher.py
src/rhylthyme_cli_runner/eval/metrics.py
src/rhylthyme_cli_runner/eval/report.py
src/rhylthyme_cli_runner/eval/patterns/__init__.py
src/rhylthyme_cli_runner/eval/patterns/authoring_guide.md
src/rhylthyme_cli_runner/eval/patterns/baseline.md
src/rhylthyme_cli_runner/eval/patterns/baseline.py
src/rhylthyme_cli_runner/eval/patterns/extract.py
src/rhylthyme_cli_runner/eval/patterns/four_turn.py
src/rhylthyme_cli_runner/history/__init__.py
src/rhylthyme_cli_runner/history/calibrate.py
src/rhylthyme_cli_runner/history/calibrate_cli.py
src/rhylthyme_cli_runner/history/cli.py
src/rhylthyme_cli_runner/history/evaluate.py
src/rhylthyme_cli_runner/history/evaluate_cli.py
src/rhylthyme_cli_runner/history/factors.py
src/rhylthyme_cli_runner/history/hash.py
src/rhylthyme_cli_runner/history/predict.py
src/rhylthyme_cli_runner/history/recorder.py
src/rhylthyme_cli_runner/history/render.py
src/rhylthyme_cli_runner/history/replay.py
src/rhylthyme_cli_runner/history/report.py
src/rhylthyme_cli_runner/history/report_cli.py
src/rhylthyme_cli_runner/history/store.py
src/rhylthyme_cli_runner/history/synth.py
src/rhylthyme_cli_runner/history/usable.py
src/rhylthyme_cli_runner/remote/__init__.py
src/rhylthyme_cli_runner/remote/auth.py
src/rhylthyme_cli_runner/remote/cli.py
src/rhylthyme_cli_runner/remote/mcp_client.py
tests/test_calibrate.py
tests/test_cli.py
tests/test_eval_baseline.py
tests/test_eval_harness.py
tests/test_eval_scorer.py
tests/test_evaluate.py
tests/test_example_validation.py
tests/test_examples_integration.py
tests/test_expand_replicates.py
tests/test_hash_parity.py
tests/test_history_report.py
tests/test_predict.py
tests/test_program_runner.py
tests/test_remote.py
tests/test_replay.py
tests/test_run_recorder.py
tests/test_synth.py
tests/test_usable.py
tests/test_validate_examples_ci.py
tests/test_validate_program.py