Skip to content

Graphorin API reference v0.13.8


Graphorin API reference / @graphorin/agent / / AgentFanOutOptions

Interface: AgentFanOutOptions<TOutput>

Defined in: packages/agent/src/types.ts:821

Stable

Per-call shape accepted by Agent.fanOut(...). Mirrors the pure-function FanOutOptions but omits the runtime-supplied identifiers - the Agent instance carries those.

Type Parameters

Type ParameterDefault type
TOutputunknown

Properties

PropertyModifierTypeDefined in
childrenreadonlyreadonly { agentId: string; historyAdjustment?: number; invoke: () => Promise<TOutput>; origin?: ContentOriginKind; trustClass?: TrustClass; }[]packages/agent/src/types.ts:822
maxConcurrentChildren?readonlynumberpackages/agent/src/types.ts:823
mergeStrategy?readonlyMergeStrategy<TOutput>packages/agent/src/types.ts:825
perBudget?readonlyPerChildBudgetpackages/agent/src/types.ts:824
signal?readonlyAbortSignalpackages/agent/src/types.ts:826