Metadata-Version: 2.5
Name: oknoll-providers
Version: 0.3.4
Summary: Real model providers (Anthropic API, Ollama) behind the okf-core ModelProvider seam
License-Expression: Apache-2.0
Requires-Python: >=3.12
Requires-Dist: anthropic>=0.60
Requires-Dist: httpx>=0.27
Requires-Dist: okf-core==0.3.4
Description-Content-Type: text/markdown

# oknoll-providers

Real model and embedding providers (Anthropic API, local Ollama) behind
okf-core's provider seam, plus the `.env` loader and the provider spec grammar
(`stub | anthropic[:<model>] | ollama:<model>`). okf-core itself never touches
the network — everything that makes HTTP calls lives here.

Usually consumed through the [`oknoll`](https://pypi.org/project/oknoll/) CLI.
Part of [OpenKnoll](https://github.com/openknoll/oknoll-python).
