CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
setup.cfg
contextops/__init__.py
contextops/cli.py
contextops/clients.py
contextops/dataset.py
contextops/eval.py
contextops/integrations.py
contextops/judge.py
contextops/logger.py
contextops/models.py
contextops/optimizer.py
contextops/report.py
contextops_bench/__init__.py
contextops_bench/__main__.py
contextops_bench/clients.py
contextops_bench/prompt_factory.py
contextops_bench/runner.py
contextops_tool.egg-info/PKG-INFO
contextops_tool.egg-info/SOURCES.txt
contextops_tool.egg-info/dependency_links.txt
contextops_tool.egg-info/entry_points.txt
contextops_tool.egg-info/requires.txt
contextops_tool.egg-info/top_level.txt
docs/ACCEPTANCE.md
evals/baseline_prompt.json
evals/optimized_prompt.json
evals/sample_dataset.jsonl
examples/01_basic_optimize.py
examples/02_compare.py
examples/03_log_calls.py
tests/test_bench_unit.py
tests/test_logger.py
tests/test_optimizer.py
tests/test_v02_eval.py