Agentic.LLM.Transport.Ollama (agentic v0.2.2)

Copy Markdown

Transport for the Ollama wire format (POST {base_url}/api/chat, POST {base_url}/api/embed).

Ollama runs locally so there's no auth and no rate limiting. The base URL defaults to http://localhost:11434 but the provider may override it via OLLAMA_HOST.