LICENSE
README.md
pyproject.toml
src/index.py
src/code_edith.egg-info/PKG-INFO
src/code_edith.egg-info/SOURCES.txt
src/code_edith.egg-info/dependency_links.txt
src/code_edith.egg-info/entry_points.txt
src/code_edith.egg-info/requires.txt
src/code_edith.egg-info/top_level.txt
src/config/system.txt
src/config/tools.json
src/config/version.txt
src/engine/__init__.py
src/engine/chat.py
src/engine/client.py
src/engine/tool_handler.py
src/engine/tools/__init__.py
src/engine/tools/read_file.py
src/engine/tools/shell_command.py
src/engine/tools/web_search.py
src/engine/tools/write_file.py
src/helper/__init__.py
src/helper/animation.py
src/helper/banner.py
src/helper/input.py
src/helper/print_md.py
src/utils/__init__.py
src/utils/command_handler.py
src/utils/console.py
src/utils/env.py
src/utils/history.py
src/utils/signals.py
src/utils/trust_folder.py
src/utils/commands/__init__.py
src/utils/commands/clear.py
src/utils/commands/copy.py
src/utils/commands/exit.py
src/utils/commands/help.py
src/utils/commands/reset.py
src/utils/commands/helper/__init__.py
src/utils/commands/helper/clipboard.py