What problem does it solve?
Centralizes and automates scheduled actions and periodic agent check-ins so users no longer need to manually trigger routine scans, reminders, or timed prompts across sessions.
Core Features & Use Cases
- Cron Jobs: Create precise, cron-expression driven tasks that run in isolated, stateless chats for daily reports, timed reminders, or any scheduled prompt.
- Heartbeat: Run a persistent, context-aware heartbeat chat that follows a shared checklist (/shared/HEARTBEAT.md) to batch ambient monitoring like inbox scans, pending follow-ups, and health checks.
- Controls & Safety: Manage automation via CLI, Settings UI, or REST API, configure intervals, view status, and rely on automatic failure handling (jobs disabled after repeated failures) while keeping memory disabled to avoid contamination.
- Use Case: Schedule a daily 9:00 AM team summary via cron and use the heartbeat to check for urgent messages and incomplete tasks every 30 minutes.
Quick Start
Add a cron job that runs daily at 9:00 AM to summarize today's agenda and enable the heartbeat to check for pending follow-ups every 30 minutes.