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.3.tar.gz (26.8 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.3-py3-none-any.whl (31.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: miea_mem-0.0.3.tar.gz
  • Upload date:
  • Size: 26.8 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.3.tar.gz
Algorithm Hash digest
SHA256 ae95a603ccdb3868fb67fe52d5be6c5e09fd525bf0b70c887f96a173beb364b0
MD5 5469d1a729421ad55b31766d58b42964
BLAKE2b-256 3f584a87db023fb510294b7ba25d937a3b6147fa16d146c64f9a0797d7a27eb9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: miea_mem-0.0.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 2626ca97f7672984afce6a70969b153f40b72d64123ad13bf9039d51394544ed
MD5 6739ff7829e068ba323391d809354585
BLAKE2b-256 f95d95a5d46d20c64b0a81e4bacd3e2e5a685499bcdef7d351fefc6bbea8bd10

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

This release

0.0.3 This release

2 files

0.0.2

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