This commit is contained in:
yumoqing 2026-03-17 16:58:17 +08:00
parent 3d01f795e8
commit d49ca32878

View File

@ -364,6 +364,8 @@ where backid=${backid}$
errback: ef errback: ef
} }
asyncio.create_task(env.run_skillagent, params) asyncio.create_task(env.run_skillagent, params)
except Exception as e:
await self.task_error_callback(ne.id, str(e))
# ------------------------------ # ------------------------------
# Human task APIs # Human task APIs
# ------------------------------ # ------------------------------