duvo agents create \
--name "Invoice Processor" \
--input "Process incoming invoices…" \
--config path/to/config.json
# --input is optional (SOP text); --config is optional (full Setup)
duvo agents update <agent-id> \
--name "New Name" \
--enable-slack \
--enable-microsoft-teams \
--enable-agentic-memory
# --name renames the Assignment
# --enable-slack / --enable-microsoft-teams toggle delivery (--disable-* to turn off)
# --enable-agentic-memory toggles agentic memory (--disable-agentic-memory to turn off)
duvo agents delete <agent-id> # delete an Assignment (prompts for confirmation)
duvo agents delete <agent-id> --yes # delete without prompting