Skip to main content

Interface: ImportResult

Defined in: packages/agentos/src/cognition/memory/io/facade/types.ts:529

Summary of a completed import operation returned by Memory.import().

Properties

errors

errors: string[]

Defined in: packages/agentos/src/cognition/memory/io/facade/types.ts:543

Human-readable error messages for any traces that failed to import.


imported

imported: number

Defined in: packages/agentos/src/cognition/memory/io/facade/types.ts:533

Number of traces successfully imported and written to the store.


skipped

skipped: number

Defined in: packages/agentos/src/cognition/memory/io/facade/types.ts:538

Number of traces skipped (deduplication or format mismatch).