Skip to main content

Install Your First Agent

Now that you have used Dexto to build your own agent, let's explore some of the in-built agents that come with Dexto.

1. View Available Agents

First, start the Dexto Web UI:

dexto --mode web

Click on the Agent Selector button (with the sparkle icon) at the top of the page to see all available agents.

Agent sections

The dropdown organizes agents into sections:

  • Custom Agents – Your personally created agents (with trash icon to delete)
  • Installed – Built-in agents you've already installed
  • Available – Built-in agents ready to install (with download icon)

📚 See the full Agent Registry for detailed information about all available agents, their capabilities, and use cases.

2. Install an Available Agent

Scroll to the Available section and find an agent you want to try, like Music Agent.

Available agents

Click on the agent with the download icon. It will be installed automatically with your preferred LLM.

3. Switch to the Installed Agent

After installation, you need to open the Agent Selector again. The agent will now appear in the Installed section.

Installed agents

Click on Music Agent to switch to it.

4. Use Your Agent

You're now talking to the Music Agent! The Agent Selector button at the top shows which agent is currently active.

Music agent active

You can start chatting with the music agent immediately. Try asking it about music creation or audio processing.

Check out Music Agent Demo and Tutorial for a full tutorial of how to use this agent.

5. Delete Custom Agents

To delete a custom agent you created, open the Agent Selector dropdown and find it under Custom Agents. Click the trash icon next to it to delete.

note

Built-in agents (from the Installed or Available sections) cannot be deleted through the UI.

Congratulations!

You've just installed your first pre-built AI agent with Dexto!

You've learned how to:

  • ✅ View available agents using the Agent Selector dropdown
  • ✅ Understand the different agent sections (Custom, Installed, Available)
  • ✅ Install agents by clicking on them in the Available section
  • ✅ Switch between installed agents
  • ✅ Delete custom agents using the trash icon

You are now ready to explore other in-built agents like the podcast agent, triage agent, database agent, and more!

Next Steps: Explore adding more tools or building multi-agent systems.