README.md
pyproject.toml
faltoobot/__init__.py
faltoobot/config.py
faltoobot/gpt_utils.py
faltoobot/images.py
faltoobot/instructions.py
faltoobot/notify_queue.py
faltoobot/openai_auth.py
faltoobot/openai_login.py
faltoobot/session_utils.py
faltoobot/sessions.py
faltoobot/skills.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/browser.py
faltoobot/cli/migrations.py
faltoobot/faltoochat/__init__.py
faltoobot/faltoochat/app.py
faltoobot/faltoochat/diff.py
faltoobot/faltoochat/editor_utils.py
faltoobot/faltoochat/git.py
faltoobot/faltoochat/messages_rendering.py
faltoobot/faltoochat/paste.py
faltoobot/faltoochat/placeholders.py
faltoobot/faltoochat/review.py
faltoobot/faltoochat/review_api.py
faltoobot/faltoochat/stream.py
faltoobot/faltoochat/submit_queue.py
faltoobot/faltoochat/terminal.py
faltoobot/faltoochat/widgets/__init__.py
faltoobot/faltoochat/widgets/queue.py
faltoobot/faltoochat/widgets/review_comment_modal.py
faltoobot/faltoochat/widgets/review_diff.py
faltoobot/faltoochat/widgets/search_file.py
faltoobot/faltoochat/widgets/search_in_file.py
faltoobot/faltoochat/widgets/search_project.py
faltoobot/faltoochat/widgets/telescope.py
faltoobot/prompts/__init__.py
faltoobot/prompts/coding_agent.py
faltoobot/prompts/sub_agent.py
faltoobot/prompts/transcription.py
faltoobot/prompts/whatsapp.py
faltoobot/skills/browser-use.md
faltoobot/skills/listening-response.md
faltoobot/whatsapp/__init__.py
faltoobot/whatsapp/app.py
faltoobot/whatsapp/audio.py
faltoobot/whatsapp/login.py
faltoobot/whatsapp/runtime.py
tests/test_bot.py
tests/test_cli.py
tests/test_cli_version.py
tests/test_diff.py
tests/test_faltoochat_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_notify_queue.py
tests/test_openai_auth.py
tests/test_openai_login.py
tests/test_review.py
tests/test_review_api.py
tests/test_review_diff.py
tests/test_sessions.py
tests/test_skills.py
tests/test_stream.py
tests/test_submit_queue.py
tests/test_tools.py
tests/test_whatsapp_login.py