README.md
pyproject.toml
faltoobot/__init__.py
faltoobot/config.py
faltoobot/gpt_utils.py
faltoobot/instructions.py
faltoobot/sessions.py
faltoobot/tools.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/cli/__init__.py
faltoobot/cli/app.py
faltoobot/cli/migrations.py
faltoobot/faltoochat/__init__.py
faltoobot/faltoochat/app.py
faltoobot/faltoochat/messages_rendering.py
faltoobot/faltoochat/paste.py
faltoobot/faltoochat/placeholders.py
faltoobot/faltoochat/stream.py
faltoobot/faltoochat/submit_queue.py
faltoobot/faltoochat/terminal.py
faltoobot/faltoochat/widgets.py
faltoobot/whatsapp/__init__.py
faltoobot/whatsapp/app.py
faltoobot/whatsapp/audio.py
tests/test_bot.py
tests/test_cli.py
tests/test_gpt_utils.py
tests/test_makemigrations.py
tests/test_messages_rendering.py
tests/test_migrations.py
tests/test_minchat_e2e.py
tests/test_minchat_ui.py
tests/test_sessions.py
tests/test_stream.py
tests/test_submit_queue.py
tests/test_tools.py