←back to thread

Agent Client Protocol (ACP)

(agentclientprotocol.com)
270 points vinhnx | 1 comments | | HN request time: 0s | source
Show context
fijiaarone ◴[] No.45074708[source]
The protocol for interacting with code is files and text.

You need to define an interface for Ai to click buttons? Or to create keyboard macros that simulate clicking buttons? We are all doomed!

replies(2): >>45074794 #>>45076418 #
1. quotemstr ◴[] No.45076418[source]
There's a long history of REPL interaction protocols decoupling development environments from tools and making things nicer overall. This thing is an empty in the same tradition. (That said, I'm not convinced its author knew the tradition existed.)

It's like the Jupyter protocol, from which people do derive utility.