Axon FleetSee what your agents are actually doing. Axon Fleet puts the local Axon runtime in your editor: every agent you have, every process running right now, every conversation on disk — and a debugger that shows you exactly what the model was sent and what it did with it.
Three drawers: source, live, historyEverything is one click. No nesting, no folders to expand first. Agents — every agent project on your machine, with its version and whether it is running. Start a dev server from the row.
Instances — every agent process alive right now, with uptime. Subagents nest under the instance that spawned them, because that is real containment — nothing else nests. Sessions — every conversation on disk, searchable by name, agent or id. Name a
session in the terminal with
A finished session opens exactly like a live instance — same panes, same tabs. That is the point: debugging a run that ended is the same act as watching one that has not. The debuggerSelecting anything opens the Axon Console with six views over that run. Events — the full structured log: every module setup, every capsule attach, every
tool call and its result, timestamped and filterable. This is the session's
Trace — the same run laid against time as a flame graph. Where the seconds went, which kernel run owned them, and what nested inside what.
Engine — what was actually sent to the model. Not a summary: the assembled prompt, split into Meta, Scope, System, Contract and Timeline, with the raw completion beneath it.
When an agent does something you did not expect, the answer is usually not in what it said — it is in what it was given. This is the pane that shows you. Logs, I/O and Capsule cover process output, the sensory timeline, and what ran inside the sandbox. RegistryBrowse and install agents, modules, cognets and extensions from the Axon registry without leaving the editor.
Works with the terminalFleet is the editor half of Axon, not a replacement for it. The Axon TUI can drive this
window — It goes the other way too: Open in TUI on any instance jumps your terminal to that conversation. |






