LICENSE
README.md
pyproject.toml
src/automatiq/__init__.py
src/automatiq/__main__.py
src/automatiq.egg-info/PKG-INFO
src/automatiq.egg-info/SOURCES.txt
src/automatiq.egg-info/dependency_links.txt
src/automatiq.egg-info/entry_points.txt
src/automatiq.egg-info/requires.txt
src/automatiq.egg-info/top_level.txt
src/automatiq/core/__init__.py
src/automatiq/core/bin_manager.py
src/automatiq/core/browser_manager.py
src/automatiq/core/cancel_standard.py
src/automatiq/core/config.py
src/automatiq/core/events.py
src/automatiq/core/telemetry.py
src/automatiq/core/recorder/__init__.py
src/automatiq/core/recorder/_guidance.py
src/automatiq/core/recorder/action_server.py
src/automatiq/core/recorder/ai_analyzer.py
src/automatiq/core/recorder/blocklist_db.py
src/automatiq/core/recorder/browser_agent.py
src/automatiq/core/recorder/video_recorder.py
src/automatiq/core/recorder/cdp/__init__.py
src/automatiq/core/recorder/cdp/helpers.py
src/automatiq/core/recorder/cdp/network.py
src/automatiq/core/recorder/cdp/targets.py
src/automatiq/core/recorder/cdp/websockets.py
src/automatiq/core/recorder/compile/__init__.py
src/automatiq/core/recorder/compile/actions.py
src/automatiq/core/recorder/compile/network.py
src/automatiq/core/recorder/compile/serializers.py
src/automatiq/core/recorder/compile/websockets.py
src/automatiq/core/recorder/compile/workspace.py
src/automatiq/core/recorder/extension/background.js
src/automatiq/core/recorder/extension/config.js
src/automatiq/core/recorder/extension/manifest.json
src/automatiq/core/recorder/extension/telemetry.js
src/automatiq/core/recorder/extension/visuals.js
src/automatiq/mcp/__init__.py
src/automatiq/mcp/annotation.py
src/automatiq/mcp/logging_setup.py
src/automatiq/mcp/runtime.py
src/automatiq/mcp/server.py
src/automatiq/mcp/status_log.py
src/automatiq/mcp/vision.py
tests/test_actions_annotate.py
tests/test_annotate_tool.py
tests/test_browser_freshness.py
tests/test_browser_resolution.py
tests/test_config_default.py
tests/test_config_toml.py
tests/test_import_warmup.py
tests/test_registry.py
tests/test_runtime_session.py
tests/test_runtime_telemetry.py
tests/test_server_smoke.py
tests/test_telemetry_v2.py
tests/test_two_tier_logging.py
tests/test_vision_preflight.py
tests/test_vision_summary.py
tests/test_watchdog.py
tests/test_workspace_readme.py