LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
analysis/gather_results.py
analysis/json_log_viewer/json_log_viewer.py
analysis/sft_data_viewer/sft_data_viewer.py
analysis/tool_use/episode_length.py
analysis/tool_use/incorrect_arguments.py
analysis/tool_use/response_tokens.py
analysis/tool_use/tool_use_categories.py
data/mini_nightmare/config/config_code.py
data/mini_nightmare/config/test.py
data/mini_nightmare/counter/counter_code.py
data/mini_nightmare/counter/test.py
data/mini_nightmare/grader/grader_code.py
data/mini_nightmare/grader/test.py
data/mini_nightmare/pandas_dataframe/pandas_dataframe_code.py
data/mini_nightmare/pandas_dataframe/test.py
data/mini_nightmare/patcher/patcher_code.py
data/mini_nightmare/patcher/test.py
data/mini_nightmare/purr/purr_code.py
data/mini_nightmare/purr/test.py
data/mini_nightmare/scientific_calculator/scientific_calculator_code.py
data/mini_nightmare/scientific_calculator/scientific_calculator_tool.py
data/mini_nightmare/scientific_calculator/test.py
data/mini_nightmare/shopping_cart/shopping_cart_code.py
data/mini_nightmare/shopping_cart/test.py
data/mini_nightmare/sum_tree/sum_tree_code.py
data/mini_nightmare/sum_tree/test.py
data/mini_nightmare/tomorrow_date/test.py
data/mini_nightmare/tomorrow_date/tomorrow_date_code.py
data/pytorch/pytorch_code.py
data/pytorch/test.py
debug_gym/__init__.py
debug_gym/constants.py
debug_gym/logger.py
debug_gym/version.py
debug_gym.egg-info/PKG-INFO
debug_gym.egg-info/SOURCES.txt
debug_gym.egg-info/dependency_links.txt
debug_gym.egg-info/requires.txt
debug_gym.egg-info/top_level.txt
debug_gym/agents/__init__.py
debug_gym/agents/base_agent.py
debug_gym/agents/debug_agent.py
debug_gym/agents/history_tracker.py
debug_gym/agents/rewrite_agent.py
debug_gym/agents/solution_agent.py
debug_gym/agents/utils.py
debug_gym/gym/__init__.py
debug_gym/gym/entities.py
debug_gym/gym/utils.py
debug_gym/gym/workspace.py
debug_gym/gym/envs/__init__.py
debug_gym/gym/envs/aider.py
debug_gym/gym/envs/env.py
debug_gym/gym/envs/mini_nightmare.py
debug_gym/gym/envs/r2egym.py
debug_gym/gym/envs/swe_bench.py
debug_gym/gym/envs/swe_smith.py
debug_gym/gym/terminals/__init__.py
debug_gym/gym/terminals/docker.py
debug_gym/gym/terminals/kubernetes.py
debug_gym/gym/terminals/local.py
debug_gym/gym/terminals/shell_session.py
debug_gym/gym/terminals/terminal.py
debug_gym/gym/tools/__init__.py
debug_gym/gym/tools/bash.py
debug_gym/gym/tools/eval.py
debug_gym/gym/tools/grep.py
debug_gym/gym/tools/listdir.py
debug_gym/gym/tools/pdb.py
debug_gym/gym/tools/rewrite.py
debug_gym/gym/tools/tool.py
debug_gym/gym/tools/toolbox.py
debug_gym/gym/tools/view.py
debug_gym/llms/__init__.py
debug_gym/llms/anthropic.py
debug_gym/llms/azure_openai.py
debug_gym/llms/base.py
debug_gym/llms/configure.py
debug_gym/llms/constants.py
debug_gym/llms/copilot.py
debug_gym/llms/human.py
debug_gym/llms/openai.py
debug_gym/llms/utils.py
scripts/run.py
scripts/templates/human_friendly_system_prompt.jinja
tests/__init__.py
tests/conftest.py
tests/test_logger.py
tests/agents/conftest.py
tests/agents/test_agents.py
tests/agents/test_history_tracker.py
tests/agents/test_utils.py
tests/gym/__init__.py
tests/gym/conftest.py
tests/gym/test_utils.py
tests/gym/test_workspace.py
tests/gym/envs/conftest.py
tests/gym/envs/test_aider.py
tests/gym/envs/test_env.py
tests/gym/envs/test_mini_nightmare.py
tests/gym/envs/test_r2egym.py
tests/gym/envs/test_swe_bench.py
tests/gym/envs/test_swe_smith.py
tests/gym/terminals/test_docker.py
tests/gym/terminals/test_kubernetes.py
tests/gym/terminals/test_local_terminal.py
tests/gym/terminals/test_shell_session.py
tests/gym/terminals/test_terminal.py
tests/gym/tools/conftest.py
tests/gym/tools/test_bash.py
tests/gym/tools/test_eval.py
tests/gym/tools/test_grep.py
tests/gym/tools/test_listdir.py
tests/gym/tools/test_pdb.py
tests/gym/tools/test_rewrite.py
tests/gym/tools/test_tool.py
tests/gym/tools/test_toolbox.py
tests/gym/tools/test_view.py
tests/llms/__init__.py
tests/llms/conftest.py
tests/llms/test_anthropic.py
tests/llms/test_azure_openai.py
tests/llms/test_base.py
tests/llms/test_configure.py
tests/llms/test_copilot.py
tests/llms/test_human.py
tests/llms/test_openai.py
tests/llms/test_utils.py