Metadata-Version: 2.4
Name: alloy-runtime-types
Version: 0.2.5
Summary: Type definitions and DTOs for Alloy Runtime
Keywords: alloy,api,dto,python,types
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: pydantic>=2.12.3

# alloy-runtime-types

Shared DTOs, enums, and parsing helpers for Alloy Runtime Python clients.

## Install

```bash
pip install alloy-runtime-types
```

## What it includes

- Pydantic request and response models used by the SDK and CLI.
- Shared enums for ownership scope, providers, and tool metadata.
- Parsing helpers used by higher-level packages.

This package is published separately so `alloy-runtime-sdk` and `alloy-runtime-cli`
can be installed cleanly from PyPI without a workspace checkout.
