Skip to main content

Module tasks

Module tasks 

Source
Expand description

agents tasks — task store + (eventual) runner.

Two leaves today:

  • schedule — register a command + interval in tasks.sqlite.
  • list — inspect rows with filters on kind / readiness / hierarchy + depth + pagination.

The runner that fires schedules is follow-up work (#216).

Modules§

list
agents tasks list — inspection leaf over schedules.
run
agents tasks run — fire every pending schedule in the caller’s own subtree.
schedule
agents tasks schedule — register a command + interval (or oneshot) in tasks.sqlite. Add-only leaf; the runner that actually fires schedules is follow-up work tracked by #216.

Enums§

Command
Request
ResponseItem

Functions§

execute
execute_transform