LICENSE
README.md
cli.py
pyproject.toml
agent/__init__.py
agent/hooks.py
agent/loop.py
agent/mcp_client.py
agent/planner.py
agent/prompts.py
agent/tools.py
agent/tui.py
aicoder_cli/__init__.py
core/__init__.py
core/code_index.py
core/config.py
core/console.py
core/context.py
core/model.py
core/project.py
devmode/__init__.py
devmode/build.py
devmode/phases.py
devmode/resync.py
devmode/session.py
local_aicoder.egg-info/PKG-INFO
local_aicoder.egg-info/SOURCES.txt
local_aicoder.egg-info/dependency_links.txt
local_aicoder.egg-info/entry_points.txt
local_aicoder.egg-info/requires.txt
local_aicoder.egg-info/top_level.txt
memory/__init__.py
memory/project.py
rag/__init__.py
rag/ingest.py
rag/research.py
rag/store.py
tests/test_agent.py
tests/test_cli.py
tests/test_config.py
tests/test_console.py
tests/test_devmode.py
tests/test_evals.py
tests/test_file_tools.py
tests/test_hooks.py
tests/test_loop.py
tests/test_mcp.py
tests/test_model_provider.py
tests/test_planner.py
tests/test_rag_store.py
tests/test_shell_tools.py
tests/test_slash_commands.py
tests/test_tui.py
tools/__init__.py
tools/file_tools.py
tools/shell_tools.py
tools/web_tools.py