Locally-hosted model providers for the Daimon agent framework.
Covers every runtime you can point at a machine under your own control:
- [
ollama] — Ollama, via its native/api/chatAPI - [
llamacpp] — llama.cpp'sllama-server, over its OpenAI-compatible API plus llama.cpp-native sampling extras - [
llamars] — llama-rs's server, over its OpenAI-compatible API - [
generic] — any other OpenAI-compatible server (vLLM, LM Studio, llamafile, LocalAI, …)
All four are HTTP clients; none embed inference in-process.