Function: registerMemoryAgentStorage()
Makaio Framework / services-core / registerMemoryAgentStorage
Function: registerMemoryAgentStorage()
Section titled “Function: registerMemoryAgentStorage()”registerMemoryAgentStorage(
bus): () =>void
Defined in: ../../../packages/services/core/src/session/storage/agent-memory-handler.ts:35
Register in-memory agent storage handlers.
Suitable for development and testing. Data is lost when the process exits.
Parameters
Section titled “Parameters”The bus instance to register handlers on
Returns
Section titled “Returns”Cleanup function to unsubscribe all handlers
() => void