Most AI agent platforms hide the running process behind a web UI or a daemon you cannot inspect. When something goes wrong, you are left reading logs after the fact with no way to see what the agent is doing right now. Running each agent as a plain tmux session flips that around: every agent is a durable, attachable terminal you can look inside at any moment.
Fleet runs every Claude Code agent as its own tmux session. There is no agent supervisor process to babysit and no container runtime — just tmux, which has kept terminal sessions alive across disconnects for two decades. This guide shows how Fleet names sessions, how to attach to a live agent and read its output, and what actually happens when an agent crashes.