LICENSE
LICENSE-APACHE
LICENSE-MIT
MANIFEST.in
README.md
pyproject.toml
predicate/__init__.py
predicate/_extension_loader.py
predicate/action_executor.py
predicate/actions.py
predicate/agent.py
predicate/agent_config.py
predicate/agent_runtime.py
predicate/async_api.py
predicate/base_agent.py
predicate/browser.py
predicate/browser_evaluator.py
predicate/canonicalization.py
predicate/captcha.py
predicate/captcha_strategies.py
predicate/cli.py
predicate/cloud_tracing.py
predicate/constants.py
predicate/conversational_agent.py
predicate/cursor_policy.py
predicate/debugger.py
predicate/element_filter.py
predicate/expect.py
predicate/failure_artifacts.py
predicate/formatting.py
predicate/generator.py
predicate/inspector.py
predicate/llm_interaction_handler.py
predicate/llm_provider.py
predicate/llm_provider_utils.py
predicate/llm_response_builder.py
predicate/models.py
predicate/ordinal.py
predicate/overlay.py
predicate/permissions.py
predicate/protocols.py
predicate/query.py
predicate/read.py
predicate/recorder.py
predicate/runtime_agent.py
predicate/screenshot.py
predicate/sentience_methods.py
predicate/snapshot.py
predicate/snapshot_diff.py
predicate/text_search.py
predicate/trace_event_builder.py
predicate/trace_file_manager.py
predicate/tracer_factory.py
predicate/tracing.py
predicate/verification.py
predicate/vision_executor.py
predicate/visual_agent.py
predicate/wait.py
predicate/agents/__init__.py
predicate/agents/agent_factory.py
predicate/agents/automation_task.py
predicate/agents/browser_agent.py
predicate/agents/composable_heuristics.py
predicate/agents/heuristic_spec.py
predicate/agents/planner_executor_agent.py
predicate/agents/recovery.py
predicate/asserts/__init__.py
predicate/asserts/expect.py
predicate/asserts/query.py
predicate/backends/__init__.py
predicate/backends/actions.py
predicate/backends/browser_use_adapter.py
predicate/backends/cdp_backend.py
predicate/backends/exceptions.py
predicate/backends/playwright_backend.py
predicate/backends/protocol.py
predicate/backends/sentience_context.py
predicate/backends/snapshot.py
predicate/extension/background.js
predicate/extension/content.js
predicate/extension/injected_api.js
predicate/extension/manifest.json
predicate/extension/release.json
predicate/extension/pkg/sentience_core.js
predicate/extension/pkg/sentience_core_bg.wasm
predicate/integrations/__init__.py
predicate/integrations/models.py
predicate/integrations/authority/__init__.py
predicate/integrations/authority/contracts_adapter.py
predicate/integrations/browser_use/__init__.py
predicate/integrations/browser_use/plugin.py
predicate/integrations/langchain/__init__.py
predicate/integrations/langchain/context.py
predicate/integrations/langchain/core.py
predicate/integrations/langchain/tools.py
predicate/integrations/pydanticai/__init__.py
predicate/integrations/pydanticai/deps.py
predicate/integrations/pydanticai/toolset.py
predicate/schemas/trace_v1.json
predicate/tools/__init__.py
predicate/tools/context.py
predicate/tools/defaults.py
predicate/tools/filesystem.py
predicate/tools/registry.py
predicate/trace_indexing/__init__.py
predicate/trace_indexing/index_schema.py
predicate/trace_indexing/indexer.py
predicate/utils/__init__.py
predicate/utils/browser.py
predicate/utils/element.py
predicate/utils/formatting.py
predicate_runtime.egg-info/PKG-INFO
predicate_runtime.egg-info/SOURCES.txt
predicate_runtime.egg-info/dependency_links.txt
predicate_runtime.egg-info/entry_points.txt
predicate_runtime.egg-info/requires.txt
predicate_runtime.egg-info/top_level.txt
tests/test_actions.py
tests/test_agent.py
tests/test_agent_config.py
tests/test_agent_factory.py
tests/test_agent_runtime.py
tests/test_asserts.py
tests/test_async_api.py
tests/test_authority_contracts_adapter.py
tests/test_automation_task.py
tests/test_backends.py
tests/test_bot.py
tests/test_browser.py
tests/test_cloud_tracing.py
tests/test_conversational_agent.py
tests/test_debugger.py
tests/test_file_size_tracking.py
tests/test_formatting.py
tests/test_generator.py
tests/test_grid_bounds.py
tests/test_importance_score.py
tests/test_inspector.py
tests/test_llm_provider_utils.py
tests/test_llm_provider_vision.py
tests/test_llm_response_builder.py
tests/test_ollama_provider.py
tests/test_ordinal.py
tests/test_predicate_aliases.py
tests/test_predicate_api_key_aliases.py
tests/test_proxy.py
tests/test_query.py
tests/test_read.py
tests/test_recorder.py
tests/test_screenshot.py
tests/test_screenshot_storage.py
tests/test_sentience_context.py
tests/test_smart_selector.py
tests/test_snapshot.py
tests/test_snapshot_diff.py
tests/test_snapshot_gateway_timeout.py
tests/test_spec_validation.py
tests/test_stealth.py
tests/test_trace_event_builder.py
tests/test_trace_file_manager.py
tests/test_trace_file_manager_extract_stats.py
tests/test_trace_indexing.py
tests/test_tracing.py
tests/test_utils.py
tests/test_utils_browser.py
tests/test_verification.py
tests/test_video_recording.py
tests/test_wait.py