Follow these steps to install, configure, and start using BeeAI. This guide will help you set up the environment, launch the web interface, and interact with BeeAI through the terminal.

1

Install BeeAI:

Install BeeAI using Homebrew (or see the installation guide for other methods):

brew install i-am-bee/beeai/beeai
brew services start beeai
2

Configure LLM provider:

beeai env setup
3

Launch the web interface:

beeai ui
4

Use from the terminal:

# List commands
beeai --help

# List all available agents
beeai list

# Run the chat agent
beeai run chat

# Compose agents
beeai compose sequential