Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.rkat.ai/llms.txt

Use this file to discover all available pages before exploring further.

Scheduling is Meerkat’s durable automation model. It exists to answer:
  • what should run later?
  • when should it run?
  • where should it be delivered?
  • what happens if it overlaps, misfires, or loses its target?

Why this is a concept

Scheduling is more than a set of tool names. It introduces durable entities:
  • schedules
  • occurrences
  • triggers
  • targets
  • delivery policies

Mental model

schedule
  -> projected occurrences
  -> due delivery
  -> session or mob target

What this concept owns

  • durable time-based automation semantics
  • occurrence lifecycle
  • target delivery model

See also