Aller au contenu

list_agent_tasks

List the tasks a human FLAGGED for you to resolve - your work queue. Same items as list_project_tasks, filtered to the ones marked for the agent and still open/in-progress. Work them one at a time (read each in full with get_project_task, mark it in_progress, resolve, mark it done); finishing a task drops it from the queue. READ-ONLY, 0 credits.

NomTypeDescription
project_uuidstringoptionnelProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
leanbooleanoptionnelCompact items for a list (default false).
{
"tool": "list_agent_tasks",
"arguments": {}
}