prlt agent

Manage your agent pool — register staff agents, configure naming themes, check status, and clean up after work is done.

Subcommands

CommandDescription
agent listList all agents and their current status
agent staffManage staff (persistent) agents
agent statusShow detailed agent status
agent visitOpen an agent's working directory
agent removeRemove an agent from the HQ
agent cleanupClean up agent worktrees and temporary files
agent shellOpen a shell in an agent's environment
agent restartRestart an agent
agent rebuildRebuild an agent's environment
agent discoverDiscover agents on disk that aren't registered
agent themesManage agent naming themes
agent loginLogin for an agent
agent authSet up agent authentication

agent list

$ prlt agent list

  bezos    staff       idle
  musk     staff       working    TKT-003
  gates    ephemeral   working    TKT-007

# Filter by type
$ prlt agent list --type staff
$ prlt agent list --type temp

agent staff

Staff agents are persistent, named agents that stay registered in your HQ across sessions.

# Add a staff agent
$ prlt agent staff add bezos

# List staff agents
$ prlt agent staff list

# Remove a staff agent
$ prlt agent staff remove bezos

agent cleanup

# Clean up a specific agent
$ prlt agent cleanup bezos

# Clean up all temporary agents
$ prlt agent cleanup --temp

Note

Cleanup removes git worktrees, temporary branches, and session artifacts. Staff agents remain registered but their workspace is reset.

agent themes

Naming themes provide memorable names for auto-assigned agents.

# Create a custom theme
$ prlt agent themes create my-theme --names "alpha,bravo,charlie,delta"

# List available themes
$ prlt agent themes list

# Set the active theme
$ prlt agent themes set my-theme
Built-in ThemeExample Names
billionairesbezos, musk, zuck, gates, cook, nadella
toyotassupra, camry, tacoma, prius, corolla, tundra
companiesstripe, figma, vercel, linear, notion, discord