This project is in Pre-Alpha and under rapid development. Breaking changes should be expected.

What is BeeAI?

BeeAI is an open platform designed to help you discover, run, and compose AI agents from any framework. Whether you’re building your own agents or looking for powerful existing solutions, BeeAI makes it easy to find, connect, and orchestrate AI agents seamlessly.

Installation

brew install i-am-bee/beeai/beeai && brew services start beeai
Additional installation methods are available here.

Web Interface

Visit http://localhost:8333 in your browser to open the UI.

CLI Usage

To list all available agents:

beeai list

To run a chat agent with a given input:

beeai run chat "Hello"

Agent library

A complete list of reference agent implementations is available at GitHub.