Getting Started
Launch the web interface:What You’ll See
Agent Types
- Chat Agents: Conversational interfaces
- Task Agents: Single-purpose tools for specific jobs
What’s Hidden
The web interface only shows agents with proper user interfaces. Agents without UIs are hidden from the GUI but remain available through the command line. Why? This keeps the interface clean for business users while developers can still access everything via CLI during development.Using the Interface
- Browse Agents: View available agents
- Select an Agent: Click to open its interface
- Provide Input: Interact with agents
- Get Results: View outputs and download files as needed
Q&A
Q: Why don’t I see all the agents frombeeai list
?A: The web interface only shows agents designed for end users. Developers can access all agents via CLI. Q: How do I add an agent to the web interface?
A: Agents need UI metadata to appear. See the Build Agents guide for developers.