Agent Communication Protocol
Search documents
Agent 原生通讯协议:从传递代码,到传递认知
歸藏的AI工具箱· 2026-02-11 10:53
Core Insights - The article discusses the emergence of AI Agents communicating through GitHub, transforming it into a communication protocol for Agents [3][4] - The author highlights the limitations of the existing Git system, particularly its inability to capture the reasoning behind code changes, which is crucial in the Agent era [8][9] - Entire, a new company founded by former GitHub CEO Thomas Dohmke, aims to build a developer platform on Git that addresses these limitations by adding semantic metadata to Git commits [5][10] Group 1: Observations on Agent Communication - AI Agents are increasingly interacting with each other through GitHub Issues and Pull Requests, creating a natural communication flow without explicit design [2][3] - The existing Git infrastructure is inherently suitable for Agent communication, as it provides a mature collaborative framework [4][6] Group 2: Entire's Innovations - Entire's first product, Checkpoint, enhances Git by adding a layer of semantic metadata that captures the reasoning behind code changes, thus addressing the "why" behind modifications [10][14] - Checkpoint records not only the code changes but also the original prompts, reasoning chains, and constraints, making the Agent's thought process transparent and traceable [11][14] Group 3: Paradigm Shift in Development - The traditional development process focuses on code correctness, while the new paradigm emphasizes reviewing the reasoning and decision-making processes of Agents [20][21] - Developers' roles are shifting from writing code to supervising and evaluating the cognitive processes of Agents, marking a significant change in responsibilities [20][33] Group 4: Future Implications - Entire's vision extends beyond a mere development tool; it aims to establish a new communication protocol for Agents, akin to how HTTP functions for human users [22][23] - The need for a structured communication system among Agents is critical, as the future of software development will increasingly rely on Agent collaboration [23][25] Group 5: Challenges and Solutions - While Checkpoint addresses the issue of retaining information, challenges remain regarding the efficient retrieval of relevant context from potentially vast amounts of data [29][31] - Entire plans to introduce a Context Graph for semantic reasoning and an AI-native development lifecycle to facilitate real-time coordination among Agents [31][32]
X @Avi Chawla
Avi Chawla· 2025-07-02 06:30
Agent Communication Protocol (ACP) Overview - ACP (Agent Communication Protocol) is introduced as a new open-source Agent protocol [1] - The protocol facilitates Agent discovery and coordination, irrespective of their underlying framework (e g CrewAI, LangChain) [1] - ACP utilizes a standardized, RESTful interface [1] Resource and Contact Information - Avi Chawla (@_avichawla) shares tutorials and insights on DS, ML, LLMs, and RAGs [1] - A link is provided for further details on how ACP works (https://t co/q6xFvQKYgw) [1]
X @Avi Chawla
Avi Chawla· 2025-07-02 06:30
Agent Communication Protocols - ACP (Agent Communication Protocol) is presented as a new open-source protocol for agent communication, offering a standardized RESTful interface [1] - The protocol facilitates agent discovery and coordination across different frameworks like CrewAI and LangChain [1] - An ACP Client can function as an intelligent router for requests to agents, similar to MCP Client [1] ACP vs A2A - ACP is designed for local-first, low-latency communication, while A2A is optimized for web-native, cross-vendor interoperability [3] - ACP utilizes a RESTful interface for easier integration, whereas A2A supports more flexible interactions [3] - ACP is suited for controlled, edge, or team-specific environments, while A2A excels in broader cloud-based collaboration [3] Development and Deployment - The industry is encouraged to build ACP-compliant agents using frameworks like CrewAI and Smolagents [3] - Agents can be chained in sequential and hierarchical workflows, managed by ACP clients [3] - Agents can be imported to a public registry for easy discovery [3] - DeeplearningAI offers a course on building and hosting agents on ACP servers [2]