HomeTutorials › Cross-Pane Coordination
Cross-Pane Coordination

Cross-Pane AI Workflows

#072 0:18 Part of the Rysh video series

Combine listening, inspection, and sending to solve problems across many panes at once.

Cross-Pane AI Workflows — 0:18 walkthrough

What you'll see

  1. Launch rysh and create a couple of panes -- e.g. a server pane and a coordinator pane.
  2. From the coordinator, the agent uses agents_list and pane_inspect to survey every pane's state.
  3. It identifies a failing pane and uses pane_send to apply a fix there; approve with y.
  4. One prompt drives a full multi-pane investigation and fix.

Commands shown

rysh
n
n
list every pane, then inspect each one and report their state
if any pane shows an error, send the command to fix it there
y

Keys used

EnterCtrl+pEscape

Transcript

0:00Combine listening, inspection, and sending to solve problems across many panes at once.

0:03Start rysh and create a couple of panes -- think of one as a server and one as a coordinator.

0:10From the coordinator pane, the agent lists every pane with agents_list to see what's running and where.

0:18Now it inspects a failing pane and uses pane_send to apply a fix there -- a full multi-pane workflow from one prompt.

0:32Listen, inspect, and send -- together they turn separate panes into one coordinated agentic team.

Key takeaway
Listening, inspection, and sending combine into coordinated multi-pane AI workflows from a single prompt.