Skip to main content

Interface: ResearchPhaseEvent

Defined in: packages/agentos/src/query-router/types.ts:629

Emitted after each iteration of the research loop.

Properties

iteration

iteration: number

Defined in: packages/agentos/src/query-router/types.ts:632

Current iteration number (1-based).


newChunksFound

newChunksFound: number

Defined in: packages/agentos/src/query-router/types.ts:636

Number of new chunks discovered in this iteration.


timestamp

timestamp: number

Defined in: packages/agentos/src/query-router/types.ts:638

Timestamp of the event.


totalIterations

totalIterations: number

Defined in: packages/agentos/src/query-router/types.ts:634

Total configured iterations.


type

type: "research:phase"

Defined in: packages/agentos/src/query-router/types.ts:630