←back to thread

Agent Client Protocol (ACP)

(agentclientprotocol.com)
270 points vinhnx | 1 comments | | HN request time: 0.344s | source
Show context
awestroke ◴[] No.45075284[source]
Claude, come up with a protocol for communicating between AI agents and IDEs/editors. Create node, python and rust libraries. Create a website with a landing page
replies(4): >>45076348 #>>45077095 #>>45077216 #>>45077607 #
bsimpson ◴[] No.45077095[source]
Honestly, I'm tempted to see if Gemini can write a Sublime Text plugin that implements this protocol.

Feels like a lot of mindshare has shifted towards VSCode, so that's where the tooling investment goes. I don't want to be forced off of subl because new tools stop supporting it - it's a great editor, and it's not sponsored by a massive company.

replies(3): >>45077370 #>>45077501 #>>45080803 #
1. kgthegreat ◴[] No.45077370[source]
Shouldn’t be too hard. I wrote this emacs plugin to do similar things but without this protocol - https://github.com/kgthegreat/protagentic . Heavily used AI assisted coding for it.