A quick, repeatable demo you can run in a live pi session. It shows the check-in loop and brain stats.
- Full install of rho (extensions + skills + brain)
tmuxinstalled (pkg install tmux)- Optional: Tasker + AutoInput for the
/taskerstep
# Add a daily reminder (goes into brain.jsonl)
pi -p --no-session "Use the brain tool to add a reminder: 'Check for urgent messages' with daily cadence at 9am"
# Add a checklist task
pi -p --no-session "Use the brain tool to add a task: 'Review any failed commands from recent sessions' with high priority"What is rho? One sentence.
Always use ripgrep over grep when searching.
# start a new pi session
pi --no-session --thinking minimal
When you search code here, which tool should you use for me?
/rho now
Optional Tasker UI read (if configured):
/tasker read_screen
- The assistant answers the one-sentence question.
- The brain tool stores the preference and confirms it.
- In the new session, the assistant recalls the preference and mentions ripgrep organically.
/rho nowtriggers a check-in (inline or in a tmux heartbeat window).- The check-in reads reminders and tasks from the brain, ends with
RHO_OKif everything is fine. /tasker read_screenreturns visible UI text and element coordinates.