Skip to main content

Interface: IngestResult

Defined in: packages/agentos/src/memory/facade/types.ts:398

Summary of a completed ingestion run returned by Memory.ingest().

Properties

chunksCreated

chunksCreated: number

Defined in: packages/agentos/src/memory/facade/types.ts:412

Total number of document chunks created and stored.


failed

failed: object[]

Defined in: packages/agentos/src/memory/facade/types.ts:407

Files that could not be ingested, with per-file error messages.

error

error: string

path

path: string


succeeded

succeeded: string[]

Defined in: packages/agentos/src/memory/facade/types.ts:402

Absolute paths of all files that were successfully ingested.


tracesCreated

tracesCreated: number

Defined in: packages/agentos/src/memory/facade/types.ts:417

Total number of new memory traces created from the ingested content.