Skip to main content

mi∃a

miea — graph memory for AI agents. You ∃ in your agent's memory.

Structure and pointers only — all interpretation happens in the consuming agent's LLM at read time. No pre-computed summaries; embeddings only as an optional derived cache. Design notes: DESIGN.md (local).

Model

  • Nodes = nouns, named content records
  • Edges = verbs (persists_with, contradicts, …) — traversal paths concatenate into sentences: [Postgres] --persists_with--> [WAL]
  • Nested graphs: containment hierarchy; every node at any depth is a full memory, not a folder
  • Signposts: parents list their children as ranked references (label + breadth score), never generated summaries

Quick start

uv tool install --with sentence-transformers .   # from this repo
miea setup                                       # wizard: path + name → MCP JSON

Or manually:

miea init MyMemory --root ~/Documents/my_memory
miea --root ~/Documents/my_memory add Postgres --content "relational database"
miea --root ~/Documents/my_memory link Postgres persists_with WAL
miea --root ~/Documents/my_memory land Postgres      # rideable payload + signpost
miea --root ~/Documents/my_memory steer Postgres WAL # one branch of the slide

Architecture

JSON files (durable truth) → in-memory graph/indexes → agent via CLI/MCP

Files are never grepped or dumped raw — the core returns shaped payloads only. Ranking (breadth × recency) orders results but never filters: all memories are equal in importance; low rank costs latency, never visibility.

Status

Core complete (47 tests): model, store, waterslide read loop with signpost paging, write tier with guardrails, LCA, promotion-split, provenance audit, epistemic verify pass, hybrid FTS+vector search, wakeup snapshot, setup wizard, CLI + MCP server with read/write tiers.

Download files

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

Source Distribution

miea_mem-0.0.2.tar.gz (26.7 kB view details)

Uploaded Source

Built Distribution

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

miea_mem-0.0.2-py3-none-any.whl (31.8 kB view details)

Uploaded Python 3

File details

Details for the file miea_mem-0.0.2.tar.gz.

File metadata

  • Download URL: miea_mem-0.0.2.tar.gz
  • Upload date:
  • Size: 26.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.2 {"installer":{"name":"uv","version":"0.12.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for miea_mem-0.0.2.tar.gz
Algorithm Hash digest
SHA256 b4f450ee2a71451c054e225d8172b6cfce8126c8fed5c13543b8b87938fe95d9
MD5 4e50de983051d8fc96ea6e040e44d158
BLAKE2b-256 0e45bb1d7a307309dd6c31f114013a8665777d2c6168c79f0089aaa72a87d85f

See more details on using hashes here.

File details

Details for the file miea_mem-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: miea_mem-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 31.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.2 {"installer":{"name":"uv","version":"0.12.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for miea_mem-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f32ba6204b88029df7a56ec32e43285c3fbde4c503e8729c51d7a33267623afd
MD5 51eb1491d586fdca0ea8bfe2e43ae475
BLAKE2b-256 4102af765f1de4bcb33123352a608de344ff59440ab8ae5971bae1134f1eeae6

See more details on using hashes here.

Release history Release notifications | RSS feed

0.0.6

2 files

0.0.5

2 files

0.0.4

2 files

0.0.3

2 files

This release

0.0.2 This release

2 files

0.0.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page