README.md
pyproject.toml
tests/test_action_executor.py
tests/test_grid_encoder.py
tests/test_new_features.py
tests/test_text_map.py
uacc/__init__.py
uacc/config.py
uacc.egg-info/PKG-INFO
uacc.egg-info/SOURCES.txt
uacc.egg-info/dependency_links.txt
uacc.egg-info/entry_points.txt
uacc.egg-info/requires.txt
uacc.egg-info/top_level.txt
uacc/actions/__init__.py
uacc/actions/artistic_painter.py
uacc/actions/executor.py
uacc/actions/human_mimicry.py
uacc/actions/schema.py
uacc/agent/__init__.py
uacc/agent/controller.py
uacc/agent/memory.py
uacc/agent/specialists.py
uacc/agent/verifier.py
uacc/core/__init__.py
uacc/core/accessibility.py
uacc/core/clipboard.py
uacc/core/element_finder.py
uacc/core/grid_encoder.py
uacc/core/ocr_engine.py
uacc/core/screen_capture.py
uacc/core/screen_diff.py
uacc/core/text_map.py
uacc/core/window_manager.py
uacc/models/__init__.py
uacc/models/base_adapter.py
uacc/models/hybrid_adapter.py
uacc/models/text_adapter.py
uacc/models/vision_adapter.py
uacc/web/server.py
uacc_mcp/__init__.py
uacc_mcp/server.py
uacc_mcp/utils.py