auto-sync: 2026-05-16 23:28:02

This commit is contained in:
cfdaily
2026-05-16 23:28:02 +08:00
parent ae41a58d2f
commit a59dccb90d
+1 -1
View File
@@ -237,7 +237,7 @@ def dispatch(task, action_type, project_config):
```
**spawn 方式**
- Full Agent`subprocess.Popen`(非阻塞),不等返回,下次 tick 检查产出
- Full Agent`asyncio.create_subprocess_exec`异步非阻塞),不 await 完成,下次 tick 检查产出
- Subagent`sessions_spawn`Gateway API),等返回
### 4.3 线程模型:纯 asyncio 单线程