LICENSE
MANIFEST.in
README.md
pyproject.toml
atmem/__init__.py
atmem/cli.py
atmem/dashboard_daemon.py
atmem/graph.py
atmem/investigate.py
atmem/maintenance.py
atmem/media.py
atmem/memory.py
atmem/openclaw_install.py
atmem.egg-info/PKG-INFO
atmem.egg-info/SOURCES.txt
atmem.egg-info/dependency_links.txt
atmem.egg-info/entry_points.txt
atmem.egg-info/requires.txt
atmem.egg-info/top_level.txt
atmem/adapters/__init__.py
atmem/adapters/base.py
atmem/adapters/langgraph.py
atmem/adapters/pydantic_ai.py
atmem/benchmark/__init__.py
atmem/benchmark/contracts.py
atmem/benchmark/external.py
atmem/benchmark/profiles.py
atmem/benchmark/runner.py
atmem/benchmark/data/deterministic-v1.json
atmem/benchmark/data/mem0-oss-v1.json
atmem/benchmark/data/thresholds-v1.json
atmem/contracts/__init__.py
atmem/contracts/models.py
atmem/contracts/versions.py
atmem/control/__init__.py
atmem/control/atbot_companion.py
atmem/control/atbot_service.py
atmem/control/blackbox.py
atmem/control/compat.py
atmem/control/evidence.py
atmem/control/hosts.py
atmem/control/manager.py
atmem/control/models.py
atmem/control/openclaw_native.py
atmem/control/openclaw_topology.py
atmem/control/server.py
atmem/control/state.py
atmem/control/store.py
atmem/control/topology.py
atmem/control/ui.py
atmem/control/verify.py
atmem/control/web.py
atmem/control/assets/app.css
atmem/control/assets/app.html
atmem/control/assets/app.js
atmem/control/assets/atmem.jpg
atmem/core/__init__.py
atmem/core/canonical.py
atmem/core/fact_keys.py
atmem/core/keys.py
atmem/core/policy.py
atmem/core/storage.py
atmem/delegated/__init__.py
atmem/delegated/canonical.py
atmem/delegated/client.py
atmem/delegated/config.py
atmem/delegated/contracts.py
atmem/delegated/service.py
atmem/delegated/validation.py
atmem/extract/__init__.py
atmem/extract/rules.py
atmem/mcp/__init__.py
atmem/mcp/server.py
atmem/provider_adapters/__init__.py
atmem/provider_adapters/langgraph.py
atmem/provider_adapters/lifecycle.py
atmem/provider_adapters/loading.py
atmem/provider_adapters/mem0.py
atmem/provider_adapters/models.py
atmem/provider_adapters/pydantic_ai.py
atmem/provider_adapters/runtime.py
atmem/provider_adapters/server.py
atmem/provider_adapters/signing.py
atmem/provider_adapters/worker.py
atmem/retrieve/__init__.py
atmem/retrieve/rank.py
atmem/retrieve/support.py
atmem/schemas/__init__.py
atmem/schemas/v1/benchmark-cases.schema.json
atmem/schemas/v1/benchmark-report.schema.json
atmem/schemas/v1/capabilities.json
atmem/schemas/v1/context-package.json
atmem/schemas/v1/memory-proposal.json
atmem/schemas/v1/recall-request.json
atmem/schemas/v1/scope.json
atmem/schemas/v1/source-capture.json
atmem/semantic/__init__.py
atmem/semantic/index.py
atmem/semantic/providers.py
atmem/store/__init__.py
atmem/store/sqlite.py
docs/agent-blackbox.md
docs/atbot-release.md
docs/audit-log-spec.md
docs/audit-search.md
docs/auditing-guide.md
docs/benchmarks.md
docs/capabilities.json
docs/context-provider-adapters.md
docs/control-plane.md
docs/current-status.md
docs/dashboard-design-language.md
docs/data-storage-and-backup.md
docs/delegated-context-provider.md
docs/framework-adapters.md
docs/generic-adapter.md
docs/integration-guide.md
docs/multimodal-observations.md
docs/openclaw-setup.md
docs/saas-integration.md
docs/semantic-search.md
docs/spec-kit.md
docs/contracts/delegated-context-provider-v1.md
docs/contracts/delegated-context-provider-v1.schema.json
docs/contracts/delegated-context-request-v1.schema.json
docs/contracts/delegated-context-provider-v1/inject.next-turn-same-nonce.valid.json
docs/contracts/delegated-context-provider-v1/inject.valid.json
docs/contracts/delegated-context-provider-v1/test-vectors.json
docs/contracts/delegated-context-provider-v1/trust.json
docs/contracts/delegated-context-provider-v1/withhold.valid.json
docs/examples/benchmark-deterministic-v1.json
docs/examples/longmemeval-s-retrieval-12-v1.json
docs/examples/longmemeval-s-support-ranking-2026-09-02.json
docs/releases/v1.0.0.md
docs/releases/v2.0.0.md
docs/releases/v2.0.1.md
docs/releases/v2.1.0.md
docs/releases/v2.2.0.md
docs/releases/v2.2.1.md
docs/releases/v2.2.2.md
docs/releases/v2.2.3.md
docs/releases/v2.2.4.md
docs/releases/v2.2.5.md
docs/releases/v2.2.6b1.md
docs/releases/v2.2.6b2.md
docs/releases/v2.2.6b3.md
integrations/openclaw/README.md
integrations/openclaw/index.ts
integrations/openclaw/openclaw.plugin.json
integrations/openclaw/package-lock.json
integrations/openclaw/package.json
integrations/openclaw/tsconfig.json
integrations/openclaw/src/rpc-client.ts
integrations/openclaw/src/setup.ts
integrations/openclaw/src/types.ts
integrations/openclaw/test/delegated-context-contract.mjs
integrations/openclaw/test/hooks.mjs
integrations/openclaw/test/setup.mjs
integrations/openclaw/test/smoke.mjs
tests/test_atbot_companion.py
tests/test_atbot_service.py
tests/test_auditability.py
tests/test_benchmark_cli.py
tests/test_benchmark_contracts.py
tests/test_benchmark_external.py
tests/test_benchmark_runner.py
tests/test_blackbox.py
tests/test_cli.py
tests/test_cli_guidance.py
tests/test_contracts_v1.py
tests/test_control_evidence.py
tests/test_control_plane.py
tests/test_control_verify.py
tests/test_dashboard_daemon.py
tests/test_delegated_context.py
tests/test_delegated_control.py
tests/test_documentation.py
tests/test_encryption.py
tests/test_extract.py
tests/test_framework_adapters.py
tests/test_generic_control.py
tests/test_graph.py
tests/test_host_adapter.py
tests/test_langgraph_provider.py
tests/test_layers.py
tests/test_maintenance.py
tests/test_mcp.py
tests/test_media_observations.py
tests/test_mem0_provider.py
tests/test_memory.py
tests/test_openclaw_control.py
tests/test_openclaw_install.py
tests/test_openclaw_topology.py
tests/test_policy.py
tests/test_provider_cli.py
tests/test_provider_integration.py
tests/test_provider_packaging.py
tests/test_provider_performance.py
tests/test_provider_runtime.py
tests/test_provider_server.py
tests/test_pydantic_provider.py
tests/test_recall_evidence.py
tests/test_restore_receipt.py
tests/test_retrieve.py
tests/test_semantic_search.py
tests/test_store_transactions.py
tests/test_supporting_evidence.py
tools/run_longmemeval_retrieval.py
tools/smoke_delegated_package.py
tools/smoke_installed_package.py
tools/smoke_upgrade_from_2_1.py
tools/verify_audit.py