Deploy agent locally or to remote server (remote coming soon)
deploy
command handles agent deployment workflows. Currently supports local deployment, with remote cloud deployment coming soon.
serve
command.Option | Description | Default |
---|---|---|
--folder | Folder containing agent files | Current directory |
--local , -l | Deploy locally (redirects to serve) | false |
--id | Agent ID (for remote start only) | None |
--framework | Framework type (auto-detected if not specified) | Auto-detect |
--config | JSON configuration for deployment | None |
serve
command directly:
--local
option internally calls the serve
command with automatic:
Authentication Setup
Agent Upload
Remote Start
Full Deployment
runagent serve
for local deployment:
Validation
runagent.config.json
Database Registration
Server Start
Ready for Use
runagent.config.json
:
Local Deployment Issues
Configuration Errors
Port Conflicts
runagent serve
for local developmentrunagent db-status --capacity
regularlyrunagent delete
runagent.config.json
in version control.env
files properlyrunagent serve
- Local development server (recommended)runagent upload
- Upload agent to remote (coming soon)runagent start
- Start remote agent (coming soon)runagent db-status
- Check local databaserunagent run
- Execute agents