Expand description
Local job scheduler
Functions§
- add_
chat_ participant - cancel_
local_ job - Cancel a job by id (queued → cancelled; running → cooperative cancel).
- clear_
finished_ local_ jobs - Clear completed/failed/cancelled history without affecting active work.
- create_
group_ chat_ session - ensure_
chat_ session - get_
chat_ participants - get_
default_ outcome_ sharing - get_
local_ agent_ config - list_
local_ jobs - Snapshot of the local job queue (jobs + status counts).
- remove_
chat_ participant - retry_
local_ job - Re-run a finished job with the same bounded inputs.
- schedule_
agent_ job - Schedule one agent turn as a background job (queued, off the chat thread). Routed local-first; a remote-MCP agent’s turn is sent out over MCP. Returns the created job as JSON.
- schedule_
anatomy_ asset_ acquire - schedule_
job_ on_ device - Enqueue a job for a specific apparatus (
did:q42:device:…). Empty target → this install. Remote devices fail closed until multi-device dispatch is live. - schedule_
model_ activation - schedule_
model_ download - update_
agent_ outcome_ sharing