Metadata-Version: 2.4
Name: ya-environment-relay
Version: 0.76.0
Summary: Provider-neutral relay protocol for YA agent environments
Project-URL: Repository, https://github.com/wh1isper/ya-mono
Author-email: wh1isper <jizhongsheng957@gmail.com>
Keywords: agent,environment,protocol,python,relay
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <3.14,>=3.11
Requires-Dist: pydantic>=2.0.0
Description-Content-Type: text/markdown

# ya-environment-relay

Provider-neutral relay protocol for YA agent environments.

`ya-environment-relay` defines how external execution capabilities are exposed to an agent runtime as Environment components.

Capability families:

- file operations
- shell execution
- custom tools
- resources
- artifacts
- computer use

The protocol string is `ya-environment-relay.v1`.

See [`spec/`](spec/) for the protocol documents.
