|
NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
|
Combined routing override + state update. More...
#include <types.h>
Public Attributes | |
| std::string | goto_node |
| Next node to execute (overrides edge routing). | |
| std::vector< ChannelWrite > | updates |
| State updates to apply before routing. | |
Combined routing override + state update.
A node returns a Command to simultaneously update state AND control the next node to execute, overriding normal edge-based routing.