Uses of Interface
org.bsc.langgraph4j.action.EdgeAction
Packages that use EdgeAction
Package
Description
Provides interfaces and classes for defining actions that operate on agent states.
-
Uses of EdgeAction in dev.langchain4j.image_to_diagram.actions.correction
Classes in dev.langchain4j.image_to_diagram.actions.correction that implement EdgeActionModifier and TypeClassDescriptionclass
Represents the result of evaluating a route. -
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.