LICENSE
README.md
pyproject.toml
src/toolsgen/__init__.py
src/toolsgen/cli.py
src/toolsgen/judge.py
src/toolsgen/problem_generator.py
src/toolsgen/prompts.py
src/toolsgen/schema.py
src/toolsgen/tool_caller.py
src/toolsgen.egg-info/PKG-INFO
src/toolsgen.egg-info/SOURCES.txt
src/toolsgen.egg-info/dependency_links.txt
src/toolsgen.egg-info/entry_points.txt
src/toolsgen.egg-info/requires.txt
src/toolsgen.egg-info/top_level.txt
src/toolsgen/core/__init__.py
src/toolsgen/core/client.py
src/toolsgen/core/config.py
src/toolsgen/core/generator.py
src/toolsgen/core/io.py
src/toolsgen/core/parallel.py
src/toolsgen/core/record_builder.py
src/toolsgen/core/sequential.py
src/toolsgen/prompts/judge_system.txt
src/toolsgen/prompts/judge_user.txt
src/toolsgen/prompts/problem_generation_system.txt
src/toolsgen/prompts/problem_generation_user.txt
src/toolsgen/prompts/tool_caller_system.txt
src/toolsgen/sampling/__init__.py
src/toolsgen/sampling/batch.py
src/toolsgen/sampling/param_aware.py
src/toolsgen/sampling/random.py
src/toolsgen/sampling/semantic.py
tests/test_cli.py
tests/test_client.py
tests/test_config.py
tests/test_generator.py
tests/test_generator_integration.py
tests/test_io.py
tests/test_judge.py
tests/test_problem_generator.py
tests/test_prompts.py
tests/test_sampling.py
tests/test_schema.py
tests/test_tool_caller.py