top | item 43682402

(no title)

keithwhor | 10 months ago

I mean you don’t need gRPC. You can just treat all tool calls as SSEs themselves and you have streaming. HTTP is pretty robust.

discuss

order

pgt|10 months ago

HTTP Server-Sent Events (SSE) does not natively support batched streaming with explicit completion notifications in its core specification.