LICENSE
README.md
pyproject.toml
src/__init__.py
src/debug_agent/__init__.py
src/debug_agent/agent.py
src/debug_agent/agent_decorator.py
src/debug_agent/debugger_flow.py
src/debug_agent/logging_service.py
src/debug_agent/main.py
src/debug_agent.egg-info/PKG-INFO
src/debug_agent.egg-info/SOURCES.txt
src/debug_agent.egg-info/dependency_links.txt
src/debug_agent.egg-info/requires.txt
src/debug_agent.egg-info/top_level.txt
src/debug_agent/prompts/__init__.py
src/debug_agent/prompts/prompt_manager.py
tests/test_agent.py
tests/test_debugger_flow.py