Command
Description
Builds and pushes your agent to the sb0 platform registry. Must be run from youragent/ directory.
Usage
From youragent/ directory:
Expected Output
Requirements
Before pushing:- Authenticate with
sb0 login - Build your agent with
sb0 build - Test locally with
sb0 run --prompt "test"
Complete Workflow
What Gets Published
The platform deployment includes:- Your agent code and dependencies
- Python runtime and system packages
- sb0 runner for handling requests
- Configuration from
agent.config.yaml
Testing Your Deployed Agent
After pushing, test your agent with:Updating Your Agent
To update a deployed agent:- Make changes to your agent code
- Test locally:
sb0 run --prompt "test" - Rebuild:
sb0 build - Push updates:
sb0 push