Optional durationTotal graph execution duration in milliseconds, if tracked.
Per-node metric summaries keyed by agent config key.
Execution path through the graph as an ordered array of config keys.
Optional resumptionResumption token for deferred feedback association.
Whether the graph invocation succeeded.
Optional tokensAggregate token usage across the entire graph invocation, if available.
Generated using TypeDoc
Summarized graph-level metrics for a completed graph invocation, as returned by ManagedAgentGraph.run via ManagedGraphResult.metrics.
For the tracker-layer incremental view (where fields populate as tracking calls arrive), see LDGraphTracker.getSummary, which returns a
Partial<LDAIGraphMetricSummary>.