deepagents Ships ACP Out of the Box for Interface-Agnostic Agent Deployment

The deepagents open framework now includes native Agent Communication Protocol (ACP) support, available either as a standalone deepagents-acp server or via the deepagents-cli --acp flag. ACP allows any compatible client — CLI, TUI, GUI, or IDE extension — to drive the same agent harness without modification. Day-one integrations include toad (an agent-agnostic TUI with built-in deepagents support) and a new JetBrains IDE plugin co-authored with the JetBrains team.

Why It Matters

ACP decouples the agent harness from its interface layer, addressing the primary vendor lock-in concern for developers building on specific agent frameworks. The model and interface become user choices rather than framework constraints. Details via @masondrxy.