Metadata-Version: 2.3
Name: aqven-llm
Version: 0.0.0
Summary: Provider isolation for aqven: every model provider SDK import behind one factory.
Keywords: ai,llm,providers,pydantic-ai
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Dist: pydantic==2.13.5
Requires-Dist: httpx2==2.13.0
Requires-Dist: pydantic-ai-slim[openrouter]==2.43.0
Requires-Dist: openai==3.14.1
Requires-Dist: tenacity==9.1.4
Requires-Dist: pydantic-ai-slim[anthropic]==2.43.0 ; extra == 'anthropic'
Requires-Dist: pydantic-ai-slim[bedrock]==2.43.0 ; extra == 'bedrock'
Requires-Dist: pydantic-ai-slim[cohere]==2.43.0 ; extra == 'cohere'
Requires-Dist: pydantic-ai-slim[google]==2.43.0 ; extra == 'google'
Requires-Dist: pydantic-ai-slim[groq]==2.43.0 ; extra == 'groq'
Requires-Dist: pydantic-ai-slim[huggingface]==2.43.0 ; extra == 'huggingface'
Requires-Dist: pydantic-ai-slim[mistral]==2.43.0 ; extra == 'mistral'
Requires-Dist: pydantic-ai-slim[xai]==2.43.0 ; extra == 'xai'
Requires-Python: >=3.14, <3.15
Project-URL: Homepage, https://aqvenstudio.com
Project-URL: Documentation, https://aqvenstudio.com
Project-URL: Repository, https://github.com/lastonoga/AQVEN
Project-URL: Issues, https://github.com/lastonoga/AQVEN/issues
Provides-Extra: anthropic
Provides-Extra: bedrock
Provides-Extra: cohere
Provides-Extra: google
Provides-Extra: groq
Provides-Extra: huggingface
Provides-Extra: mistral
Provides-Extra: xai
Description-Content-Type: text/markdown

# aqven-llm

Provider isolation for [aqven](https://pypi.org/project/aqven/). Every import of a model provider SDK lives
here, behind one factory: the rest of the engine receives a ready `Model` and never imports `openai`,
`anthropic`, `google.genai` or the provider modules of Pydantic AI.

Install the provider you need as an extra:

```bash
uv add "aqven-llm[anthropic]"
```

Documentation: https://aqvenstudio.com
