LICENSE
LICENSE-APACHE
LICENSE-MIT
MANIFEST.in
README.md
pyproject.toml
sentience/__init__.py
sentience/_extension_loader.py
sentience/action_executor.py
sentience/actions.py
sentience/agent.py
sentience/agent_config.py
sentience/agent_runtime.py
sentience/async_api.py
sentience/base_agent.py
sentience/browser.py
sentience/browser_evaluator.py
sentience/canonicalization.py
sentience/captcha.py
sentience/captcha_strategies.py
sentience/cli.py
sentience/cloud_tracing.py
sentience/constants.py
sentience/conversational_agent.py
sentience/cursor_policy.py
sentience/element_filter.py
sentience/expect.py
sentience/failure_artifacts.py
sentience/formatting.py
sentience/generator.py
sentience/inspector.py
sentience/llm_interaction_handler.py
sentience/llm_provider.py
sentience/llm_provider_utils.py
sentience/llm_response_builder.py
sentience/models.py
sentience/ordinal.py
sentience/overlay.py
sentience/protocols.py
sentience/query.py
sentience/read.py
sentience/recorder.py
sentience/screenshot.py
sentience/sentience_methods.py
sentience/snapshot.py
sentience/snapshot_diff.py
sentience/text_search.py
sentience/trace_event_builder.py
sentience/trace_file_manager.py
sentience/tracer_factory.py
sentience/tracing.py
sentience/verification.py
sentience/visual_agent.py
sentience/wait.py
sentience/asserts/__init__.py
sentience/asserts/expect.py
sentience/asserts/query.py
sentience/backends/__init__.py
sentience/backends/actions.py
sentience/backends/browser_use_adapter.py
sentience/backends/cdp_backend.py
sentience/backends/exceptions.py
sentience/backends/playwright_backend.py
sentience/backends/protocol.py
sentience/backends/sentience_context.py
sentience/backends/snapshot.py
sentience/extension/background.js
sentience/extension/content.js
sentience/extension/injected_api.js
sentience/extension/manifest.json
sentience/extension/release.json
sentience/extension/pkg/sentience_core.d.ts
sentience/extension/pkg/sentience_core.js
sentience/extension/pkg/sentience_core_bg.wasm
sentience/extension/pkg/sentience_core_bg.wasm.d.ts
sentience/integrations/__init__.py
sentience/integrations/models.py
sentience/integrations/langchain/__init__.py
sentience/integrations/langchain/context.py
sentience/integrations/langchain/core.py
sentience/integrations/langchain/tools.py
sentience/integrations/pydanticai/__init__.py
sentience/integrations/pydanticai/deps.py
sentience/integrations/pydanticai/toolset.py
sentience/schemas/trace_v1.json
sentience/trace_indexing/__init__.py
sentience/trace_indexing/index_schema.py
sentience/trace_indexing/indexer.py
sentience/utils/__init__.py
sentience/utils/browser.py
sentience/utils/element.py
sentience/utils/formatting.py
sentienceapi.egg-info/PKG-INFO
sentienceapi.egg-info/SOURCES.txt
sentienceapi.egg-info/dependency_links.txt
sentienceapi.egg-info/entry_points.txt
sentienceapi.egg-info/requires.txt
sentienceapi.egg-info/top_level.txt
tests/test_actions.py
tests/test_agent.py
tests/test_agent_config.py
tests/test_agent_runtime.py
tests/test_asserts.py
tests/test_async_api.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_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_response_builder.py
tests/test_ordinal.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_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