interface TaskEvent {
    did: string;
    task_id: string;
    task_status: AgentExecutionStatus;
}

Properties

did: string
task_id: string