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

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

clear_node_cache()neograph::graph::GraphEngine
compile(const json &definition, const NodeContext &default_context, std::shared_ptr< CheckpointStore > store=nullptr)neograph::graph::GraphEnginestatic
fork(const std::string &source_thread_id, const std::string &new_thread_id, const std::string &checkpoint_id="")neograph::graph::GraphEngine
get_graph_name() constneograph::graph::GraphEngineinline
get_state(const std::string &thread_id) constneograph::graph::GraphEngine
get_state_history(const std::string &thread_id, int limit=100) constneograph::graph::GraphEngine
get_store() constneograph::graph::GraphEngineinline
node_cache() constneograph::graph::GraphEngineinline
own_tools(std::vector< std::unique_ptr< Tool > > tools)neograph::graph::GraphEngine
resume(const std::string &thread_id, const json &resume_value=json(), const GraphStreamCallback &cb=nullptr)neograph::graph::GraphEngine
resume_async(const std::string &thread_id, const json &resume_value=json(), const GraphStreamCallback &cb=nullptr)neograph::graph::GraphEngine
run(const RunConfig &config)neograph::graph::GraphEngine
run_async(RunConfig config)neograph::graph::GraphEngine
run_stream(const RunConfig &config, const GraphStreamCallback &cb)neograph::graph::GraphEngine
run_stream_async(RunConfig config, GraphStreamCallback cb)neograph::graph::GraphEngine
set_checkpoint_store(std::shared_ptr< CheckpointStore > store)neograph::graph::GraphEngine
set_node_cache_enabled(const std::string &node_name, bool enabled)neograph::graph::GraphEngine
set_node_retry_policy(const std::string &node_name, const RetryPolicy &policy)neograph::graph::GraphEngine
set_retry_policy(const RetryPolicy &policy)neograph::graph::GraphEngine
set_store(std::shared_ptr< Store > store)neograph::graph::GraphEngine
set_worker_count(std::size_t n)neograph::graph::GraphEngine
set_worker_count_auto()neograph::graph::GraphEngine
update_state(const std::string &thread_id, const json &channel_writes, const std::string &as_node="")neograph::graph::GraphEngine