What Are Autonomous Agents?
Headless AI workers. No terminal, no pane -- just a brain with tools.
What you'll see
- Launch
rysh; explain every pane is shell + agent, but autonomous agents are headless. - Double-Escape into rysh mode (
##prompt). ##agent spawn code-reviewer "You review code for quality, correctness, and best practices."-- no PTY, its own AgenticActor.##agent listshows each agent and its status.@code-reviewer summarize what a good code review checks for-- prompt it with the@nameprefix; it runs with full tool access in the background.
Commands shown
rysh
##agent spawn code-reviewer 'You review code for quality, correctness, and best practices.'
##agent list
@code-reviewer summarize what a good code review checks for
Keys used
Transcript
0:00Headless AI workers. No terminal, no pane -- just a brain with tools.
0:03Launch rysh. Every pane is a shell plus an agent -- but autonomous agents live entirely in the background.
0:08Double-press Escape twice to reach rysh mode, where the double-hash system commands live.
0:14Spawn an agent with a name and a system prompt. It has no PTY and no terminal -- just its own AgenticActor running independently in the workspace.
0:24Check ##agent list to see every agent and its status. Created via ##agent spawn, prompted with @name, controlled with @@name.
0:32Talk to it with the at-sign prefix from any input mode. The agent runs the prompt with full tool access in the background.
0:44Autonomous agents: tireless workers you spawn, prompt, and command -- without ever opening a pane.
##agent spawn, prompted with @name, controlled with @@name.