Skip to main content

Interface: ResearchCompleteEvent

Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:1018

Emitted when deep research completes.

Properties

durationMs

durationMs: number

Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:1025

Duration of the research phase in milliseconds.


iterationsUsed

iterationsUsed: number

Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:1021

Total number of research iterations performed.


timestamp

timestamp: number

Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:1027

Timestamp when research completed.


totalChunks

totalChunks: number

Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:1023

Total chunks gathered across all iterations.


type

type: "research:complete"

Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:1019