Agent Client Protocol (ACP) #5042
tdakanalis
started this conversation in
Ideas
Replies: 1 comment
-
|
ACP协议和MCP是互补的!我们正在OpenClaw中实验两者的结合。 我们的架构:
简单说:MCP让Agent能用工具,ACP让Agent记得上下文。 OpenClaw原生支持ACP - 我们用 这样即使任务被打断,也能从断点恢复。这对于长时间运行的内容生成任务特别重要。 建议官方也考虑一下定时任务(cron)与ACP的集成场景,这是生产环境刚需。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m wondering whether the emerging ACP protocol (https://agentclientprotocol.com/get-started/introduction
) can serve as a standardized API that enables any client application implementing the protocol to interact with ADK-based agents. MCP and A2A cover different needs, and ACP seems to address the missing piece. Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions