Skip to main content
Valkyrie stores installed agent bundles under agents/ in the S3 bucket configured by valkyrie config init. Every agent must contain a valid agent contract. Browse compatible community agents in the public agent registry. --name defaults to the name field in the agent’s contract.yaml on both install and push. Full syntax for each command is in the agent install, agent push, agent list, agent download, and agent remove reference.

Install from GitHub

The CLI clones the repository, bundles it, and uploads it to S3.

Push a local agent

List agents

The interactive list supports [h] for previous, [l] for next, and [q] to quit.

Download an agent

The output directory defaults to the current directory.

Remove an agent

Removing an agent deletes its S3 bundle and cannot be reversed. The CLI asks for confirmation before deletion.