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

Plan for the next super-step. More...

#include <scheduler.h>

Detailed Description

Plan for the next super-step.

ready is the deduped list of nodes to execute (insertion-ordered through std::set so parallel fan-in joins only once). hit_end is set when any routing signal reached END_NODE. winning_command_goto records the Command.goto_node that took over (if any) — purely for debug streaming; the Scheduler itself does not use it downstream.

Definition at line 56 of file scheduler.h.


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