이 가이드는 GEODE에 반복 작업을 예약하는 두 가지 방식 (자연어 / cron)을 보여줍니다.
자연어로 예약
uv run geode "매일 아침 9시에 IT 트렌드 요약 보내줘"
GEODE가 자연어를 파싱해 cron + jitter를 자동으로 설정합니다.
명시적 cron
uv run geode schedule add \ --cron "0 9 * * *" \ --jitter 600 \ "summarize today's AI news"
예약 작업 관리
- 목록:
geode schedule list - 삭제:
geode schedule remove <id> - 일시정지:
geode schedule pause <id>
참조: Scheduler reference, wiki/concepts/geode-lifecycle-commands.md