auto-sync: 2026-05-21 22:38:16
This commit is contained in:
@@ -339,7 +339,6 @@ curl -X POST http://{self.api_host}:{self.api_port}/api/projects/{project_id}/ta
|
||||
if on_complete:
|
||||
try:
|
||||
result = on_complete(agent_id, outcome)
|
||||
import asyncio
|
||||
if asyncio.iscoroutine(result):
|
||||
await result
|
||||
except Exception:
|
||||
|
||||
Reference in New Issue
Block a user