Metadata-Version: 2.4
Name: 3tears-media-contracts
Version: 0.14.0
Summary: Dependency-free media capability contracts shared by 3tears providers and tools
Project-URL: Repository, https://github.com/pacepace/3tears
Author: pace
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries
Classifier: Typing :: Typed
Requires-Python: >=3.14
Description-Content-Type: text/markdown

# 3tears-media-contracts

Dependency-free media capability contracts shared between 3tears media
*providers* (`3tears-models`) and media *consumers* (`3tears-agent-tools`).

This package contains only pure interface types: `typing.Protocol`
classes and stdlib dataclasses. It has **zero dependencies** by design,
so a provider library can implement (or a consumer can accept) these
contracts without inheriting any feature package's dependency closure.

```python
from threetears.media.contracts import GeneratedImage, ImageGenerationBackend
```

The legacy import path `threetears.agent.tools.protocols` remains a
re-export shim for installed `3tears-agent-tools` consumers.
