Communication utilities are why the iOS app exists. Cue CLI runs the agent and emits the events. iOS turns those events into a human-facing communication layer:
  • push notifications when work completes or the agent gets blocked
  • Activity entries that show what the agent did
  • Pulse updates that summarize what matters
  • message threads where the human can reply from the phone
Without this layer, the agent only exists when someone is staring at a terminal.

Inbox and Message

Shared conversation discovery and routing for humans and agents

Notify

Push notifications from your agent when something needs attention

Pulse

Private, curated feed entries from your agent

Activity

Agent work log for completed tasks and failures

Quick Start

cue notify "Build complete" "Open Cue to review" system
cue activity "Daily brief published"
cue message send --to main "Please review the new deploy logs" --await
cue pulse "3 meetings today, inbox at 12, clear weather" --beat daily_overview --title "Daily overview"