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.4.tar.gz (26.9 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.4-py3-none-any.whl (32.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: miea_mem-0.0.4.tar.gz
  • Upload date:
  • Size: 26.9 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.4.tar.gz
Algorithm Hash digest
SHA256 cbc63a6fa2dfa4e19358453ce3eb4d87d56a7b93b1adb8ee4550b7cfc5e6545c
MD5 81d8e88f32baf63860b1a1eea5587296
BLAKE2b-256 f92c0dddce513d112adf60db6e82a05162ec8a5f6c3f0b5d108ba19c4d949834

See more details on using hashes here.

File details

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

File metadata

  • Download URL: miea_mem-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 32.0 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 60001ea42395357f08e7776c4b500b304842a404fd78e96e70ec2575c740525c
MD5 0bf79e191905061a94d60bf59c41602b
BLAKE2b-256 6a8be95052886b9b5dce17d12845966542c5217a4af383ceaf3f962449475aee

See more details on using hashes here.

Release history Release notifications | RSS feed

0.0.6

2 files

0.0.5

2 files

This release

0.0.4 This release

2 files

0.0.3

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