Edge
llmfy.flow_engine.edge.edge
Edge
dataclass
Represents an edge in the workflow graph
llmfy.flow_engine.edge.edge
Edge
dataclass
Represents an edge in the workflow graph
llmfy/flow_engine/edge/edge.py source
instance-attribute
targets
instance-attribute
condition = None
class-attribute
instance-attribute
__init__(source, targets, condition=None)