Import Agents
Learn how to import new agents to BeeAI
BeeAI provides multiple ways to work with agents in your local environment. This guide explains how to add and manage agents effectively.
Adding Agents
Auto-Discovery for Local Development
When developing ACP-compliant agents locally, BeeAI automatically discovers them without manual setup:
Auto-discovered agents appear in both the CLI and web UI automatically. No manual import needed!
From GitHub Repositories
Import agents directly from GitHub repositories that contain proper Dockerfiles. Try this ready-to-go starter project:
More import options:
Requirements for GitHub import:
- Repository must contain a
Dockerfile
in the root or specified path - Agent must follow ACP protocol standards
- Repository must be publicly accessible
From Docker Images
Add agents from pre-built Docker images:
From Local Filesystem
Add local agents:
This will build the agent and add it to your agent list.
If the command above is failing, or you only need to build the agent image, you can run the steps separately:
After a successful build you’ll get a message like
✅ Successfully built agent: beeai.local/path-to-my-agent-db09b8:latest
, you can add this image to the platform
by beeai add beeai.local/path-to-my-agent-db09b8:latest
Removing Agents
When you no longer need an agent:
Checking Agent Status
You can check the status of your agents at any time: