README.md
pyproject.toml
agent/__init__.py
agent/autonomous.py
agent/cli.py
agent/client.py
agent/config.py
agent/context.py
agent/loop.py
agent/lsp_client.py
agent/modes.py
agent/tui.py
agent/tools/__init__.py
agent/tools/delegation_ops.py
agent/tools/file_ops.py
agent/tools/lsp_ops.py
agent/tools/rag_ops.py
agent/tools/registry.py
agent/tools/shell_ops.py
agent/ui/__init__.py
agent/ui/chat.py
agent/ui/constants.py
agent/ui/modals.py
agent/ui/sidebar.py
dev_coder.egg-info/PKG-INFO
dev_coder.egg-info/SOURCES.txt
dev_coder.egg-info/dependency_links.txt
dev_coder.egg-info/entry_points.txt
dev_coder.egg-info/requires.txt
dev_coder.egg-info/top_level.txt
tests/test_config.py
tests/test_loop.py
tests/test_modes.py
tests/test_tools.py