Skip to content

Function: registerMemoryAgentStorage()

Makaio Framework


Makaio Framework / services-core / 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.

IMakaioBus

The bus instance to register handlers on

Cleanup function to unsubscribe all handlers

() => void