`thinkfleetbot agent`
CLI reference for `thinkfleetbot agent` (send one agent turn via the Gateway)
thinkfleetbot agent
Run an agent turn via the Gateway (use --local for embedded).
Use --agent <id> to target a configured agent directly.
Related:
- Agent send tool: Agent send
Examples
thinkfleetbot agent --to +15555550123 --message "status update" --deliver
thinkfleetbot agent --agent ops --message "Summarize logs"
thinkfleetbot agent --session-id 1234 --message "Summarize inbox" --thinking medium
thinkfleetbot agent --agent ops --message "Generate report" --deliver --reply-channel slack --reply-to "#reports"