LICENSE
README.md
pyproject.toml
src/qirabot/__init__.py
src/qirabot/_annotate.py
src/qirabot/_applaunch.py
src/qirabot/_browser.py
src/qirabot/_dotenv.py
src/qirabot/_knowledge.py
src/qirabot/_optional.py
src/qirabot/_overlay_helper.py
src/qirabot/_timeline.py
src/qirabot/_tools.py
src/qirabot/_userconfig.py
src/qirabot/adb.py
src/qirabot/bound.py
src/qirabot/client.py
src/qirabot/exceptions.py
src/qirabot/overlay.py
src/qirabot/recording.py
src/qirabot/report.py
src/qirabot/wda.py
src/qirabot/windows.py
src/qirabot.egg-info/PKG-INFO
src/qirabot.egg-info/SOURCES.txt
src/qirabot.egg-info/dependency_links.txt
src/qirabot.egg-info/entry_points.txt
src/qirabot.egg-info/requires.txt
src/qirabot.egg-info/top_level.txt
src/qirabot/adapters/__init__.py
src/qirabot/adapters/adb_adapter.py
src/qirabot/adapters/appium_adapter.py
src/qirabot/adapters/auto.py
src/qirabot/adapters/base.py
src/qirabot/adapters/playwright_adapter.py
src/qirabot/adapters/pyautogui_adapter.py
src/qirabot/adapters/selenium_adapter.py
src/qirabot/adapters/wda_adapter.py
src/qirabot/adapters/windows_adapter.py
src/qirabot/assets/ADBKEYBOARD_LICENSE.txt
src/qirabot/assets/ADBKeyboard.apk
src/qirabot/assets/__init__.py
src/qirabot/cli/__init__.py
src/qirabot/cli/main.py
src/qirabot/cli/skill.py
src/qirabot/engine/__init__.py
src/qirabot/engine/actions.py
src/qirabot/engine/coords.py
src/qirabot/engine/custom_tools.py
src/qirabot/engine/engine.py
src/qirabot/engine/history.py
src/qirabot/engine/local_backend.py
src/qirabot/engine/prompts.py
src/qirabot/engine/session.py
src/qirabot/engine/tools.py
src/qirabot/engine/types.py
src/qirabot/engine/prompt_data/android.txt
src/qirabot/engine/prompt_data/chrome.txt
src/qirabot/engine/prompt_data/desktop.txt
src/qirabot/engine/prompt_data/ios.txt
src/qirabot/engine/providers/__init__.py
src/qirabot/engine/providers/_gemini_wire.py
src/qirabot/engine/providers/base.py
src/qirabot/engine/providers/gemini_api.py
src/qirabot/engine/providers/gemini_vertex.py
src/qirabot/engine/providers/registry.py
src/qirabot/engine/providers/retry.py
src/qirabot/engine/providers/vertex_auth.py
src/qirabot/skill-data/SKILL.md
src/qirabot/skill-data/references/CLI.md
src/qirabot/skill-data/references/REFERENCE.md
src/qirabot/skill-data/scripts/preflight.py
src/qirabot/skill-data/templates/android.py
src/qirabot/skill-data/templates/bolt_on.py
src/qirabot/skill-data/templates/browser.py
src/qirabot/skill-data/templates/ios_appium.py
src/qirabot/skill-data/templates/ios_wda.py
tests/test_adapters.py
tests/test_adb_adapter.py
tests/test_applaunch.py
tests/test_cli.py
tests/test_cli_config.py
tests/test_client.py
tests/test_close_status.py
tests/test_custom_tools.py
tests/test_dotenv.py
tests/test_exceptions.py
tests/test_knowledge.py
tests/test_optional.py
tests/test_overlay.py
tests/test_packaging.py
tests/test_recording.py
tests/test_report.py
tests/test_retry.py
tests/test_scroll_wire.py
tests/test_skill.py
tests/test_skill_install.py
tests/test_skill_sync.py
tests/test_thinking_level.py
tests/test_wda.py
tests/test_wda_adapter.py
tests/test_windows_adapter.py