Registering a second agent
Each agent is initialized in its own project directory. Navigate to the second project and runremoteagent init:
The number of agents you can register depends on your plan. Trial and Solo
allow up to 3 projects. Pro and Team allow unlimited projects. See
Pricing for details.
Starting a specific agent
Each agent process runs independently on your machine. Navigate to the project directory and start it:remoteagent init.
How the bot routes commands
When you send a message to the bot, routing works as follows:- One agent online — the command is sent directly to that agent, no selection needed.
-
Multiple agents online — the bot asks you which project to target:
Reply with the number to select a project. The bot remembers your last selection within a session, so you do not need to re-select for every message until you explicitly switch.
-
All agents offline — the bot notifies you that no agents are reachable and suggests running
remoteagent start.
Switching the active project
To switch which project receives your commands, send:Listing your agents
Send/agents to the bot to see all registered agents and their current status:
Managing agents from the dashboard
The dashboard shows all registered agents with their status, last seen time, and session history. You can delete an agent from the dashboard if you no longer need it. Deleting an agent from the dashboard does not remove the local config files on your machine. To fully remove an agent:- Delete it from the dashboard
- Remove the config file:
rm ~/.remoteagent/agents/{agentId}.json