メッセージの流れ
チャットチャネルから Gateway を経由してエージェントランタイムに届き、再びあなたのもとへ戻るまでのメッセージの流れを追います。
「メッセージの流れ」はCoddyKit上の無料OpenClaw Academyレッスンです。 これはレッスン4/4です。 下記で完全なレッスンを無料で読むことができます。その後、ブラウザ内の組み込みコードエディタと24時間対応の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 チューターと学ぶ Bash — 無料
ブラウザでリアルコードを書いて実行し、24/7 の AI チューターから瞬時にサポートを受け、ウェブまたはアプリで続きから学習できます。
- コース
- 10
- レッスン
- 40
よくある質問
「メッセージの流れ」レッスンは無料ですか?
はい。「メッセージの流れ」の完全なテキストはこのウェブで無料で読めます。インタラクティブに演習し(組み込みコードエディタと24時間対応のAIチューター)、OpenClaw Academyコースの残りをアンロックするには、CoddyKit PROにアップグレードしてください。 OpenClaw Academyコースには全4レッスンが含まれています。
「メッセージの流れ」で何を学びますか?
チャットチャネルから Gateway を経由してエージェントランタイムに届き、再びあなたのもとへ戻るまでのメッセージの流れを追います。 ブラウザで直接実行するハンズオンコードでOpenClaw Academyを演習し、24時間対応のAIチューターがレッスンを進める中での質問に答えます。
OpenClaw Academyを始めるのに経験は必要ですか?
事前経験は必要ありません。CoddyKitのOpenClaw Academyは初級者から上級者向けに構成されているため、ここから始めるか最初から始めて、自分のペースで進むことができます。 これはレッスン4/4です。
「メッセージの流れ」レッスンにはどのくらい時間がかかりますか?
ほとんどのCoddyKitレッスンは約5~10分かかります。各レッスンはコンパクトでインタラクティブなので、着実に進歩し、ウェブとアプリ全体で正確に前回の場所から再開できます。
このOpenClaw Academyレッスンでコードを書いて実行できますか?
はい。すべてのOpenClaw Academyレッスンに組み込みコードエディタが含まれているため、ブラウザでリアルコードを書いて実行し、即座のAIフィードバックを取得できます。ローカル設定は不要です。