Metadata-Version: 2.4
Name: ya-oauth-provider
Version: 0.74.0
Summary: Pydantic AI OAuth-backed model provider helpers for YA
Project-URL: Repository, https://github.com/wh1isper/ya-mono
Author-email: wh1isper <jizhongsheng957@gmail.com>
Keywords: agents,oauth,pydantic-ai
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: <3.14,>=3.11
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic-ai>=1.94.0
Requires-Dist: pydantic>=2.12.0
Requires-Dist: tenacity>=9.0.0
Requires-Dist: ya-oauth==0.74.0
Description-Content-Type: text/markdown

# ya-oauth-provider

Pydantic AI model/provider helpers that consume OAuth token sources from `ya-oauth`.

## Codex model string

YA Agent SDK loads this package for model strings such as:

```text
oauth@codex:gpt-5.5
```

The provider attaches Codex-compatible bearer, account, originator, version, session, and thread headers.
