|
NeuralPlus 0.2.0
A small C++17 SDK for AI clients, sessions, tools, and tracing
|
#include "neuralplus/export.hpp"#include "neuralplus/types.hpp"#include <any>#include <atomic>#include <functional>#include <mutex>#include <optional>#include <string>#include <string_view>#include <unordered_map>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | neuralplus::SessionState |
| struct | neuralplus::SessionOptions |
| Options used when creating or restoring a Session. More... | |
| class | neuralplus::Session |
Thread-safe conversation sessions and session-scoped application state.