Metadata-Version: 2.4
Name: idun-agent-schema
Version: 0.1.41
Summary: Centralized Pydantic schema library for Idun Agent Engine and Manager
Project-URL: Homepage, https://github.com/geoffreyharrazi/idun-agent-platform
Project-URL: Repository, https://github.com/geoffreyharrazi/idun-agent-platform
Project-URL: Issues, https://github.com/geoffreyharrazi/idun-agent-platform/issues
Author-email: Idun Team <team@idun.com>
License-Expression: MIT
Keywords: fastapi,idun,langgraph,pydantic,schemas
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: <3.14,>=3.13
Requires-Dist: pydantic-settings<3.0.0,>=2.7.0
Requires-Dist: pydantic<3.0.0,>=2.11.7
Description-Content-Type: text/markdown

# Idun Agent Schema

Centralized Pydantic schema library shared by Idun Agent Engine and Idun Agent Manager.

## Install

```bash
pip install idun-agent-schema
```

## Usage

```python
from idun_agent_schema.engine import EngineConfig
from idun_agent_schema.manager.api import AgentCreateRequest
```

This package re-exports stable schema namespaces to avoid breaking existing imports. Prefer importing from this package directly going forward.
