 
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.
- Schema
- Agents
- Clients
- Official Libraries
- Kotlin: acp-kotlin– supports JVM, other targets are in progress
- Rust: agent-client-protocol- See examples/agent.rs and examples/client.rs
- TypeScript: @agentclientprotocol/sdk- See examples/
 
- Kotlin: 
- Community Libraries