LICENSE
README.md
pyproject.toml
core/__init__.py
core/ad_filter.py
core/android.py
core/automation.py
core/cli.py
core/config_manager.py
core/control_flow.py
core/device_manager.py
core/emulator.py
core/exceptions.py
core/expressions.py
core/logging_config.py
core/variables.py
core/cloud/__init__.py
core/cloud/aws.py
core/cloud/base.py
core/cloud/firebase.py
core/cloud/models.py
dittomation.egg-info/PKG-INFO
dittomation.egg-info/SOURCES.txt
dittomation.egg-info/dependency_links.txt
dittomation.egg-info/entry_points.txt
dittomation.egg-info/requires.txt
dittomation.egg-info/top_level.txt
recorder/__init__.py
recorder/adb_wrapper.py
recorder/element_matcher.py
recorder/event_listener.py
recorder/gesture_classifier.py
recorder/interactive_recorder.py
recorder/main.py
recorder/ui_dumper.py
recorder/workflow.py
replayer/__init__.py
replayer/executor.py
replayer/locator.py
replayer/main.py
replayer/nl_runner.py
replayer/text_runner.py
tests/test_ad_filter.py
tests/test_android.py
tests/test_cloud_models.py
tests/test_config_manager.py
tests/test_control_flow.py
tests/test_element_matcher.py
tests/test_exceptions.py
tests/test_executor.py
tests/test_expressions.py
tests/test_gesture_classifier.py
tests/test_locator.py
tests/test_logging_config.py
tests/test_variables.py
tests/test_workflow.py