JSON rpc

Building an ACP-Compatible Agent Live — Bennet Fenner, Zed

Building an ACP-Compatible Agent Live — Bennet Fenner, Zed

This session explores building an AI coding agent that integrates with the Agent Client Protocol (ACP), Zed's open-source JSON RPC-based standard for agent-client communication. It covers essential architectural elements, including protocol design, session lifecycle management, real-time streaming of model output via session updates, and sophisticated handling of tool calls, such as proxied file system operations and self-modifying code for new capabilities like a terminal tool.

A2A vs MCP: AI Agent Communication Explained

A2A vs MCP: AI Agent Communication Explained

Discover how A2A (Agent2Agent) and MCP (Model Context Protocol) solve critical challenges in AI agent ecosystems. A2A enables seamless communication and collaboration between diverse AI agents, while MCP standardizes an agent's access to external tools and data, fostering robust and interoperable AI workflows.