Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/agent / fanout / FanOutResult

Interface: FanOutResult<TOutput>

Defined in: packages/agent/src/fanout/index.ts:96

Aggregate result returned by Agent.fanOut(...).

Stable

Type Parameters

Type ParameterDefault type
TOutputunknown

Properties

PropertyModifierTypeDescriptionDefined in
childrenreadonlyreadonly ChildResult<TOutput>[]-packages/agent/src/fanout/index.ts:99
fanOutIdreadonlystring-packages/agent/src/fanout/index.ts:97
mergeDurationMsreadonlynumber-packages/agent/src/fanout/index.ts:100
outputreadonlyTOutput-packages/agent/src/fanout/index.ts:98
usagereadonlyUsageSum of every usage-reporting child's usage (W-033); zero when no child reported. The fan-out helper never mutates the parent run's live state (it runs outside the loop and would race it) - folding this into the parent run's accounting is the caller's decision.packages/agent/src/fanout/index.ts:107