LICENSE
README.md
pyproject.toml
setup.py
phone_agent/__init__.py
phone_agent/agent.py
phone_agent/agent_ios.py
phone_agent/device_factory.py
phone_agent.egg-info/PKG-INFO
phone_agent.egg-info/SOURCES.txt
phone_agent.egg-info/dependency_links.txt
phone_agent.egg-info/requires.txt
phone_agent.egg-info/top_level.txt
phone_agent/actions/__init__.py
phone_agent/actions/handler.py
phone_agent/actions/handler_ios.py
phone_agent/adb/__init__.py
phone_agent/adb/connection.py
phone_agent/adb/device.py
phone_agent/adb/input.py
phone_agent/adb/screenshot.py
phone_agent/config/__init__.py
phone_agent/config/apps.py
phone_agent/config/apps_harmonyos.py
phone_agent/config/apps_ios.py
phone_agent/config/i18n.py
phone_agent/config/prompts.py
phone_agent/config/prompts_en.py
phone_agent/config/prompts_zh.py
phone_agent/config/timing.py
phone_agent/hdc/__init__.py
phone_agent/hdc/connection.py
phone_agent/hdc/device.py
phone_agent/hdc/input.py
phone_agent/hdc/screenshot.py
phone_agent/model/__init__.py
phone_agent/model/client.py
phone_agent/xctest/__init__.py
phone_agent/xctest/connection.py
phone_agent/xctest/device.py
phone_agent/xctest/input.py
phone_agent/xctest/screenshot.py