LICENSE
README.md
pyproject.toml
core/__init__.py
core/config.py
core/docker_sandbox.py
core/metrics.py
core/plugin_manager.py
core/prompt_builder.py
core/sandbox_wrapper.py
core/taor_loop.py
core/tool_executor.py
core/utils.py
core/llm/__init__.py
core/llm/factory.py
core/llm/protocol.py
core/llm/registry.py
core/llm/clients/__init__.py
core/llm/clients/anthropic.py
core/llm/clients/openai_compat.py
plugins/http.py
rawllm_evo.egg-info/PKG-INFO
rawllm_evo.egg-info/SOURCES.txt
rawllm_evo.egg-info/dependency_links.txt
rawllm_evo.egg-info/entry_points.txt
rawllm_evo.egg-info/requires.txt
rawllm_evo.egg-info/top_level.txt
tests/test_cli.py
tests/test_config.py
tests/test_core_init.py
tests/test_docker_sandbox.py
tests/test_http_plugin.py
tests/test_llm_clients.py
tests/test_metrics.py
tests/test_plugin_manager.py
tests/test_plugin_manager_critical_coverage.py
tests/test_prompt_builder.py
tests/test_run.py
tests/test_sandbox_wrapper.py
tests/test_taor_loop.py
tests/test_tool_executor.py
tests/test_utils.py