Node
llmfy.flow_engine.node.node
START = '__start__'
module-attribute
END = '__end__'
module-attribute
NodeType
Bases: Enum
Types of nodes in the workflow
Source code in llmfy/flow_engine/node/node.py
START = 'start'
class-attribute
instance-attribute
END = 'end'
class-attribute
instance-attribute
FUNCTION = 'function'
class-attribute
instance-attribute
CONDITIONAL = 'conditional'
class-attribute
instance-attribute
Node
dataclass
Represents a node in the workflow graph