fluffbuzz agent runs a single agent turn from the command line without needing
an inbound chat message. Use it for scripted workflows, testing, and
programmatic delivery.
Quick start
1
Run a simple agent turn
2
Target a specific agent or session
3
Deliver the reply to a channel
Flags
Behavior
- By default, the CLI goes through the Gateway. Add
--localto force the embedded runtime on the current machine. - If the Gateway is unreachable, the CLI falls back to the local embedded run.
- Session selection:
--toderives the session key (group/channel targets preserve isolation; direct chats collapse tomain). - Thinking and verbose flags persist into the session store.
- Output: plain text by default, or
--jsonfor structured payload + metadata.
Examples
Related
- Agent CLI reference
- Sub-agents — background sub-agent spawning
- Sessions — how session keys work