Interface: ImportResult
Defined in: packages/agentos/src/memory/facade/types.ts:489
Summary of a completed import operation returned by Memory.import().
Properties
errors
errors:
string[]
Defined in: packages/agentos/src/memory/facade/types.ts:503
Human-readable error messages for any traces that failed to import.
imported
imported:
number
Defined in: packages/agentos/src/memory/facade/types.ts:493
Number of traces successfully imported and written to the store.
skipped
skipped:
number
Defined in: packages/agentos/src/memory/facade/types.ts:498
Number of traces skipped (deduplication or format mismatch).