Streamable HTTP transport for remote agents #46
Replies: 2 comments 2 replies
-
|
@parubets thanks for the input! We prioritized stdio at the moment because most clients are embedding terminal agents as a subprocess, but we would love to add HTTP support in the future. We worked hard to make sure we weren't doing anything in the protocol that would inhibit this move in the future. We just prioritized stdio for the initial release. |
Beta Was this translation helpful? Give feedback.
-
|
We do a bunch of work for the US federal government with sensitive data. We run our Claude Code and Gemini CLI agents in a devcontainer locally to help prevent unauthorized access to and leaking of this sensitive data by the agent because they do not run locally on our laptops. @benbrandt Curious if the current stdio protocol supports that use case or if we will need to wait for an HTTP based protocol. I've been running Claude Code in a terminal window in Zed so I'm guessing the answer is we will need HTTP based protocol? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Any chance we can have support for Streamable HTTP transport?
I would like to just enter the URL endpoint for my agent API backend and the api-key.
Would be super powerful addition to stdio transport.
Beta Was this translation helpful? Give feedback.
All reactions