Cue
Communication

Overview

Utilities that keep humans and agents in sync

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.

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"

On this page