LICENSE
MANIFEST.in
README.md
TODO.md
plan.md
pyproject.toml
aetnamem/__init__.py
aetnamem/cli.py
aetnamem/graph.py
aetnamem/maintenance.py
aetnamem/memory.py
aetnamem.egg-info/PKG-INFO
aetnamem.egg-info/SOURCES.txt
aetnamem.egg-info/dependency_links.txt
aetnamem.egg-info/entry_points.txt
aetnamem.egg-info/requires.txt
aetnamem.egg-info/top_level.txt
aetnamem/actions/__init__.py
aetnamem/actions/approval.py
aetnamem/actions/authority.py
aetnamem/actions/engine.py
aetnamem/actions/models.py
aetnamem/actions/policy.py
aetnamem/actions/store.py
aetnamem/actions/verifier.py
aetnamem/actions/adapters/__init__.py
aetnamem/actions/adapters/base.py
aetnamem/actions/adapters/filesystem.py
aetnamem/actions/importers/__init__.py
aetnamem/actions/importers/journal.py
aetnamem/assistant/__init__.py
aetnamem/assistant/agent.py
aetnamem/assistant/providers.py
aetnamem/broker/__init__.py
aetnamem/broker/broker.py
aetnamem/core/__init__.py
aetnamem/core/canonical.py
aetnamem/core/policy.py
aetnamem/decisions/__init__.py
aetnamem/decisions/bridge.py
aetnamem/decisions/consensus.py
aetnamem/decisions/engine.py
aetnamem/decisions/models.py
aetnamem/decisions/postgres.py
aetnamem/decisions/repository.py
aetnamem/decisions/signing.py
aetnamem/decisions/store.py
aetnamem/decisions/verify.py
aetnamem/etd/__init__.py
aetnamem/etd/playground.py
aetnamem/etd/profiles.py
aetnamem/etd/report.py
aetnamem/extract/__init__.py
aetnamem/extract/rules.py
aetnamem/mcp/__init__.py
aetnamem/mcp/gate.py
aetnamem/mcp/server.py
aetnamem/retrieve/__init__.py
aetnamem/retrieve/rank.py
aetnamem/service/__init__.py
aetnamem/service/__main__.py
aetnamem/service/app.py
aetnamem/service/encrypted_db.py
aetnamem/service/secrets.py
aetnamem/service/ui.py
aetnamem/store/__init__.py
aetnamem/store/sqlite.py
bench/README.md
bench/graph_recall.py
bench/adapters/aetnamem.py
bench/targets/aetnamem.yaml
docs/audit-log-spec.md
docs/auditing-guide.md
docs/capabilities.json
docs/channels-outbound-spec.md
docs/data-storage-and-backup.md
docs/decision-host-integration.md
docs/decision-workflow-spec.md
docs/etd-pilot-methodology-review.md
docs/etd-profile.md
docs/graph-memory-design.md
docs/grok-xai.md
docs/guarded-actions.md
docs/inference-engineering-spec.md
docs/integration-guide.md
docs/macos-desktop.md
docs/openclaw-setup.md
docs/marketing/x-etd-release.md
docs/releases/v0.4.0a1.md
examples/grok_tool_playground.py
examples/etd-playground/README.md
examples/etd-playground/pilot-config.example.json
examples/flagship-demo/README.md
examples/flagship-demo/broker_demo.py
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/types.ts
integrations/openclaw/test/smoke.mjs
tests/test_actions.py
tests/test_assistant.py
tests/test_auditability.py
tests/test_broker.py
tests/test_broker_demo.py
tests/test_cli.py
tests/test_decision_bridge.py
tests/test_decision_concurrency.py
tests/test_decision_postgres.py
tests/test_decision_signing_retention.py
tests/test_decisions.py
tests/test_documentation.py
tests/test_encrypted_db.py
tests/test_extract.py
tests/test_graph.py
tests/test_host_adapter.py
tests/test_journal_import.py
tests/test_layers.py
tests/test_maintenance.py
tests/test_mcp.py
tests/test_mcp_gate.py
tests/test_memory.py
tests/test_policy.py
tests/test_providers.py
tests/test_recall_evidence.py
tests/test_retrieve.py
tests/test_service.py
tests/test_store_transactions.py
tools/smoke_installed_package.py
tools/verify_actions.py
tools/verify_audit.py