The Setup Wizard
After installation, the setup wizard walks you through:Restart Onboarding
If you need to re-run onboarding (broken install, changed config, fresh start), you can force it to show again.Quick Reset (Terminal)
This resets the two UserDefaults keys that Argent.app uses to decide whether to show onboarding, then relaunches the app. The onboarding wizard will appear on next launch.
How It Works
Argent.app determines onboarding state from UserDefaults — not by checking whether Postgres, Redis, or the gateway are installed. Two keys control it:| Key | Type | Description |
|---|---|---|
argent.onboardingVersion | Int | Version of onboarding the user completed |
argent.onboardingSeen | Bool | Whether onboarding was completed at all |
onboardingSeen is false.
When to Restart
- After a fresh install that failed partway through
- After changing your Anthropic auth or switching accounts
- After a major version upgrade that changes onboarding steps
- If the gateway was reconfigured and the app needs to reconnect
Agent Identity
Your agent’s identity is defined in theIDENTITY template at ~/.argentos/agents/main/agent/IDENTITY.md. This shapes how the agent communicates across all channels.
Workspace
The agent workspace (default:~/argent/) is where your agent stores files, runs code, and manages its working state. This includes:
DASHBOARD.md— Instructions for the dashboard protocol- Downloaded files and generated content
- Task artifacts and reports
