|
NeuralPlus 0.2.0
A small C++17 SDK for AI clients, sessions, tools, and tracing
|
#include "neuralplus/export.hpp"#include "neuralplus/session.hpp"#include "neuralplus/tool.hpp"#include "neuralplus/tracing.hpp"#include "neuralplus/transport.hpp"#include "neuralplus/types.hpp"#include <functional>#include <memory>#include <mutex>#include <string>#include <unordered_map>Go to the source code of this file.
Classes | |
| struct | neuralplus::ClientOptions |
| Dependencies and behavior shared by all AIClient implementations. More... | |
| class | neuralplus::AIClient |
| class | neuralplus::FunctionAIClient |
Provider-independent AI client interface and callback-backed implementation.