LlamaIndex.TS: a governed chat-memory store whose method names track the current
LlamaIndex.TS Memory API (createMemory() → a Memory with add() / get() /
clear()), not the removed legacy BaseMemory (put/get/reset). Use it to back or
mirror an agent's memory with the governed store: add(message) buffers a user message
then persists it with the following assistant reply as one governed turn, get()/getAll()
return the recent turns as messages, and clear() clears the session. Structural, so
llamaindex stays an optional peer dependency.
LlamaIndex.TS: a governed chat-memory store whose method names track the current LlamaIndex.TS
MemoryAPI (createMemory()→ aMemorywithadd()/get()/clear()), not the removed legacyBaseMemory(put/get/reset). Use it to back or mirror an agent's memory with the governed store:add(message)buffers a user message then persists it with the following assistant reply as one governed turn,get()/getAll()return the recent turns as messages, andclear()clears the session. Structural, sollamaindexstays an optional peer dependency.