Schedule recurring and one-time jobs with retries, priorities, and dependencies.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "agent-scheduler" yet — see the docs or source repo.
Create a daily data sync job that runs at 2:00 AM: fetch API data, then clean it and write it to the database. Retry up to 3 times on failure, set priority to high, and provide an example job configuration.
A runnable scheduled job configuration with timing, step dependencies, priority, and retry policy.
Create a one-time task to send a project launch reminder to a specified webhook next Monday at 9:00 AM. If the webhook times out, retry once after 10 minutes, and output the job definition.
A one-time job configuration including trigger time, notification action, and failure retry rules.
Design a job pipeline: first run a database backup, then compress the file and upload it to object storage only if the backup succeeds. Stop downstream jobs if any step fails, and set priorities and dependencies for each job.
A pipeline plan with job dependencies, execution order, failure handling, and priority settings.
Schedule reminders, delayed callbacks, and recurring jobs for AI agents.
Run dependent or parallel agent tasks and return structured results in one call.
Automate task breakdown, dependency tracking, and smart project recommendations.
Run deterministic agent orchestration with task decomposition, subagents, and review feedback.
Manage scheduled email sending jobs with Cron and SendGrid automation.
Let AI list and run Taskfile.yml tasks for automated dev workflows.