Metadata-Version: 2.4
Name: hopeit-agents
Version: 0.2.0b1
Summary: Hopeit integration for building agentic APIs
Author-email: Leo Smerling & Pablo Canto <contact@hopeit.com.ar>, Leo Smerling <contact@hopeit.com.ar>, Pablo Canto <contact@hopeit.com.ar>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/hopeit-git/hopeit.agents
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
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: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: hopeit.engine>=0.30.1
Requires-Dist: pydantic-ai-slim[openai]<3,>=2.9

# hopeit-agents

Shared Hopeit integration for agentic APIs built with `hopeit.engine` and Pydantic AI.

The initial package provides a configuration-driven model factory for OpenAI and an Ollama
server. Application code selects the provider with `AgentModelSettings`; agents and tools remain
provider-independent.

This project intentionally does not provide another agent loop, message hierarchy, tool
registry, or tracing format. Those responsibilities remain with Pydantic AI.
