LICENSE
README.md
pyproject.toml
src/autosynth/__init__.py
src/autosynth/_console.py
src/autosynth/cli.py
src/autosynth/config.py
src/autosynth/domain.py
src/autosynth/evaluator.py
src/autosynth/harness.py
src/autosynth/pipeline.py
src/autosynth/runner.py
src/autosynth/safety.py
src/autosynth/schemas.py
src/autosynth/utils.py
src/autosynth.egg-info/PKG-INFO
src/autosynth.egg-info/SOURCES.txt
src/autosynth.egg-info/dependency_links.txt
src/autosynth.egg-info/entry_points.txt
src/autosynth.egg-info/requires.txt
src/autosynth.egg-info/top_level.txt
src/autosynth/agents/__init__.py
src/autosynth/agents/challenger.py
src/autosynth/agents/reflector.py
src/autosynth/agents/solver.py
src/autosynth/agents/verifier.py
src/autosynth/dispatcher/__init__.py
src/autosynth/dispatcher/batch.py
src/autosynth/dispatcher/core.py
src/autosynth/dispatcher/hydration.py
src/autosynth/dispatcher/local.py
src/autosynth/dispatcher/progress.py
src/autosynth/domains/__init__.py
src/autosynth/domains/math_word_problems.py
src/autosynth/domains/qa_from_documents.py
src/autosynth/llm/__init__.py
src/autosynth/llm/client.py
src/autosynth/llm/mock.py
src/autosynth/llm/rate_limit.py
src/autosynth/llm/types.py
src/autosynth/metaopt/__init__.py
src/autosynth/metaopt/evaluation.py
src/autosynth/metaopt/mutation.py
src/autosynth/metaopt/optimizer.py
src/autosynth/metaopt/records.py
src/autosynth/metaopt/selection.py
src/autosynth/store/__init__.py
src/autosynth/store/dao.py
src/autosynth/store/schema.py
src/autosynth/store/types.py
src/autosynth/templates/new_domain.py.tmpl
tests/test_acceptance.py
tests/test_agent_helpers.py
tests/test_dispatcher.py
tests/test_dispatcher_batch.py
tests/test_domain_loading.py
tests/test_harness.py
tests/test_integration.py
tests/test_llm.py
tests/test_metaopt.py
tests/test_pure_pipeline.py
tests/test_schemas.py
tests/test_store.py