agent-client-protocol-schema 0.6.2

A protocol for standardizing communication between code editors and AI coding agents
Documentation
<a href="https://agentclientprotocol.com/" >
  <img alt="Agent Client Protocol" src="https://zed.dev/img/acp/banner-dark.webp">
</a>

# 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).

Learn more at [agentclientprotocol.com](https://agentclientprotocol.com/).

## Integrations

- [Schema]./schema/schema.json
- [Agents]https://agentclientprotocol.com/overview/agents
- [Clients]https://agentclientprotocol.com/overview/clients
- Official Libraries
  - **Kotlin**: [`acp-kotlin`]https://github.com/agentclientprotocol/kotlin-sdk – supports JVM, other targets are in progress
  - **Rust**: [`agent-client-protocol`]https://crates.io/crates/agent-client-protocol - See [examples/agent.rs]https://github.com/agentclientprotocol/rust-sdk/blob/main/examples/agent.rs and [examples/client.rs]https://github.com/agentclientprotocol/rust-sdk/blob/main/examples/client.rs
  - **TypeScript**: [`@agentclientprotocol/sdk`]https://www.npmjs.com/package/@agentclientprotocol/sdk - See [examples/]https://github.com/agentclientprotocol/typescript-sdk/tree/main/src/examples
- [Community Libraries]https://agentclientprotocol.com/libraries/community

## 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](https://github.com/agentclientprotocol/agent-client-protocol/issues).

### Issues

- **Bug Reports**: If you notice a bug in the protocol, please file [an issue]https://github.com/agentclientprotocol/agent-client-protocol/issues/new?template=05_bug_report.yml and we will be in touch.
- **Protocol Suggestions**: If you'd like to propose additions or changes to the protocol, please start a [discussion]https://github.com/agentclientprotocol/agent-client-protocol/discussions/categories/protocol-suggestions 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.

### License

By contributing, you agree that your contributions will be licensed under the Apache 2.0 License.