await sessions_spawn({
agentId: "coding-worker",
label: "api-build",
task: "Build the REST API",
runTimeoutSeconds: 600, // 10 min hard limit
timeoutSeconds: 60 // Overall session timeout
});
await sessions_spawn({
agentId: "coding-worker",
label: "api-build",
task: "Build the REST API",
runTimeoutSeconds: 600, // 10 min hard limit
timeoutSeconds: 60 // Overall session timeout
});