daimon-provider-local 0.23.0

Locally-hosted model providers (Ollama, llama.cpp, llama-rs, OpenAI-compatible) for the Daimon AI agent framework
Documentation

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/chat API
  • [llamacpp] — llama.cpp's llama-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.