Private Readonly _configPrivate Readonly _edgesPrivate Readonly _keyReturns the underlying AIAgentConfig for this node.
Use getConfig().tracker to record node-level metrics.
Returns the outgoing edges from this node to its children.
Generated using TypeDoc
Represents a single node within an agent graph.
Each node wraps an LDAIAgentConfig and carries the outgoing edges to its children. Use the node's tracker (via
getConfig().tracker) to record node-level metrics against the underlying agent config.