Skip to main content
OpenBunny has two reminder systems that work together to keep tasks on track.

Decision engine

The decision engine periodically reviews all open tasks using the LLM. It reads a configurable policy file (data/reminder-policy.md) and decides which tasks need attention, escalation, or follow-up. This runs on a timer and produces reminder actions that are logged for auditing.

Schedule engine

The schedule engine handles per-task reminders that users configure explicitly. Each task can have one or more reminder schedules.

Schedule types

Managing schedules

Schedules are managed through the REST API or the client UI:

Reminder policy

The reminder policy file (data/reminder-policy.md) is a markdown document that instructs the LLM on how to evaluate tasks for reminders. You can customize it to match your team’s workflow — for example, escalating high-priority tasks that have been idle for more than 24 hours.