Class NodeOutput<State extends AgentState>

java.lang.Object
org.bsc.langgraph4j.NodeOutput<State>
Type Parameters:
State - the type of the state associated with the node output
Direct Known Subclasses:
StateSnapshot, StreamingOutput

public class NodeOutput<State extends AgentState> extends Object
Represents the output of a node in a graph.