Bee Worker
The runtime container for executing agents reliably across local, cloud, and self-hosted environments.
Install in seconds
brew install beesystem/tap/bee-workerRequires no external dependencies. Self-contained runtime binary.
Runtime Isolation
Each agent runs in its own isolated execution context. No shared state, no cross-contamination between agent runs.
Tool Execution
Bee Worker handles tool invocations with structured input/output contracts and deterministic error handling.
Local Development
Run agents locally during development with the same runtime that executes in production. No environment drift.
Observability Hooks
Built-in hooks for logging, tracing, and metrics. Integrate with your existing observability stack via structured events.
Containerized Deployment
Deploy as a Docker container or on Kubernetes. Works with any container orchestration platform.
Bee Hive Integration
Bee Worker natively integrates with Bee Hive for distributed coordination and agent pool management.
Run your first agent
# Initialize a new agent project
bee init my-agent
# Start the Bee Worker runtime
bee worker start
# Run your agent locally
bee agent run --spec ./my-agent/agent.yaml
# Deploy to production
bee deploy --env productionDownload Bee Worker
Available for macOS, Linux, Windows, and Docker.