|
NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
|
Extended result returned by node execution. More...
#include <types.h>
Public Member Functions | |
| NodeResult (std::vector< ChannelWrite > w) | |
| Construct from plain channel writes (backward compatible). | |
Public Attributes | |
| std::optional< Command > | command |
| If set, overrides edge-based routing. | |
| std::vector< Send > | sends |
| If non-empty, triggers dynamic fan-out. | |
| std::vector< ChannelWrite > | writes |
| Channel writes from this node. | |
Extended result returned by node execution.
Wraps channel writes with optional Command (routing override) and Send (dynamic fan-out) directives. Backward-compatible: constructing from a plain vector of ChannelWrite produces a NodeResult with no Command or Send.
|
inline |