Metadata-Version: 2.4
Name: jharness-models
Version: 0.3.0
Summary: OpenAI, Anthropic, and DeepSeek model adapters for JHarness
Project-URL: Documentation, https://github.com/Ezio2000/jharness/tree/main/docs/model-adapters.md
Project-URL: Repository, https://github.com/Ezio2000/jharness.git
Author: JHarness contributors
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27.0
Requires-Dist: jharness-kernel==0.3.0
Description-Content-Type: text/markdown

# jharness-models

Explicit OpenAI, Anthropic, and DeepSeek model adapters for the JHarness kernel.

```bash
uv add jharness-models
```

```python
from jharness.models.openai import OpenAIChatCompletionsModel
```

Installing this distribution installs the matching `jharness-kernel` version.
