LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/README.md
examples/_common.py
examples/navigator_n1_5.py
examples/navigator_n1_5_custom_tools.py
examples/navigator_n1_5_memo.py
examples/navigator_n2_daytona.py
examples/navigator_n2/.dockerignore
examples/navigator_n2/Dockerfile.direct_x11
examples/navigator_n2/README.md
examples/navigator_n2/__init__.py
examples/navigator_n2/cua_adapter.py
examples/navigator_n2/direct_x11_adapter.py
examples/navigator_n2/local_docker.py
examples/navigator_n2/local_driver.py
examples/navigator_n2/local_macos.py
examples/navigator_n2/local_x11.py
examples/navigator_n2/local_x11_docker.py
examples/navigator_n2/pyproject.toml
examples/navigator_n2/shared.py
examples/navigator_n2/x11_docker_session.py
tests/__init__.py
tests/_client_fixtures.py
tests/conftest.py
tests/test_agent_state_mixin.py
tests/test_async_client.py
tests/test_auth.py
tests/test_bash_scripts.py
tests/test_build_agent_arg_parser.py
tests/test_call_llm_mixin.py
tests/test_cli.py
tests/test_cli_auth.py
tests/test_client.py
tests/test_clip_image_url.py
tests/test_fileutils.py
tests/test_http.py
tests/test_install_flow.py
tests/test_n1_compat.py
tests/test_navigator_content.py
tests/test_navigator_coordinates.py
tests/test_navigator_hooks.py
tests/test_navigator_images.py
tests/test_navigator_keys.py
tests/test_navigator_macos_computer.py
tests/test_navigator_macos_frontmost.py
tests/test_navigator_macos_no_progress.py
tests/test_navigator_macos_overlay_build.py
tests/test_navigator_macos_polling.py
tests/test_navigator_macos_presentation.py
tests/test_navigator_macos_preview.py
tests/test_navigator_macos_sanitize.py
tests/test_navigator_macos_transport.py
tests/test_navigator_macos_visibility.py
tests/test_navigator_macos_windows.py
tests/test_navigator_models.py
tests/test_navigator_n1_5_custom_tool_hooks.py
tests/test_navigator_n2.py
tests/test_navigator_n2_compaction.py
tests/test_navigator_n2_cookbooks.py
tests/test_navigator_n2_entrypoints.py
tests/test_navigator_n2_harness.py
tests/test_navigator_page_ready.py
tests/test_navigator_payload.py
tests/test_navigator_replay.py
tests/test_navigator_sandbox_tools.py
tests/test_navigator_tools.py
tests/test_packaging.py
tests/test_schema.py
tests/test_trim_request_messages_mixin.py
tests/test_x11_docker_session.py
yutori/__init__.py
yutori/_fileutils.py
yutori/_http.py
yutori/_schema.py
yutori/async_client.py
yutori/client.py
yutori/config.py
yutori/exceptions.py
yutori/py.typed
yutori.egg-info/PKG-INFO
yutori.egg-info/SOURCES.txt
yutori.egg-info/dependency_links.txt
yutori.egg-info/entry_points.txt
yutori.egg-info/requires.txt
yutori.egg-info/top_level.txt
yutori/_async/__init__.py
yutori/_async/browsing.py
yutori/_async/chat.py
yutori/_async/research.py
yutori/_async/scouts.py
yutori/_sync/__init__.py
yutori/_sync/browsing.py
yutori/_sync/chat.py
yutori/_sync/research.py
yutori/_sync/scouts.py
yutori/auth/__init__.py
yutori/auth/constants.py
yutori/auth/credentials.py
yutori/auth/flow.py
yutori/auth/types.py
yutori/cli/__init__.py
yutori/cli/main.py
yutori/cli/commands/__init__.py
yutori/cli/commands/auth.py
yutori/cli/commands/browse.py
yutori/cli/commands/install_flow.py
yutori/cli/commands/research.py
yutori/cli/commands/scouts.py
yutori/cli/commands/usage.py
yutori/n1/__init__.py
yutori/n1/_assets.py
yutori/n1/_compat.py
yutori/n1/content.py
yutori/n1/context.py
yutori/n1/coordinates.py
yutori/n1/hooks.py
yutori/n1/images.py
yutori/n1/keys.py
yutori/n1/loop.py
yutori/n1/models.py
yutori/n1/page_ready.py
yutori/n1/payload.py
yutori/n1/replay.py
yutori/n1/stop.py
yutori/navigator/__init__.py
yutori/navigator/_assets.py
yutori/navigator/_key_symbols.py
yutori/navigator/content.py
yutori/navigator/context.py
yutori/navigator/coordinates.py
yutori/navigator/hooks.py
yutori/navigator/images.py
yutori/navigator/keys.py
yutori/navigator/loop.py
yutori/navigator/models.py
yutori/navigator/n2.py
yutori/navigator/n2_actions.py
yutori/navigator/n2_compaction.py
yutori/navigator/n2_payload.py
yutori/navigator/page_ready.py
yutori/navigator/payload.py
yutori/navigator/replay.py
yutori/navigator/sandbox_tools.py
yutori/navigator/stop.py
yutori/navigator/js/disable_new_tabs.js
yutori/navigator/js/disable_printing.js
yutori/navigator/js/replace_native_select_dropdown.js
yutori/navigator/macos/__init__.py
yutori/navigator/macos/computer.py
yutori/navigator/macos/frontmost.py
yutori/navigator/macos/no_progress.py
yutori/navigator/macos/overlay_build.py
yutori/navigator/macos/polling.py
yutori/navigator/macos/presentation.py
yutori/navigator/macos/preview.py
yutori/navigator/macos/process_lifecycle.py
yutori/navigator/macos/sanitize.py
yutori/navigator/macos/transport.py
yutori/navigator/macos/types.py
yutori/navigator/macos/visibility.py
yutori/navigator/macos/windows.py
yutori/navigator/macos/assets/macos-overlay-host.swift
yutori/navigator/macos/assets/macos-overlay.js
yutori/navigator/macos/assets/navigator-overlay.css
yutori/navigator/macos/assets/navigator-overlay.html
yutori/navigator/macos/assets/navigator-overlay.iife.js
yutori/navigator/macos/assets/provenance.json
yutori/navigator/tools/__init__.py
yutori/navigator/tools/_loader.py
yutori/navigator/tools/js/execute_js.js
yutori/navigator/tools/js/extract_elements.js
yutori/navigator/tools/js/find.js
yutori/navigator/tools/js/get_element_by_ref.js
yutori/navigator/tools/js/set_element_value.js