Bring Your Own Agent to Zed – Featuring Gemini CLI
1–10 of 53 posts
Re: Bring Your Own Agent to Zed – Featuring Gemini CLI
#2https://github.com/zed-industries/agent-client-protocol
not to be confused with the other ACP from IBM, Agent Communication Protocol... Which is about "communication between agents, humans, and applications".
https://github.com/i-am-bee/ACP
Which is now part of A2A
https://github.com/a2aproject/A2A
I'm curious if there was an attempt to extend this to add first class support for interaction with IDEs rather than creating a new protocol.
Re: Bring Your Own Agent to Zed – Featuring Gemini CLI
#3Re: Bring Your Own Agent to Zed – Featuring Gemini CLI
#4Re: Bring Your Own Agent to Zed – Featuring Gemini CLI
#5When I heared that Zed is VC backed, it was a signal to move away from it. Emacs, NeoVim will be here in fifty years from now. VC backed companies don’t have a guarantee. VCs except too much, and pressure founders to pivot if they don’t seem to fulfill the promise for 20x return. See what happened to Evernote. Or SoundCloud.
Re: Bring Your Own Agent to Zed – Featuring Gemini CLI
#6When I heared that Zed is VC backed, it was a signal to move away from it. Emacs, NeoVim will be here in fifty years from now. VC backed companies don’t have a guarantee. VCs except too much, and pressure founders to pivot if they don’t seem to fulfill the promise for 20x return. See what happened to Evernote. Or SoundCloud.
That doesn't guarantee it will have paid contributors indefinitely, but the same is true of the other editors you listed. It does, however, guarantee that if Zed (the company) were to disappear, community members would be free to continue using the Zed editor (and developing it) in perpetuity!
Re: Bring Your Own Agent to Zed – Featuring Gemini CLI
#7When I heared that Zed is VC backed, it was a signal to move away from it. Emacs, NeoVim will be here in fifty years from now. VC backed companies don’t have a guarantee. VCs except too much, and pressure founders to pivot if they don’t seem to fulfill the promise for 20x return. See what happened to Evernote. Or SoundCloud.
Re: Bring Your Own Agent to Zed – Featuring Gemini CLI
#8When I heared that Zed is VC backed, it was a signal to move away from it. Emacs, NeoVim will be here in fifty years from now. VC backed companies don’t have a guarantee. VCs except too much, and pressure founders to pivot if they don’t seem to fulfill the promise for 20x return. See what happened to Evernote. Or SoundCloud.
Re: Bring Your Own Agent to Zed – Featuring Gemini CLI
#9So this ACP is Agent Client Protocol https://github.com/zed-industries/agent-client-protocol not to be confused with the other ACP from IBM, Agent Communication Protocol... Which is about "communication between agents, humans, and applications". https://github.com/i-am-bee/ACP Which is now part of A2A https://github.com/a2aproject/A2A I'm curious if there was an attempt to extend this to add first class support for i…
Implemented by langchain, https://github.com/langchain-ai/agent-protocol
Threads for ongoing work, runs for stateless one-shots, long term memory. And a discovery system. No affiliation, just fun to see what folks have in their APIs.