A lot of AI agents these days speak the Agent Client Protocol (ACP) — it’s becoming a common interface for agent communication. But most of them don’t have a chat UI. Some, like Hermes or OpenClaw, support Lark (Feishu) as a channel, but the integration is often incomplete — streaming might not work well, tool call visibility is missing, or the card rendering is buggy.
acp2larkbot is a universal bridge: pipe any ACP-compatible agent through it, and you get a fully-featured Lark bot with streaming cards, tool call panels, and proper error display.
继续阅读