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.