README.md
pyproject.toml
src/coding_agents/__init__.py
src/coding_agents/cli.py
src/coding_agents/py.typed
src/coding_agents.egg-info/PKG-INFO
src/coding_agents.egg-info/SOURCES.txt
src/coding_agents.egg-info/dependency_links.txt
src/coding_agents.egg-info/entry_points.txt
src/coding_agents.egg-info/requires.txt
src/coding_agents.egg-info/top_level.txt
src/coding_agents/core/__init__.py
src/coding_agents/core/agent.py
src/coding_agents/core/budget.py
src/coding_agents/core/loop.py
src/coding_agents/core/models.py
src/coding_agents/evolution/__init__.py
src/coding_agents/evolution/parallel_planner.py
src/coding_agents/evolution/skill_miner.py
src/coding_agents/sandbox/__init__.py
src/coding_agents/sandbox/policy.py
src/coding_agents/sandbox/worktree.py
src/coding_agents/tools/__init__.py
src/coding_agents/tools/base.py
src/coding_agents/tools/bash_tool.py
src/coding_agents/tools/patch_editor.py
src/coding_agents/verification/__init__.py
src/coding_agents/verification/fault_localizer.py
src/coding_agents/verification/oscillation.py
src/coding_agents/verification/pipeline.py
tests/test_cli.py
tests/test_core.py
tests/test_patch_editor.py
tests/test_skill_miner.py
tests/test_verification.py