agent-client-protocol 0.11.0

Core protocol types and traits for the Agent Client Protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Cookbook of common patterns for building ACP components.
//!
//! This module has moved to the [`agent_client_protocol_cookbook`] crate, which provides
//! more comprehensive examples with full access to the entire agent-client-protocol ecosystem.
//!
//! See [`agent_client_protocol_cookbook`] for:
//!
//! - **Clients** - Connect to an existing agent and send prompts
//! - **Proxies** - Sit between client and agent to add capabilities (like MCP tools)
//! - **Agents** - Respond to prompts with AI-powered responses
//!
//! [`agent_client_protocol_cookbook`]: https://docs.rs/agent-client-protocol-cookbook