Command Reference

agrepl provides a comprehensive set of commands to manage your agent runs.

record

Starts a recording proxy and executes your agent command.

agrepl record -- [command] [args...]

Example:

agrepl record -- python agent.py --task "research"

replay

Replays a previously recorded run offline.

agrepl replay [run-id] -- [command] [args...]

Example:

agrepl replay run-001 -- python agent.py

list

Lists all recorded runs in the local index.

agrepl list

diff

Compares two recorded runs to see how behavior changed.

agrepl diff [run-a] [run-b]

auth

Manage your agrepl Cloud identity.

agrepl auth login
agrepl auth logout
agrepl auth status

pricing

Show agrepl pricing tiers and features.

agrepl pricing

share / push

Register and upload a run for team collaboration.

agrepl share [run-id]
agrepl push [run-id]

pull

Download a shared run from your team workspace.

agrepl pull [share-id]

uninstall

Uninstall agrepl and optionally clear its data.

agrepl uninstall