LICENSE.md
MANIFEST.in
README.md
pyproject.toml
sentience/__init__.py
sentience/actions.py
sentience/agent.py
sentience/agent_config.py
sentience/base_agent.py
sentience/browser.py
sentience/cli.py
sentience/cloud_tracing.py
sentience/conversational_agent.py
sentience/expect.py
sentience/formatting.py
sentience/generator.py
sentience/inspector.py
sentience/llm_provider.py
sentience/models.py
sentience/overlay.py
sentience/query.py
sentience/read.py
sentience/recorder.py
sentience/screenshot.py
sentience/snapshot.py
sentience/text_search.py
sentience/tracer_factory.py
sentience/tracing.py
sentience/utils.py
sentience/wait.py
sentience/extension/background.js
sentience/extension/content.js
sentience/extension/injected_api.js
sentience/extension/manifest.json
sentience/extension/release.json
sentience/extension/test-content.js
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/schemas/trace_v1.json
sentience/trace_indexing/__init__.py
sentience/trace_indexing/index_schema.py
sentience/trace_indexing/indexer.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_bot.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_inspector.py
tests/test_proxy.py
tests/test_query.py
tests/test_read.py
tests/test_recorder.py
tests/test_screenshot.py
tests/test_smart_selector.py
tests/test_snapshot.py
tests/test_spec_validation.py
tests/test_stealth.py
tests/test_trace_indexing.py
tests/test_tracing.py
tests/test_utils.py
tests/test_video_recording.py
tests/test_wait.py