Package org.bsc.langgraph4j.state
Class StateSnapshot<State extends AgentState>
java.lang.Object
org.bsc.langgraph4j.NodeOutput<State>
org.bsc.langgraph4j.state.StateSnapshot<State>
-
Method Summary
Modifier and TypeMethodDescriptionconfig()
Deprecated.getNext()
Deprecated.Usenext()
instead.next()
static <State extends AgentState>
StateSnapshot<State>of
(Checkpoint checkpoint, RunnableConfig config, AgentStateFactory<State> factory) toString()
Methods inherited from class org.bsc.langgraph4j.NodeOutput
getState, node, of, state
-
Method Details
-
next
-
config
-
getConfig
Deprecated.Useconfig()
instead. -
getNext
Deprecated.Usenext()
instead. -
toString
- Overrides:
toString
in classNodeOutput<State extends AgentState>
-
of
public static <State extends AgentState> StateSnapshot<State> of(Checkpoint checkpoint, RunnableConfig config, AgentStateFactory<State> factory)
-
config()
instead.