15fb8e19a87ee55bd36fecc291d50ff2ba9dc7f2
Foreman is a private queued Ollama endpoint with observability. Since it speaks native Ollama on the wire, the constructor delegates to the existing ollama provider — no new code paths. Streaming, tool use, and think all work transparently. baseURL is positional and required (no sensible default for a private daemon). apiKey can be empty for network-trusted deployments. See ADR-0011 in the foreman repo for the integration design.
Description
Abstraction layer interface for various similar LLM services
Languages
Go
100%