In-Memory Storage
For common Agent integration, extraction modes, and tool configuration, see Usage and Configuration.
Use case: Development, testing, rapid prototyping
Configuration options:
WithMemoryLimit(limit int): Set memory limit per userWithMinSearchScore(score float64): Filter keyword-search scores below the configured threshold (default 0.3)WithMaxResults(maxResults int): Limit keyword-search results (default 10; use 0 to disable truncation)WithCustomTool(toolName, creator): Register custom tool implementationWithToolEnabled(toolName, enabled): Enable/disable specific tool- Auto mode:
WithExtractor,WithAsyncMemoryNum,WithMemoryQueueSize,WithMemoryJobTimeout
Features: Zero config, high performance, no persistence