Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

AetnaMem

Version 1.0.0a3 CI

AetnaMem is a model-agnostic memory control plane for agents. Its complete reversible memory switch is currently OpenClaw-specific.

Install AetnaMem beside OpenClaw, let it copy and shadow the complete native memory, inspect the result, then activate it when you are ready. Shadow mode does not change the context sent to the model. Activation freezes the verified OpenClaw memory state and replaces native supplemental-memory access with bounded AetnaMem recall. Restore puts the saved OpenClaw configuration and memory paths back.

This is Version 1.0.0a3, an experimental prerelease. The memory engine and MCP interface are model-agnostic. The automated copy, shadow, activation, and restore workflow supports OpenClaw first.

Install and migrate OpenClaw

# 1. Install the engine. Do not install the npm bridge separately.
python -m pip install --pre aetnamem==1.0.0a3
aetnamem --version

# 2. Install the matching bridge and copy all existing OpenClaw memory.
aetnamem openclaw install

# 3. Inspect the shadow copy. OpenClaw is still the memory provider.
aetnamem control status
aetnamem dashboard daemon start

# 4. Switch only after the dashboard reports that the copy is verified.
aetnamem control activate

# 5. Restore OpenClaw memory at any time.
aetnamem control restore

aetnamem openclaw install owns both packages: it installs the matching npm bridge, binds the exact Python executable, copies MEMORY.md and memory/*.md from the beginning of the OpenClaw workspace history, starts change mirroring, restarts the gateway, and verifies the loaded integration. Progress is shown for every stage. If verification fails, it restores the prior plugin configuration.

Read the OpenClaw setup and control-plane guarantees before customer deployment.

Watch the OpenClaw walkthrough

The 1080p walkthrough demonstrates installation, complete native-memory mirroring, shadow-mode search and capture, verified activation, governed text and image memory, human approval, recall, audit investigation, and the available restore path.

The demonstration states the product boundaries directly: shadow mode does not alter model context, image recall returns the approved text observation rather than image bytes, and restore is available but is not executed in the recording.

What the dashboard provides

The loopback-only dashboard is the operating and investigation surface:

  • current provider: OpenClaw in shadow mode or AetnaMem in active mode;
  • copy progress, source manifest, hashes, and verification failures;
  • memory search, record history, source and interpretation evidence;
  • recall scores, context-injection receipts, and agent-response bindings;
  • approval or purge of quarantined external observations;
  • filtered audit exploration with time, event, actor, session, record, and status facets;
  • JSON, NDJSON, CSV, text investigation reports, and deletion receipts;
  • one activation control and one restore control.
aetnamem dashboard daemon start   # background service at http://127.0.0.1:8766/
aetnamem dashboard daemon open    # open the direct loopback URL
aetnamem dashboard daemon status
aetnamem dashboard daemon restart
aetnamem dashboard daemon stop
aetnamem dashboard daemon remove  # removes service metadata, not memory/evidence

Model-agnostic engine

Any host that can launch a stdio MCP server can use the engine directly:

aetnamem mcp --db ~/.aetnamem/memories.db --subject local-user

MCP tools: memory_remember, memory_observe, memory_recall, memory_get_record, memory_get_source, memory_recall_block, memory_persona, memory_context_pack, memory_capture, memory_list, memory_forget, memory_forget_artifact, memory_promote, memory_audit, memory_verify, memory_graph_status, memory_graph_merges, memory_graph_history, and memory_log_action.

The protocol does not depend on OpenAI, Anthropic, Google, Meta, xAI, DeepSeek, or another model provider. A host integration is still responsible for authenticated user identity, deciding when model-interpreted statements become memory, and proving which context reached which response.

See the integration guide, audit search, semantic search, and multimodal observations.

Data and trust boundaries

  • Canonical memory, provenance, lifecycle state, and audit evidence are stored in SQLite.
  • Semantic search is optional. Vectors are a derived index and are verified against canonical records before results are returned.
  • External media bytes remain host-controlled. AetnaMem stores a typed text observation, exact byte-stream SHA-256, model identity, and host reference.
  • External observations are quarantined until approved. Confidence is evidence, never an automatic promotion rule.
  • Forget operations cascade through canonical, graph, media, and vector-derived state and return a receipt.
  • The dashboard binds only to loopback and opens without a login. Mutations retain CSRF and origin checks.

See data storage and backup and the auditing guide.

Scope

AetnaMem 1.0 contains one product: the memory control plane. Unrelated legacy experiments remain in Git history and on the unchanged develop branch; they are not shipped as part of the 1.0 product.

Licensed under AGPL-3.0-only.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aetnamem-1.0.0a3.tar.gz (274.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aetnamem-1.0.0a3-py3-none-any.whl (173.6 kB view details)

Uploaded Python 3

File details

Details for the file aetnamem-1.0.0a3.tar.gz.

File metadata

  • Download URL: aetnamem-1.0.0a3.tar.gz
  • Upload date:
  • Size: 274.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for aetnamem-1.0.0a3.tar.gz
Algorithm Hash digest
SHA256 eab060e0d354a0ee3d63ae7d803ad73560904b99a77ae18c5cb7afd4c32c09ef
MD5 c9da3aeea7eafeb16d6f083989a46e6b
BLAKE2b-256 c7ad90b752330186ff5861d237c86017190b5144982302c7009b8e977efafeb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for aetnamem-1.0.0a3.tar.gz:

Publisher: publish.yml on aetna000/aetnamem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file aetnamem-1.0.0a3-py3-none-any.whl.

File metadata

  • Download URL: aetnamem-1.0.0a3-py3-none-any.whl
  • Upload date:
  • Size: 173.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for aetnamem-1.0.0a3-py3-none-any.whl
Algorithm Hash digest
SHA256 d58aa768b62d7ae11ddc0b5feda6a26726b66f59cd40a059106e3206c7e6474a
MD5 392892ad8daa298eaffe1d1204bbb983
BLAKE2b-256 f2ac53fde3e5d9e607284953581d7ca9c2e0685c6e963defeba3571c0a1e52c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for aetnamem-1.0.0a3-py3-none-any.whl:

Publisher: publish.yml on aetna000/aetnamem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page