Domain-neutral memory substrate for Mimic workflows and local OS adapters
Project description
mimic-memory
Domain-neutral memory substrate for Mimic.
A Python-first memory layer for OS-wide and workflow-wide memory:
- composable modules callable from Temporal workflows;
- semantic, episodic, procedural, and artifact memory records;
- deterministic snapshot/export for
world_state_hash; - signed, replayable memory events;
- adapters for local OS sources, apps, and Mimic simulations.
Core code stays use-case neutral. Application-specific concepts (coach, wellness, plan, signal, etc.) belong only in downstream adapters or examples.
Python core
The package lives in mimic_memory/ and provides:
MemoryRecordfor semantic, episodic, procedural, and artifact memory;MemorySourcefor OS, workflow, app, agent, connector, or import origins;MemoryEventfor replayable upsert/delete/snapshot logs;MemorySnapshotfor sorted canonical JSON andagent_memory_statehashing;InMemoryStorefor tests, local adapters, and workflow prototypes;LocalEventLogStorefor append-only signed JSONL replay logs on local disk;- OS adapters:
file_record,iter_file_records,clipboard_record,sqlite_records,calendar_event_record,screenshot_record.
Run the focused package tests with:
pytest packages/mimic-memory/tests -q
Use MemorySnapshot.world_state_component() as the value for Mimic framework's
world_state_hash(agent_memory_state=...) input. This keeps snapshot timestamps and other
manifest-only fields out of the deterministic component hash.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mimic_memory-0.2.0a0.tar.gz.
File metadata
- Download URL: mimic_memory-0.2.0a0.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb2e6897ef45a3d6c704372f27ab1bca0b13a9614812d38365f74e9faa486de5
|
|
| MD5 |
56f189e61a2be2dbee4d771419349b14
|
|
| BLAKE2b-256 |
2d504412c9095ff1fe2b59fd577e4decaa630cad3bb6e54416117be2476bce40
|
File details
Details for the file mimic_memory-0.2.0a0-py3-none-any.whl.
File metadata
- Download URL: mimic_memory-0.2.0a0-py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd8cf74412e83b7aa6a1abc438438a346fd829cebd4219b87e775cc938c9236f
|
|
| MD5 |
9a93ba0f282eb3c138f742d87502078b
|
|
| BLAKE2b-256 |
596abb3225a1610edc601b04b24c9ba947386ba89271db05b075a14a01517f35
|