Skip to main content
Create and manage dynamic scheduled tasks with flexible scheduling and execution modes.

Dependencies

DependencyInstall Command
croniter ≥ 2.0.0pip install croniter>=2.0.0
Included in core dependencies: pip3 install -r requirements.txt

Scheduling Modes

ModeDescription
One-timeExecute once at a specified time
Fixed intervalRepeat at fixed time intervals
Cron expressionDefine complex schedules using Cron syntax

Execution Modes

  • Fixed message: Send a preset message when triggered
  • Agent dynamic task: Agent intelligently executes the task when triggered

Usage

Create and manage scheduled tasks with natural language:
  • “Send me a weather report every morning at 9 AM”
  • “Check server status every 2 hours”
  • “Remind me about the meeting tomorrow at 3 PM”
  • “Show all scheduled tasks”