Best-fit scenarios
Schedule recurring tasks (everyday, hourly, secondly, weekly, or explicit cron).
Tater Assistant
Phase One Wiki
Schedule recurring AI tasks using natural phrases or cron-like schedules in local time. Prefer passing `task_prompt` as a concise execution instruction and `when`/`cron` for scheduling.
Schedule recurring tasks (everyday, hourly, secondly, weekly, or explicit cron).
Provide task_prompt in the assistant's own words (what to do each run), and provide schedule via when or cron.
Assistant-authored execution prompt in your own words (no schedule text). Example: turn on living room lights to 50% and send weather forecast.
Schedule phrase in local time. Example: everyday at 6am.
No required settings are declared in the current Verba Plugin metadata.
{
"function": "ai_tasks",
"arguments": {
"task_prompt": "Assistant-authored execution prompt in your own words (no schedule text). Example: turn on living room lights to 50% and send weather forecast.",
"when": "Schedule phrase in local time. Example: everyday at 6am."
}
}