NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
Loading...
Searching...
No Matches
neograph.h File Reference

Convenience header: includes the full NeoGraph core + graph engine API. More...

Include dependency graph for neograph.h:

Go to the source code of this file.

Detailed Description

Convenience header: includes the full NeoGraph core + graph engine API.

Include this single header to access all core types, the graph engine, checkpointing, state management, and the node system. LLM and MCP modules must be included separately.

#include <neograph/neograph.h> // Core + graph engine
#include <neograph/llm/openai_provider.h> // OpenAI provider (optional)
#include <neograph/mcp/client.h> // MCP client (optional)
MCP (Model Context Protocol) client for connecting to remote tool servers.
Convenience header: includes the full NeoGraph core + graph engine API.
OpenAI API provider implementation.

Definition in file neograph.h.