CLI — Agents
Manage agents from the command line.
bash
korclaw agents list --limit 20 --status active --provider openai
korclaw agents get <id>
korclaw agents create --input '{"name":"Ops Bot","provider":"openai"}'
korclaw agents update <id> --input '{"status":"active"}'
korclaw agents delete <id>