@gik-ai/transport-http-sse
v0.1.1
Published
HTTP + Server-Sent Events transport for GIK projections.
Maintainers
Readme
@gik-ai/transport-http-sse
HTTP + Server-Sent Events transport for Generative Interaction Kernel projections. It carries the render/patch stream (or a tool projection) between an authoritative host and a remote renderer; it never decides capability policy.
npm install @gik-ai/transport-http-sseimport { SseTransportServer } from "@gik-ai/transport-http-sse/server";
import { GIKClient } from "@gik-ai/kernel";Subpath exports
| Import | Purpose |
|---|---|
| @gik-ai/transport-http-sse/server | Server-side SSE transport (SseTransportServer). |
| @gik-ai/transport-http-sse/client | Client-side connector. |
| @gik-ai/transport-http-sse/codec | Wire codec for GIK envelopes. |
Boundary
This package transports authorized messages and committed updates. It does not select tools, grant capabilities, own credentials, or execute application effects.
License
MIT
