Skip to main content

agent_client_protocol/
cookbook.rs

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