NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
Loading...
Searching...
No Matches
neograph::graph::GraphState Member List

This is the complete list of members for neograph::graph::GraphState, including all inherited members.

apply_writes(const std::vector< ChannelWrite > &writes)neograph::graph::GraphState
channel_names() constneograph::graph::GraphState
channel_version(const std::string &channel) constneograph::graph::GraphState
get(const std::string &channel) constneograph::graph::GraphState
get_messages() constneograph::graph::GraphState
global_version() constneograph::graph::GraphState
init_channel(const std::string &name, ReducerType type, ReducerFn reducer, const json &initial_value=json())neograph::graph::GraphState
restore(const json &data)neograph::graph::GraphState
serialize() constneograph::graph::GraphState
write(const std::string &channel, const json &value)neograph::graph::GraphState