Uses of Interface
org.bsc.langgraph4j.action.EdgeAction
Packages that use EdgeAction
Package
Description
Defines the core interfaces and classes for actions that constitute the building blocks of a LangGraph4j graph.
-
Uses of EdgeAction in org.bsc.langgraph4j.action
Methods in org.bsc.langgraph4j.action with parameters of type EdgeActionModifier and TypeMethodDescriptionstatic <S extends AgentState>
AsyncEdgeAction<S>AsyncEdgeAction.edge_async
(EdgeAction<S> syncAction) Creates an asynchronous edge action from a synchronous edge action.