Run Agents
Learn how to run agents
GUI
The graphical user interface (GUI) provides an intuitive way to launch and manage agents.
Launch the web interface
Launch the agent
- Navigate to the Agents tab.
- Select you desired agent.
- Click the Launch this agent button.
CLI
You can launch and interact with agents directly from your terminal using the command-line interface (CLI).
Basic syntax:
beeai list
.Interactive interface
Agents that implement a standardized interface support interactive mode.
Example usage:
Simplified interface
Chat and hands-off agents support simplified invocation, accepting text part of an input as the first parameter:
Complex inputs
For agents that require complex inputs or configurations, use JSON-formatted input:
ACP SDK
The ACP (Agent Communication Protocol) SDK lets you programmatically interact with agents.
Install it using:
Example of how to run an agent using ACP SDK:
BeeAI framework
The BeeAI Framework provides advanced tools to build and manage agent-based applications.
Install it via:
Example usage:
For more advanced examples, including partial updates and error logging, refer to the BeeAI Framework repository.