09 / Package and share

Package only the agent and tool.

Cargo-AI packages the project pieces that should travel: the readable agent definition and the project-local Rust tool.

Select

Source package

The build profile lists only animal-patrol.json and animal_finding_recorder.

Publish

Account project

The package is uploaded as animal-patrol version 0.1.0.

Share

Public pull

Other builders can pull it by project name and owner handle.

Publishowner: jpickd
cargo ai account status

✓ Account status
Basic plan active.

Account
  Email   presenter@example.com
  Handle  jpickd

cargo ai account projects publish

✓ Project package published
Published `animal-patrol` version `0.1.0` to your account.

Project
  Name     animal-patrol
  Version  0.1.0

cargo ai account projects visibility --name animal-patrol --public

✓ Project visibility updated
Visibility for `animal-patrol` is now public.
Pullpublic package

Command to share

Pull the project by handle.

cargo ai account projects pull animal-patrol --owner-handle jpickd

A new builder gets a clean Cargo-AI project with the Animal Patrol agent definition and its Cargo-AI tool source.