tally agent
Manage the per-agent seat homes (<tally_home>/agents/<name>/).
rm permanently deletes a seat’s identity + encrypted log; it is confirm-gated (type the name, or --yes) and refuses the base seat.
tally agent <COMMAND>Examples
Section titled “Examples”# names + last-activity + connectedtally agent list
# move the seat hometally agent rename vision v2
# delete a seat: confirm-gatedtally agent rm visiontally agent list
Section titled “tally agent list”List the per-agent seats with last-activity + connection status
tally agent list [OPTIONS]--json- Emit JSON instead of the human table
tally agent rm
Section titled “tally agent rm”Remove a seat’s home (identity + log). Confirm-gated; refuses default
tally agent rm [OPTIONS] <NAME><NAME>- The agent (seat) to remove
--yes- Skip the interactive confirm (for scripts)
tally agent rename
Section titled “tally agent rename”Rename a seat (move its home dir). Refuses default; rejects an existing target
tally agent rename <OLD> <NEW>