Interface: RetrievalResult
Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:219
Aggregated result of the retrieval phase across all active retrieval strategies (vector search, graph traversal, deep research).
Properties
chunks
chunks:
RetrievedChunk[]
Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:221
Retrieved content chunks, sorted by relevance (highest first).
durationMs
durationMs:
number
Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:236
Wall-clock duration of the retrieval phase in milliseconds.
graphEntities?
optionalgraphEntities:object[]
Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:227
Entities discovered via knowledge graph traversal. Present only when graph retrieval was used (tier >= 2).
description
description:
string
name
name:
string
type
type:
string
researchSynthesis?
optionalresearchSynthesis:string
Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:233
Synthesized narrative from the deep research phase. Present only when research retrieval was used (tier 3).