NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nneograph
 Na2a
 Nacp
 Nasync
 Ngraph
 Nhistory
 Nllm
 Nmcp
 Nobservability
 Nutil
 CAsyncToolAdapter base class for tools whose work is naturally coroutine-shaped (HTTP fetch, MCP RPC, async DB query)
 CChatCompletionLLM completion response including the message and token usage
 CChatMessageA message in the conversation history
 CChatToolTool definition metadata sent to the LLM
 CCompletionParamsParameters for an LLM completion request
 CProviderAbstract base class for LLM providers
 CRateLimitErrorThrown by a Provider when an upstream API returned HTTP 429 (rate limit exceeded)
 CToolAbstract base class for tools that agents can call
 CToolCallRepresents a single tool invocation requested by the LLM