Interface: ResearchPhaseEvent
Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:1003
Emitted after each iteration of the research loop.
Properties
iteration
iteration:
number
Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:1006
Current iteration number (1-based).
newChunksFound
newChunksFound:
number
Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:1010
Number of new chunks discovered in this iteration.
timestamp
timestamp:
number
Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:1012
Timestamp of the event.
totalIterations
totalIterations:
number
Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:1008
Total configured iterations.
type
type:
"research:phase"
Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:1004