agentclientprotocol / agent-client-protocol
A protocol for connecting any editor to any agent
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing agentclientprotocol/agent-client-protocol in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewAgent 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. Integrations • Schema • Agents • Clients • Official Libraries • **Kotlin**: - Supports JVM, other targets are in progress, see samples • **Java**: - See examples • **Python**: - See examples • **Rust**: - See examples/agent.rs and examples/client.rs • **TypeScript**: - See examples/ • Community Libraries Contributing ACP is a protocol intended for broad adoption across the ecosystem; we follow a structured process to ensure changes are well-considered. Read the Contributing Guide for more information. Contribution Policy This project does not require a Contributor License Agreement (CLA). Instead, contributions are accepted under the following terms: > By contributing to this project, you agree that your contributions will be licensed under the Apache License, Version 2.0. You affirm that you have the legal right to submit your work, that you are not including code you do not have rights to, and that you understand contributions are made without requiring a Contributor License Agreement (CLA).