-
Notifications
You must be signed in to change notification settings - Fork 71
-
Agent Client Protocol (ACP) is an open protocol that is being widely adopted and promoted by the industry, aiming for standardization. By supporting ACP, OpenClaw has also achieved unified scheduling of ACP agents.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 1 reply
-
I’ll look into adding it
Beta Was this translation helpful? Give feedback.
All reactions
-
The Agent Client Protocol (ACP) standardizes communication between code editors/IDEs and AI coding agents, similar to how the Language Server Protocol (LSP) standardized language server integration. It was created by Zed Industries and is co-developed with JetBrains. ACP decouples agents from editors, solving the ×ばつN integration problem where every new agent-editor combination previously required custom work. The protocol supports both local agents (JSON-RPC over stdio) and remote agents (HTTP/WebSocket) are being implemented to align on a standard. aaif/project-proposals#1
Beta Was this translation helpful? Give feedback.