How do commands propagate between Telegram the gateway and nodes
Telegram messages are handled by the gateway. The gateway runs the agent and only then calls nodes over the Gateway WebSocket when a node tool is needed:
Telegram → Gateway → Agent → node.* → Node → Gateway → Telegram
Nodes don’t see inbound provider traffic; they only receive node RPC calls.