0Pricing
OpenClaw Academy · Lezione

Come fluiscono i messaggi

Segua un messaggio dal canale di chat, attraverso il Gateway, fino al runtime dell'agente e di nuovo a Lei.

Come fluiscono i messaggi è una lezione OpenClaw Academy gratuita su CoddyKit. Questa è la lezione 4 di 4. Puoi leggere la lezione completa qui gratuitamente — poi esercitati direttamente nel browser con un editor di codice integrato e un tutor IA disponibile 24/7. Fa parte del percorso di apprendimento OpenClaw Academy, e i tuoi progressi si sincronizzano tra il web e l'app CoddyKit. Il corso OpenClaw Academy include 4 lezioni in totale.

Parti di questa lezione non sono ancora state tradotte e vengono mostrate in inglese.

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. 🎉

Domande Frequenti

La lezione «Come fluiscono i messaggi» è gratuita?

Sì — il testo completo di «Come fluiscono i messaggi» è gratuito qui sul web. Per esercitarvi in modo interattivo (un editor di codice integrato e un tutor IA 24/7) e sbloccare il resto del corso OpenClaw Academy, passa a CoddyKit PRO. Il corso OpenClaw Academy include 4 lezioni in totale.

Cosa imparerò in «Come fluiscono i messaggi»?

Segua un messaggio dal canale di chat, attraverso il Gateway, fino al runtime dell'agente e di nuovo a Lei. Eserciti OpenClaw Academy con codice pratico che esegui direttamente nel browser, e un tutor IA 24/7 risponde alle tue domande mentre lavori sulla lezione.

Ho bisogno di esperienza per iniziare OpenClaw Academy?

Non è richiesta alcuna esperienza precedente. OpenClaw Academy su CoddyKit è strutturato per principianti e studenti avanzati, quindi puoi iniziare da qui o dall'inizio e procedere al tuo ritmo. Questa è la lezione 4 di 4.

Quanto tempo richiede la lezione «Come fluiscono i messaggi»?

La maggior parte delle lezioni CoddyKit richiede circa 5–10 minuti. Ogni lezione è breve e interattiva, quindi fai progressi costanti e riprendi esattamente da dove hai lasciato su web e app.

Posso scrivere ed eseguire codice in questa lezione OpenClaw Academy?

Sì. Ogni lezione OpenClaw Academy include un editor di codice integrato, quindi scrivi ed esegui codice reale direttamente nel tuo browser e ricevi feedback istantaneo dall'IA — nessuna configurazione locale necessaria.

Tutte le lezioni di questo corso

  1. Il Gateway come unica fonte di verità
  2. Il daemon locale persistente
  3. Esplorare la dashboard
  4. Come fluiscono i messaggi
← Torna a OpenClaw Academy