消息如何流转
跟踪消息如何从聊天频道经过网关到达代理运行时,再返回给您
消息如何流转 是 CoddyKit 上的免费 OpenClaw Academy 课时。 这是第 4 节课,共 4 节。 你可以在下方免费阅读本课时的完整内容 — 然后在浏览器中使用内置代码编辑器和全天候 AI 导师进行实践。 这是 OpenClaw Academy 学习路径的一部分,你的进度在网页和 CoddyKit 应用中同步。 OpenClaw Academy 课程共包含 4 节课。
本课时的部分内容尚未翻译,以英文显示。
Following a Message
Let us trace one message end to end, from your chat app to OpenClaw and back. Seeing the flow makes it all click. 🔁
Step One: You Send
It starts when you type in a channel, a connected chat app like WhatsApp or Telegram, and hit send.
Step Two: The Bridge
That channel is bridged into the Gateway. Your message crosses the bridge from the chat app into OpenClaw.
Step Three: The Gateway
The message lands at the Gateway, the central hub that knows about every session, route, and channel.
Step Four: Routing
The Gateway does its job of routing, deciding which agent and which session this particular message belongs to.
Per-Sender Sessions
Routing uses your session. Each sender has their own isolated session, so your context never mixes with someone else's.
Step Five: The Agent
The Gateway hands the message to the agent runtime, the part that actually thinks and decides how to respond.
Memory and Skills Help
The agent draws on persistent memory and any skills it has, so its reply fits the ongoing conversation.
Step Six: The Reply Returns
The agent's answer flows back through the Gateway, which sends it out over the same channel you used.
Step Seven: You Receive
The reply arrives right in your chat app. To you it feels like texting a friend, with the Gateway quietly in the middle.
The Gateway in the Middle
Every step touches the Gateway. It is the constant hub between your channels and the agent, in both directions.
Quick Check
Let us check the path a message takes.
Recap
A message flows from your channel through the Gateway to the agent, then back again. The Gateway is the hub at every step. 🎉
常见问题解答
「消息如何流转」课时是免费的吗?
是的 — 「消息如何流转」的完整文本可在网页上免费阅读。要进行交互式练习(内置代码编辑器和全天候 AI 导师)并解锁 OpenClaw Academy 课程的其余内容,请升级到 CoddyKit PRO。 OpenClaw Academy 课程共包含 4 节课。
「消息如何流转」这节课中我会学到什么?
跟踪消息如何从聊天频道经过网关到达代理运行时,再返回给您 你通过在浏览器中直接运行的动手代码来练习 OpenClaw Academy,全天候 AI 导师会在你学习这节课的过程中回答你的问题。
学习 OpenClaw Academy 需要有经验吗?
无需任何先前经验。CoddyKit 上的 OpenClaw Academy 课程适合初学者到高级学习者,你可以从这里开始或从头开始,按照自己的节奏学习。 这是第 4 节课,共 4 节。
「消息如何流转」课时需要多长时间?
大多数 CoddyKit 课程大约需要 5–10 分钟。每节课都很精短且互动,所以你能稳步进步,并在网页和应用中从离开的地方继续。
我能在这节 OpenClaw Academy 课中编写并运行代码吗?
能。每节 OpenClaw Academy 课都包含内置代码编辑器,你可以在浏览器中直接编写并运行真实代码,并获得即时 AI 反馈 — 无需本地设置。