Metadata-Version: 2.4
Name: ya-agent-stream-protocol
Version: 1.19.1
Summary: Shared stream protocol adapters between ya-agent-sdk and applications
Project-URL: Repository, https://github.com/wh1isper/ya-mono
Author-email: wh1isper <jizhongsheng957@gmail.com>
Keywords: agent,agui,protocol,python,stream
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: ag-ui-protocol>=0.1.18
Requires-Dist: pydantic-ai<3,>=2.21.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: ya-agent-sdk==1.19.1
Description-Content-Type: text/markdown

# ya-agent-stream-protocol

Shared stream protocol adapters between `ya-agent-sdk` and applications.

The Python import package is `ya_agent_stream_protocol`.

The package owns the shared protocol boundary between `ya-agent-sdk` and applications:

- AGUI event adaptation
- compact replay buffers
- message artifact validation
- SSE framing helpers

YAACLI, YA Claw, and future applications configure their own event namespaces through
`AguiAdapterConfig` instead of embedding application-specific names in this package.
