Overview of the acp_sdk Python package
mainThe acp_sdk is the Python implementation of the Agent Communication Protocol (ACP). It provides the necessary tools to build and interact with agents using the protocol. The package is organized into several functional areas:
acp_sdk.client: Tools for implementing an ACP client to communicate with agents or servers.acp_sdk.server: Tools for implementing an ACP server to host agent capabilities.acp_sdk.models: Data models and schemas that define the structure of ACP messages and entities.acp_sdk.instrumentation: Utilities for monitoring, logging, or tracing ACP communications.acp_sdk.version: Package versioning information.