pub async fn task_list(
registry: &Arc<dyn TaskRegistry>,
args: Value,
) -> Result<Value, PeError>Expand description
List tasks matching a filter.
Args: { status?, task_type?, agent_id?, assignee?, parent_id?, tag?, limit? }
Returns: { tasks: [{ id, title, status, priority, assignee }] }