Installation
Install the AGNT5 CLI to build and deploy production-ready AI agents
Tip: If you are new to AGNT5, we recommend following the quick start guide.
The AGNT5 CLI is the fastest way to build, test, and deploy AI workflows locally and to the cloud.
Install the AGNT5 CLI
The CLI provisions your local development environment, runs the Local Development Dashboard with logs and tracing, and deploys to cloud.
Update to the latest version
Check which version of AGNT5 you have installed by running agnt5 version in your terminal. It should print something like:
agnt5 version v0.2.2
Output:
######################################################################## 100.0%
✓ agnt5 was installed successfully to ~/.agnt5/bin/agnt5
Run 'agnt5 --help' to get started
If you think you’re on an older version of AGNT5, you can easily update to the latest version by running agnt5 version update from your terminal.
Next steps
- Quickstart - Build your first agent in 5 minutes
- CLI Reference - Full CLI command documentation
- Local Development - Set up your dev environment