The cargo agents command
cargo agents manages agent extensions for Rust projects. It discovers skills based on your project’s dependencies and configures your AI agent to use them.
Subcommands
| Command | Description |
|---|---|
cargo agents init | Set up user-wide configuration |
cargo agents sync | Synchronize skills with workspace dependencies |
cargo agents plugin | Manage plugin sources |
Global options
| Flag | Description |
|---|---|
--update <LEVEL> | Plugin source update behavior: none (default), check, fetch |
-q, --quiet | Suppress status output |
--help | Print help |
--version | Print version |