refactor(subagent): merge continuation control service
This commit is contained in:
@@ -257,12 +257,8 @@
|
||||
config:
|
||||
providerName: fork
|
||||
|
||||
# Continuable background children: the control service owns durable child ids
|
||||
# and Task-backed activations; the control tool registers the one global
|
||||
# `send_message` shared by both delegation tools.
|
||||
- id: subagent-control
|
||||
name: '@deepseek-ai/dsh-subagent-control'
|
||||
|
||||
# Continuable background children are selected per delegation tool. The
|
||||
# separately loaded follow-up tool registers the one global `send_message`.
|
||||
- id: tool-subagent-control
|
||||
name: '@deepseek-ai/dsh-tool-subagent-control'
|
||||
|
||||
@@ -271,12 +267,14 @@
|
||||
config:
|
||||
provider: spawn
|
||||
toolName: subagent
|
||||
backgroundMode: continuable
|
||||
|
||||
- id: tool-subagent-fork
|
||||
name: '@deepseek-ai/dsh-tool-subagent'
|
||||
config:
|
||||
provider: fork
|
||||
toolName: subagent_fork
|
||||
backgroundMode: continuable
|
||||
|
||||
- id: workflow-workerthread
|
||||
name: '@deepseek-ai/dsh-workflow-workerthread'
|
||||
|
||||
Reference in New Issue
Block a user