LICENSE
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/mcp.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/planner.py
uacc/agent/recovery.py
uacc/agent/reflector.py
uacc/agent/shortcuts.py
uacc/agent/specialists.py
uacc/agent/verifier.py
uacc/apps/__init__.py
uacc/apps/base.py
uacc/apps/chrome.py
uacc/apps/excel.py
uacc/apps/explorer.py
uacc/apps/outlook.py
uacc/apps/registry.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/vision_detector.py
uacc/core/window_manager.py
uacc/memory/__init__.py
uacc/memory/semantic_graph.py
uacc/models/__init__.py
uacc/models/anthropic_adapter.py
uacc/models/base_adapter.py
uacc/models/hybrid_adapter.py
uacc/models/text_adapter.py
uacc/models/vision_adapter.py
uacc/safety/__init__.py
uacc/safety/classifier.py
uacc/safety/gate.py
uacc/tasks/__init__.py
uacc/tasks/manager.py
uacc/tools/__init__.py
uacc/tools/composer.py
uacc/tools/registry.py
uacc/web/server.py
uacc/workflows/__init__.py
uacc_mcp/__init__.py
uacc_mcp/server.py
uacc_mcp/utils.py