Uses of Interface
org.bsc.langgraph4j.action.EdgeAction
Package
Description
Provides interfaces and classes for defining actions that operate on agent states.
-
Uses of EdgeAction in org.bsc.langgraph4j.action
Modifier and TypeMethodDescriptionstatic <S extends AgentState>
AsyncEdgeAction<S>AsyncEdgeAction.edge_async
(EdgeAction<S> syncAction) Creates an asynchronous edge action from a synchronous edge action.