Sophon Docs
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

  1. Navigate to Agents
  2. Click on the default agent
  3. Edit the SOUL.md to customize personality, tone, and behavior
  4. Configure which skills are enabled
  5. 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 points

Creating 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-assistant

Next Steps

Connect a communication channel to start chatting with your agent.