Metadata-Version: 2.4
Name: vystak-transport-http
Version: 0.3.0
Summary: HTTP transport for Vystak east-west A2A traffic
Requires-Python: >=3.11
Requires-Dist: fastapi>=0.115
Requires-Dist: httpx>=0.27
Requires-Dist: pydantic>=2.0
Requires-Dist: sse-starlette>=2.0
Requires-Dist: vystak
Description-Content-Type: text/markdown

# vystak-transport-http

HTTP implementation of the Vystak `Transport` ABC.

- `HttpTransport` — concrete Transport using httpx (client) and FastAPI (server's /a2a is already handled; serve() is a no-op).
- `HttpTransportPlugin` — `TransportPlugin` providing env-var contract and (empty) provisioning.
