Skip to content

Mobile Agents

The Agents tab provides full access to your configured agents — browse the agent list, view configuration details, and select which agent to use in chat.

The Agents tab displays all agents registered with your daemon:

FieldDescription
NameAgent display name
ArchetypeAgent category (assistant, researcher, coder, etc.)
ModelThe LLM model powering the agent
StatusActive or inactive
DescriptionWhat the agent specializes in

Tap an agent to view its full configuration.

The agent detail screen shows:

  • System prompt — the agent’s personality and instructions
  • Model — which Claude model (or other provider) is configured
  • Tools — list of tools the agent has access to
  • Memory settings — whether the agent uses episodic memory, knowledge graph, etc.
  • Permission tier — the agent’s permission level

There are two ways to select an agent:

  1. From the Agents tab: Tap an agent, then tap Start Chat — opens a new conversation with that agent
  2. From the Chat screen: Tap the agent name at the top of the conversation to open the agent selector

Agent configuration includes:

SettingDescription
NameDisplay name
ArchetypeBehavioral category
ModelLLM model ID
System promptCustom instructions
TemperatureResponse randomness (0–1)
Max tokensMaximum response length
ToolsEnabled tool list
MemoryMemory mode (episodic, semantic, none)

Agents are organized by archetype, displayed as colored badges:

ArchetypeColorTypical use
AssistantCyanGeneral-purpose help
ResearcherPurpleInformation gathering and analysis
CoderGreenCode generation and review
WriterOrangeContent creation
AnalystBlueData analysis
CustomGrayUser-defined