NAOMS for developers
← Back to overview

NAOMS · building block

Agent memory

A personal knowledge graph that agents remember with, encrypted by default.

What a person notices

What you get as a developer

Agent memory is the knowledge graph specialised for what an agent needs: something it can store into, search, consolidate, and be honest about when it turns out to be wrong.

store a memory:      memory.store   { text, source, tags }
search memories:     memory.search  { query }
promote to identity: memories.promote { memoryId }

How it connects

Related