LICENSE
README.md
pyproject.toml
src/qirabot/__init__.py
src/qirabot/_applaunch.py
src/qirabot/_dotenv.py
src/qirabot/_heartbeat.py
src/qirabot/_optional.py
src/qirabot/_tools.py
src/qirabot/_transport.py
src/qirabot/adb.py
src/qirabot/bound.py
src/qirabot/client.py
src/qirabot/exceptions.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
tests/test_adapters.py
tests/test_adb_adapter.py
tests/test_applaunch.py
tests/test_cli.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_heartbeat.py
tests/test_local_steps.py
tests/test_optional.py
tests/test_packaging.py
tests/test_recording.py
tests/test_report.py
tests/test_retry.py
tests/test_skill.py
tests/test_transport.py
tests/test_wda.py
tests/test_wda_adapter.py
tests/test_windows_adapter.py