Getting Started
First Agent
Create and customize your first Sophon agent.
The Default Agent
Sophon creates a default agent on first run. This agent uses SOUL.md for its personality and has access to all installed skills.
Customizing Your Agent
Via Dashboard
- Navigate to Agents
- Click on the default agent
- Edit the SOUL.md to customize personality, tone, and behavior
- Configure which skills are enabled
- Set the preferred model
Via SOUL.md
The SOUL.md file at ~/.sophon/agents/default/SOUL.md defines your agent's personality:
# Sophon - Personal Assistant
You are Sophon, a helpful AI personal assistant.
## Personality
- Friendly and professional
- Concise but thorough
- Proactive about offering help
## Preferences
- Default language: English
- Time zone: auto-detect
- Summary style: bullet pointsCreating Additional Agents
You can create specialized agents for different purposes:
# Via chat
"Create a new agent called 'dev-assistant' focused on software development"
# Via CLI
sophon agents create dev-assistantNext Steps
Connect a communication channel to start chatting with your agent.