Skip to main content

Module tasks

Module tasks 

Source
Expand description

tasks — CLI-side dispatch for the tasks subtree. Three leaves today: schedule, list, run.

Modules§

list
agents tasks list — read schedules for one or more --targets.
run
agents tasks run — fire every pending schedule in the caller’s own subtree, recording a run row and a full output log per firing.
schedule
agents tasks schedule — bare-naked handler. Captures the caller’s current AgentArguments from env vars and persists the schedule row in tasks.sqlite.

Functions§

execute