NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
Loading...
Searching...
No Matches
neograph::graph::StepRouting Struct Reference

Per-node routing signal emitted by this super-step. More...

#include <scheduler.h>

Detailed Description

Per-node routing signal emitted by this super-step.

One StepRouting per node that just executed. command_goto is set iff the node returned a Command with a non-empty goto_node; the Scheduler uses it to override regular edge routing. command_goto == END_NODE terminates the graph.

Definition at line 42 of file scheduler.h.


The documentation for this struct was generated from the following file: