MemoryApi
Class: MemoryApi
Defined in: CodeBolt/packages/clientsdk/src/api/memory.api.ts:31
Provides API methods for managing memory threads across multiple storage formats.
The memory system supports four distinct thread types: generic, markdown, JSON, context, and episodic. Each type is optimized for different use cases -- from free-form text (markdown) to structured data (JSON) to conversation context and temporal event sequences (episodic). Threads can be archived/unarchived for lifecycle management.
Constructors
Constructor
new MemoryApi(http: HttpClient): MemoryApi;
Defined in: CodeBolt/packages/clientsdk/src/api/memory.api.ts:32