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.
- Install the agent by clicking on the cloud icon next to the agent name.
- Click the Launch this agent button.
CLI
You can launch and interact with agents directly from your terminal using the command-line interface (CLI).
Make sure the agent is installed and then you can run it using run
command.
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:
ACP SDK
All agents available on the platform are ACP-compliant out of the box, enabling you to remotely interact with them through the ACP SDK.
The BeeAI platform is an ACP server that allows you to easily discover and run agents programmatically via the SDK or REST endpoints.
Install the SDK via
Example usage:
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.