Cross-Pane AI Workflows
Combine listening, inspection, and sending to solve problems across many panes at once.
What you'll see
- Launch
ryshand create a couple of panes -- e.g. a server pane and a coordinator pane. - From the coordinator, the agent uses
agents_listandpane_inspectto survey every pane's state. - It identifies a failing pane and uses
pane_sendto apply a fix there; approve withy. - 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.