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.6.tar.gz (27.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.6-py3-none-any.whl (32.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: miea_mem-0.0.6.tar.gz
  • Upload date:
  • Size: 27.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.6.tar.gz
Algorithm Hash digest
SHA256 c57c6c1a252ddf12c9455af86eb68d5f71e9c24ea27a3c235ee0d7b5aadb4b11
MD5 34d0167dbbd349aa6b27a619c5de7b22
BLAKE2b-256 84cd24038537fb36d1c6410c03151995721f3d349cf9948e8096c20800804a15

See more details on using hashes here.

File details

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

File metadata

  • Download URL: miea_mem-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 32.9 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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 33babb628e657b9a6bcb93aff866b282eb24f1cb901dbad70b9e9a0ec096ca09
MD5 66716ba0d14dc63bf9a320cdb51a39e6
BLAKE2b-256 0e37e9d8e9daf430fd5760f3dec393bb6553196f061388f96bceb3bab7a83314

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.6 This release

2 files

0.0.5

2 files

0.0.4

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