|
NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
|
| ▼Nneograph | |
| ►Na2a | |
| ►Nacp | |
| ►Nasync | |
| ►Ngraph | |
| ►Nhistory | |
| ►Nllm | |
| ►Nmcp | |
| ►Nobservability | |
| ►Nutil | |
| CAsyncTool | Adapter base class for tools whose work is naturally coroutine-shaped (HTTP fetch, MCP RPC, async DB query) |
| ►CChatCompletion | LLM completion response including the message and token usage |
| CChatMessage | A message in the conversation history |
| CChatTool | Tool definition metadata sent to the LLM |
| CCompletionParams | Parameters for an LLM completion request |
| CProvider | Abstract base class for LLM providers |
| CRateLimitError | Thrown by a Provider when an upstream API returned HTTP 429 (rate limit exceeded) |
| CTool | Abstract base class for tools that agents can call |
| CToolCall | Represents a single tool invocation requested by the LLM |