Hacker News new | ask | show | jobs
by keithwhor 427 days 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.
1 comments

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