Implements a timer-based cron job system: - types.ts: Job types (at, every, cron schedules) - schedule.ts: Next run computation using croner - store.ts: Persistent JSON storage with JSONL run logs - service.ts: CronService with timer management - execute.ts: Job execution (system-event, agent-turn) Based on OpenClaw's implementation (MIT License). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| agent | ||
| client | ||
| console | ||
| cron | ||
| gateway | ||
| hub | ||
| shared | ||
| index.ts | ||