getmem-ai
v0.0.1
Published
Persistent memory API for AI agents — getmem.ai
Downloads
47
Maintainers
Readme
getmem-ai
Persistent memory API for AI agents. Two API calls — your agent remembers everything.
npm install getmem-aiimport { init } from 'getmem-ai'
const mem = init('gm_your_api_key')
// After each turn — automatic extraction
await mem.ingest('user_123', { messages })
// Before each turn — intelligent context
const context = await mem.get('user_123', { query: userMessage })Full SDK coming soon. Join the waitlist at getmem.ai.
