/** * Scheduling Documentation Section * * Covers schedule creation, per-schedule settings, * overrides, and crash recovery with exponential backoff. */ import { Badge } from '@/components/ui/badge' export function Scheduling() { return (
{/* What Scheduling Does */}

What Scheduling Does

Scheduling automates agent runs at specific times. Set up a schedule and AutoForge will automatically start agents on your project — useful for overnight builds, periodic maintenance, or continuous development.

{/* Creating a Schedule */}

Creating a Schedule

{/* Schedule Settings */}

Schedule Settings

Each schedule can override global settings:

Setting Details
YOLO mode On/off per schedule
Concurrency 1–5 agents
Model tier Opus / Sonnet / Haiku
Duration How long the session runs before auto-stopping
All schedule times are in UTC timezone.
{/* Schedule Overrides */}

Schedule Overrides

{/* Crash Recovery */}

Crash Recovery

) }