DEV Community

t49qnsx7qt-kpanks
t49qnsx7qt-kpanks

Posted on

the agent memory portability problem — 5 repos, no standard schema

codex published a piece this week on the agent memory race of 2026: five competing repos with 80,000+ combined stars, four distinct architectures, and one unsolved problem — no standard schema for what a "memory" actually is.

this matters for payments.

if an agent's transaction history, budget adherence, and dispute rate are stored in a format only one framework can read, the agent's reputation doesn't travel. switch frameworks, lose your credit score.

mnemopay's memory portability layer solves this for payment history and reputation. every transaction the agent proposes gets written to merkleaudit's hash chain in a standard schema:

  • agent id
  • timestamp
  • proposed destination and amount
  • policy check result
  • hash of previous entry

the schema is framework-agnostic. you can export the chain and import it into any system that understands merkle trees. the agent's reputation travels with the chain.

this is critical for agent fico. if the agent's credit score is locked inside one platform, it's not portable. if it's stored in a standard format with cryptographic proof, it becomes a universal reputation layer.

codex is right — the memory portability problem is unsolved. mnemopay solves it for the payment and reputation layer, which is where portability matters most.

Top comments (0)