agent-client-protocol

Crates.ioagent-client-protocol
lib.rsagent-client-protocol
version0.4.3
created_at2025-07-24 16:21:02.393663+00
updated_at2025-09-25 09:56:39.273579+00
descriptionA protocol for standardizing communication between code editors and AI coding agents
homepagehttps://github.com/zed-industries/agent-client-protocol
repositoryhttps://github.com/zed-industries/agent-client-protocol
max_upload_size
id1766254
size290,834
Ben Brandt (benbrandt)

documentation

https://docs.rs/agent-client-protocol

README

Agent Client Protocol

Agent Client Protocol

The Agent Client Protocol (ACP) standardizes communication between code editors (interactive programs for viewing and editing source code) and coding agents (programs that use generative AI to autonomously modify code).

The protocol is still under heavy development, and we aim to mature it as we get confidence in the design by implementing it in various settings.

Learn more at agentclientprotocol.com.

Integrations

Editors

Agents

Libraries and Schema

Contributing

ACP is a protocol intended for broad adoption across the ecosystem; we follow a structured process to ensure changes are well-considered.

Pull Requests

Pull requests should intend to close an existing issue.

Issues

  • Bug Reports: If you notice a bug in the protocol, please file an issue and we will be in touch.
  • Protocol Suggestions: If you'd like to propose additions or changes to the protocol, please start a discussion first. We want to make sure proposed suggestions align well with the project. If accepted, we can have a conversation around the implementation of these changes. Once that is complete, we will create an issue for pull requests to target.
Commit count: 440

cargo fmt