neurocore.runtime.blueprint.FlowEdge¶
- class neurocore.runtime.blueprint.FlowEdge(/, **data: Any)¶
Bases:
pydantic.BaseModelGraph edge definition.
An edge activates when its
portmatches the source node’s active output port (orportis None) AND itsconditionevaluates True (or is None). Port/condition routing requires the flowengine GraphExecutor path — seeruntime.executor(flows with ports/conditions/cycles route there).