Have an agent run the same task on a schedule — a daily summary, a weekly digest, morning ticket triage — without anyone kicking it off.
Have an agent do the same job on a schedule — a daily standup summary, a weekly metrics digest, a morning triage of new tickets — without anyone kicking it off.
An agent's schedule plus a clear recurring instruction. The platform's recurring runner wakes scheduled agents automatically.
0 8 * * * for 8am daily, or 0 9 * * 1 for 9am Mondays — and enable scheduled execution.A standing job that just happens — the digest is in your channel each morning, the triage is done before you log on. Pair it with memory so the agent builds context over time instead of starting cold every run.
For heavier recurring work that needs gates and multiple agents, schedule an orchestration instead of a single agent (see Set up a nightly code audit).