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.

Hierarchy

  • AgentGraphNode

Constructors

Properties

Methods

Constructors

Properties

_edges: LDGraphEdge[]
_key: string

Methods

  • Returns true if this node has no outgoing edges (i.e., it is a terminal/leaf node).

    Returns boolean

Generated using TypeDoc