README.md
pyproject.toml
faltoobot/__init__.py
faltoobot/__main__.py
faltoobot/agent.py
faltoobot/bot.py
faltoobot/cli.py
faltoobot/config.py
faltoobot/store.py
faltoobot.egg-info/PKG-INFO
faltoobot.egg-info/SOURCES.txt
faltoobot.egg-info/dependency_links.txt
faltoobot.egg-info/entry_points.txt
faltoobot.egg-info/requires.txt
faltoobot.egg-info/top_level.txt
faltoobot/chat/__init__.py
faltoobot/chat/app.py
faltoobot/chat/cli.py
faltoobot/chat/entries.py
faltoobot/chat/images.py
faltoobot/chat/prompts.py
faltoobot/chat/runtime.py
faltoobot/chat/state.py
faltoobot/chat/terminal.py
faltoobot/chat/widgets.py
faltoobot/macchat/__init__.py
faltoobot/macchat/app.py
faltoobot/macchat/bridge.py
faltoobot/macchat/cli.py
faltoobot/macchat/formatting.py
tests/test_agent_instructions.py
tests/test_agent_shell.py
tests/test_bot.py
tests/test_chat_ui.py
tests/test_cli.py
tests/test_faltoochat_e2e.py
tests/test_macchat_formatting.py
tests/test_store.py