Interface StandaloneMemoryRollingSummarySinkOptions

interface StandaloneMemoryRollingSummarySinkOptions {
    baseTags?: string[];
    summaryImportance?: number;
    atomicDocImportance?: number;
}

Properties

baseTags?: string[]

Tags added to every persisted rolling-memory trace.

Default

['agentos', 'long_term_memory']
summaryImportance?: number

Importance assigned to summary snapshot traces.

Default

0.9
atomicDocImportance?: number

Importance assigned to atomic memory_json item traces.

Default

1.0