CLI: add agent command for direct agent runs

This commit is contained in:
Peter Steinberger
2025-12-04 17:53:37 +00:00
parent 4a35bcec21
commit 05b76281f7
7 changed files with 764 additions and 36 deletions

View File

@@ -52,6 +52,9 @@ clawdis login
# Send a message
clawdis send --to +1234567890 --message "Hello from the CLAWDIS!"
# Talk directly to the agent (no WhatsApp send)
clawdis agent --to +1234567890 --message "Ship checklist" --thinking high
# Start the relay
clawdis relay --verbose
```
@@ -119,6 +122,7 @@ clawdis relay --provider twilio
|---------|-------------|
| `clawdis login` | Link WhatsApp Web via QR |
| `clawdis send` | Send a message |
| `clawdis agent` | Talk directly to the agent (no WhatsApp send) |
| `clawdis relay` | Start auto-reply loop |
| `clawdis status` | Show recent messages |
| `clawdis heartbeat` | Trigger a heartbeat |