Memory Graph Specification
The Memory Graph functions as a decentralized, append-only log of agent behavior and context.
Key properties:
Hash-linked memory commits (inspired by CRDTs / Merkle DAGs)
Event entries contain:
Agent ID
Action Type
Target / Result
Timestamp
Cryptographic signature
Each memory log is optionally anchored to chain via IPFS or a state commit smart contract (depending on deployment mode).
The graph is queryable by agents or humans, enabling traceability, debugging, and transparent evolution.
Last updated