start
Start the CowAgent service. Runs as a background daemon by default and automatically tails logs.stop
Stop the running CowAgent service.restart
Restart the CowAgent service (stop then start).update
Update code and restart the service. Automatically performs:- Pull latest code (
git pull) - Stop current service
- Update Python dependencies
- Reinstall CLI
- Start service
status
Check CowAgent service status, including process info, version, and current model/channel configuration.logs
View service logs.
Examples:
install-browser
Install Playwright and Chromium browser for the browser tool.run.sh Compatibility
If Cow CLI is not installed, you can userun.sh to manage the service:
The
cow command is recommended — it provides cleaner syntax and richer features. It is automatically installed via the one-click install script.