|
NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
|
An event emitted during graph execution for streaming. More...
#include <types.h>
Public Types | |
| enum class | Type { NODE_START , NODE_END , LLM_TOKEN , CHANNEL_WRITE , INTERRUPT , ERROR } |
| Event type enumeration. More... | |
Public Attributes | |
| json | data |
| Event-specific data payload. | |
| std::string | node_name |
| Name of the node that generated this event. | |
| Type | type |
| The event type. | |
|
strong |