LICENSE
README.md
pyproject.toml
setup.py
mantacoder/__init__.py
mantacoder/__main__.py
mantacoder.egg-info/PKG-INFO
mantacoder.egg-info/SOURCES.txt
mantacoder.egg-info/dependency_links.txt
mantacoder.egg-info/entry_points.txt
mantacoder.egg-info/requires.txt
mantacoder.egg-info/top_level.txt
mantacoder/core/__init__.py
mantacoder/core/agent.py
mantacoder/core/command_classifier.py
mantacoder/core/config.py
mantacoder/core/exceptions.py
mantacoder/core/reply_handler.py
mantacoder/llm/__init__.py
mantacoder/llm/client.py
mantacoder/prompts/__init__.py
mantacoder/prompts/system_prompt.py
mantacoder/session/__init__.py
mantacoder/session/history.py
mantacoder/session/io.py
mantacoder/session/manager.py
mantacoder/tools/__init__.py
mantacoder/tools/ask_user.py
mantacoder/tools/attempt_completion.py
mantacoder/tools/base.py
mantacoder/tools/command_line.py
mantacoder/tools/file_utils.py
mantacoder/tools/manager.py
mantacoder/tools/read_file.py
mantacoder/tools/replace_file.py
mantacoder/tools/write_file.py