LICENSE
README.md
pyproject.toml
reps/__init__.py
reps/async_utils.py
reps/config.py
reps/contract_selector.py
reps/controller.py
reps/convergence_monitor.py
reps/database.py
reps/embedding.py
reps/evaluation_result.py
reps/evaluator.py
reps/iteration_config.py
reps/metrics_logger.py
reps/novelty_judge.py
reps/pareto.py
reps/program_summarizer.py
reps/prompt_sampler.py
reps/prompt_templates.py
reps/py.typed
reps/reflection_engine.py
reps/runner.py
reps/runtime.py
reps/sanitize.py
reps/sota_controller.py
reps/trace_reflection.py
reps/utils.py
reps/worker_pool.py
reps/api/__init__.py
reps/api/evaluate_dispatch.py
reps/api/model.py
reps/api/optimizer.py
reps/api/result.py
reps/internal/__init__.py
reps/llm/__init__.py
reps/llm/anthropic.py
reps/llm/base.py
reps/llm/ensemble.py
reps/llm/openai_compatible.py
reps/llm/provider_of.py
reps/llm/stream_print.py
reps/prompt_templates/diff_user.txt
reps/prompt_templates/evaluation.txt
reps/prompt_templates/evaluator_system_message.txt
reps/prompt_templates/evolution_history.txt
reps/prompt_templates/fragments.json
reps/prompt_templates/full_rewrite_user.txt
reps/prompt_templates/inspiration_program.txt
reps/prompt_templates/inspirations_section.txt
reps/prompt_templates/previous_attempt.txt
reps/prompt_templates/system_message.txt
reps/prompt_templates/system_message_changes_description.txt
reps/prompt_templates/system_message_tool_runner.txt
reps/prompt_templates/system_message_with_changes_description.txt
reps/prompt_templates/task_instructions_diff.txt
reps/prompt_templates/task_instructions_full.txt
reps/prompt_templates/top_program.txt
reps/prompt_templates/user_message_with_changes_description.txt
reps/workers/__init__.py
reps/workers/_runner_common.py
reps/workers/anthropic_tool_runner.py
reps/workers/base.py
reps/workers/dspy_react.py
reps/workers/edit_serializer.py
reps/workers/openai_tool_runner.py
reps/workers/registry.py
reps/workers/single_call.py
reps/workers/tools.py
reps/workers/trace_render.py
reps_py.egg-info/PKG-INFO
reps_py.egg-info/SOURCES.txt
reps_py.egg-info/dependency_links.txt
reps_py.egg-info/entry_points.txt
reps_py.egg-info/requires.txt
reps_py.egg-info/top_level.txt
tests/test_api_model.py
tests/test_api_optimize.py
tests/test_circle_packing_asi.py
tests/test_config.py
tests/test_controller.py
tests/test_edit_serializer.py
tests/test_evaluation_contract.py
tests/test_island_isolation.py
tests/test_lineage_reflection.py
tests/test_llm_providers.py
tests/test_merge_integration.py
tests/test_pareto.py
tests/test_pareto_integration.py
tests/test_prompt_sampler.py
tests/test_reps_features.py
tests/test_runner.py
tests/test_sanitize.py
tests/test_trace_reflection.py
tests/test_trace_reflection_integration.py
tests/test_utils.py