LICENSE
MANIFEST.in
README.md
pyproject.toml
scripts/normalize_sdist.py
scripts/smoke_installed_artifact.py
src/agent_eyes/__init__.py
src/agent_eyes/applescript.py
src/agent_eyes/browser_inventory.py
src/agent_eyes/cdp.py
src/agent_eyes/cdp_persistent.py
src/agent_eyes/cli.py
src/agent_eyes/coordinator.py
src/agent_eyes/input_sim.py
src/agent_eyes/input_validation.py
src/agent_eyes/js_bridge.py
src/agent_eyes/native_events.py
src/agent_eyes/observations.py
src/agent_eyes/operation.py
src/agent_eyes/platform_utils.py
src/agent_eyes/provider_worker.py
src/agent_eyes/registry.py
src/agent_eyes/result_format.py
src/agent_eyes/server.py
src/agent_eyes/tiers.py
src/agent_eyes/tool_contract.py
src/agent_eyes.egg-info/PKG-INFO
src/agent_eyes.egg-info/SOURCES.txt
src/agent_eyes.egg-info/dependency_links.txt
src/agent_eyes.egg-info/entry_points.txt
src/agent_eyes.egg-info/requires.txt
src/agent_eyes.egg-info/top_level.txt
src/agent_eyes/adapters/__init__.py
src/agent_eyes/adapters/base.py
src/agent_eyes/adapters/linux.py
src/agent_eyes/adapters/macos.py
src/agent_eyes/adapters/windows.py
src/agent_eyes/setup/__init__.py
src/agent_eyes/setup/competitors.py
src/agent_eyes/setup/configurator.py
src/agent_eyes/setup/handlers.py
src/agent_eyes/setup/install.py
src/agent_eyes/setup/readiness.py
src/agent_eyes/setup/scanner.py
src/agent_eyes/setup/state.py
src/agent_eyes/setup/templates/__init__.py
src/agent_eyes/setup/templates/claude_md.py
src/agent_eyes/setup/templates/mcp_entry.py
src/agent_eyes/setup/templates/openai_skill.py
src/agent_eyes/setup/templates/skill.py
tests/test_adapter_protocol.py
tests/test_applescript_security.py
tests/test_benchmark_startup.py
tests/test_browser_foreground_policy.py
tests/test_browser_inventory.py
tests/test_cdp_conversion_bounds.py
tests/test_cdp_legacy_transport.py
tests/test_cdp_persistent.py
tests/test_cdp_reconnect.py
tests/test_cdp_transport_bounds.py
tests/test_cdp_tree_security.py
tests/test_cli.py
tests/test_close_tab.py
tests/test_context_fast.py
tests/test_coordinator_concurrency.py
tests/test_event_wait.py
tests/test_fallbacks.py
tests/test_input_bulk.py
tests/test_input_validation.py
tests/test_js_bridge.py
tests/test_linux_adapter.py
tests/test_linux_input_backend.py
tests/test_logging_redaction.py
tests/test_macos_adapter.py
tests/test_native_events.py
tests/test_new_tab_policy.py
tests/test_normalize_sdist.py
tests/test_observation_store.py
tests/test_operation_budget.py
tests/test_platform_utils.py
tests/test_provider_worker.py
tests/test_readiness.py
tests/test_readme_commands.py
tests/test_registry_v2.py
tests/test_response_format.py
tests/test_result_format.py
tests/test_server_input_safety.py
tests/test_server_lazy_startup.py
tests/test_server_os_mutations.py
tests/test_server_readiness.py
tests/test_server_snapshots.py
tests/test_setup_configurator.py
tests/test_setup_handlers.py
tests/test_setup_install.py
tests/test_setup_scanner.py
tests/test_setup_state.py
tests/test_shadow_dom.py
tests/test_smoke_installed_artifact.py
tests/test_tiers.py
tests/test_token_budget.py
tests/test_tool_contract.py
tests/test_windows_adapter.py