LlamaLib  v2.0.2
Cross-platform library for local LLMs
Loading...
Searching...
No Matches
LlamaLib.h
Go to the documentation of this file.
1
6
7#include "LLM.h"
8#include "LLM_client.h"
9#include "LLM_agent.h"
10
11#ifdef USE_RUNTIME_DETECTION
12#include "LLM_runtime.h"
13#else
14#include "LLM_service.h"
15#endif
16#include "LLM_service_builder.h"
Core LLM functionality interface and base classes.
High-level conversational agent interface for LLMs.
Client interface for local and remote LLM access.
Runtime loading and management of LLM libraries.
LLM service implementation with server capabilities.