LICENSE
README.md
pyproject.toml
src/prompt_playoff/__init__.py
src/prompt_playoff/__main__.py
src/prompt_playoff/api.py
src/prompt_playoff/checks.py
src/prompt_playoff/cli.py
src/prompt_playoff/compiler.py
src/prompt_playoff/domain.py
src/prompt_playoff/engine.py
src/prompt_playoff/entrypoint.py
src/prompt_playoff/evals.py
src/prompt_playoff/graders.py
src/prompt_playoff/jobs.py
src/prompt_playoff/lint.py
src/prompt_playoff/measurements.py
src/prompt_playoff/normalizer.py
src/prompt_playoff/optimizer.py
src/prompt_playoff/persistence.py
src/prompt_playoff/providers.py
src/prompt_playoff/registry.py
src/prompt_playoff/sandbox.py
src/prompt_playoff/selector.py
src/prompt_playoff/service.py
src/prompt_playoff/strategies.py
src/prompt_playoff/technique_examples.py
src/prompt_playoff/templating.py
src/prompt_playoff/tools.py
src/prompt_playoff.egg-info/PKG-INFO
src/prompt_playoff.egg-info/SOURCES.txt
src/prompt_playoff.egg-info/dependency_links.txt
src/prompt_playoff.egg-info/entry_points.txt
src/prompt_playoff.egg-info/requires.txt
src/prompt_playoff.egg-info/top_level.txt
src/prompt_playoff/data/datasets/agents.jsonl
src/prompt_playoff/data/datasets/entity-extraction-hard.jsonl
src/prompt_playoff/data/datasets/entity-extraction.jsonl
src/prompt_playoff/data/datasets/few-nerd.jsonl
src/prompt_playoff/data/datasets/grounded-qa.jsonl
src/prompt_playoff/data/datasets/gsm8k.jsonl
src/prompt_playoff/data/datasets/mbpp.jsonl
src/prompt_playoff/data/datasets/multiconer-en.jsonl
src/prompt_playoff/data/datasets/summarization.jsonl
src/prompt_playoff/data/datasets/support-classification.jsonl
src/prompt_playoff/data/datasets/translation.jsonl
src/prompt_playoff/data/models/model-1.yaml
src/prompt_playoff/data/models/model-2.yaml
src/prompt_playoff/data/models/model-3.yaml
src/prompt_playoff/data/static/benchmarks.html
src/prompt_playoff/data/static/benchmarks.ru.html
src/prompt_playoff/data/static/help.html
src/prompt_playoff/data/static/help.ru.html
src/prompt_playoff/data/static/index.html
src/prompt_playoff/data/techniques/backward-check.yaml
src/prompt_playoff/data/techniques/chain-of-draft.yaml
src/prompt_playoff/data/techniques/chain-of-note.yaml
src/prompt_playoff/data/techniques/chain-of-verification.yaml
src/prompt_playoff/data/techniques/classification-label-rules.yaml
src/prompt_playoff/data/techniques/coding-tests-first.yaml
src/prompt_playoff/data/techniques/contrastive-cot.yaml
src/prompt_playoff/data/techniques/creative-constraint-lattice.yaml
src/prompt_playoff/data/techniques/critique-revise.yaml
src/prompt_playoff/data/techniques/decomposition.yaml
src/prompt_playoff/data/techniques/direct.yaml
src/prompt_playoff/data/techniques/few-shot-schema-repair.yaml
src/prompt_playoff/data/techniques/long-context-map-reduce.yaml
src/prompt_playoff/data/techniques/metacognitive.yaml
src/prompt_playoff/data/techniques/plan-execute.yaml
src/prompt_playoff/data/techniques/program-of-thought.yaml
src/prompt_playoff/data/techniques/re-reading.yaml
src/prompt_playoff/data/techniques/react.yaml
src/prompt_playoff/data/techniques/rephrase-and-respond.yaml
src/prompt_playoff/data/techniques/retrieval-evidence-first.yaml
src/prompt_playoff/data/techniques/schema-first.yaml
src/prompt_playoff/data/techniques/self-ask.yaml
src/prompt_playoff/data/techniques/self-consistency.yaml
src/prompt_playoff/data/techniques/skeleton-of-thought.yaml
src/prompt_playoff/data/techniques/step-back.yaml
src/prompt_playoff/data/techniques/system2-attention.yaml
src/prompt_playoff/data/techniques/translation-glossary.yaml
src/prompt_playoff/data/techniques/tree-of-thought.yaml
src/prompt_playoff/data/techniques/zero-shot-cot.yaml
src/prompt_playoff/integrations/__init__.py
src/prompt_playoff/integrations/dspy_backend.py
src/prompt_playoff/integrations/huggingface.py
src/prompt_playoff/integrations/promptfoo.py
src/prompt_playoff/integrations/tracing.py
tests/test_api.py
tests/test_checks.py
tests/test_cli.py
tests/test_compiler.py
tests/test_core_imports.py
tests/test_datasets.py
tests/test_engine.py
tests/test_evals.py
tests/test_extensibility.py
tests/test_graders.py
tests/test_integrations.py
tests/test_jobs.py
tests/test_normalizer.py
tests/test_optimizer.py
tests/test_persistence.py
tests/test_providers.py
tests/test_registry.py
tests/test_selector.py
tests/test_strategies.py