Agents
Creating Agents
Learn how to build AI agents through conversation.
Conversational Agent Builder
xCloud uses a unique approach to agent creation — you build agents by talking to them. The Main Agent acts as a meta-agent that helps you construct other agents.
Create a New Agent
- Click + New Agent in the sidebar
- Give it a name and emoji
- Start describing what you want it to do
I need an agent that monitors my GitHub repos for new issues
and automatically triages them based on labels and content.The agent will:
- Define its own identity and personality
- Select appropriate tools and skills
- Configure its memory structure
- Set up triggers and connections
Agent Components
Every agent in xCloud has these components:
| Component | Description |
|---|---|
| Identity | Name, emoji, role description |
| Soul | Behavioral traits and personality |
| Model | Which LLM provider and model to use |
| Memory | Persistent context files |
| Skills | Installed capabilities (cron, HTTP, exec) |
| Channels | Connected messaging platforms |
Pinning Agents
Right-click an agent in the sidebar and select Pin to keep it at the top of your list.
Agent Sessions
Each agent maintains its own conversation history. Click the clock icon in the chat header to view and switch between sessions.