Skip to main content

Interface: ResearchPhaseEvent

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

Emitted after each iteration of the research loop.

Properties

iteration

iteration: number

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

Current iteration number (1-based).


newChunksFound

newChunksFound: number

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

Number of new chunks discovered in this iteration.


timestamp

timestamp: number

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

Timestamp of the event.


totalIterations

totalIterations: number

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

Total configured iterations.


type

type: "research:phase"

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