Listing and inspecting Agents
--json to any command for machine-readable output.
Creating, updating, and deleting Agents
Starting Runs automatically
Agents can start Runs on their own — on a schedule, when an external event fires, or when a Case lands on a Queue. These live on their own page: see Scheduling and Triggers forduvo agents schedules, duvo agents triggers, and duvo agents case-triggers.
Organizing with folders
Group Agents into folders for easier navigation.Revisions
A Revision is a versioned Setup snapshot of an Assignment. Each time you publish changes, a new Revision is created. Most workflows don’t need to manage Revisions directly — Runs always use the latest Revision automatically. Use these commands when you need to roll back, compare versions, or update a specific Revision in place.Memory
When an Agent has agentic memory enabled, it persists notes across Runs as memory files. Use these read-only commands to see what an Agent has remembered.duvo agents update <agent-id> --enable-agentic-memory / --disable-agentic-memory.