Prerequisite
Docker Setup
Most import methods require Docker to be running:- macOS: Install Docker Desktop or Rancher Desktop
- Linux: Install Docker Engine and QEMU
- Windows: Install Docker Desktop
Quick Start
Just want to get started? Try importing a ready-made agent:How It Works
BeeAI discovers and runs agents automatically by using BeeAI SDK. When you add an agent:- Auto-discovery: Agents running locally are automatically detected
- Containerization: Remote agents are built into Docker containers
- Registration: All agents appear in both CLI and web interface
Adding Agents
Local Development (Recommended for Development)
When you build agents locally using the BeeAI SDK, BeeAI automatically discovers them:- Instant feedback during development
- No build process needed
- Changes reflected immediately
- Agent must be implement using BeeAI SDK
- Must be running on accessible port
From GitHub Repositories
Import agents directly from public GitHub repositories:- Repository must contain a Dockerfile
- Agent must be implemented using BeeAI SDK
- Repository must be publicly accessible
- Docker must be running locally
From Local Filesystem
Build and add agents from your local machine:- Directory must contain a Dockerfile
- Docker must be running locally