Agent Client Protocol (ACP) integration for Deep Agents, enabling remote agent execution and monitoring via the ACP specification. Currently at version 0.0.6, pre-release stage with rapid iteration.
pip install deepagents-acpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: define an agent and execute it via ACP client.
Use client.run_stream(agent, input) to receive streaming events.
Ensure deepagents and deepagents-acp are installed from the same release (e.g., both 0.5.8+).
Use `from deepagents_acp import ACPServer` instead.