mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
refactor(agents): move spawn family into subagents/spawn (#121350)
* refactor(agents): move spawn family into subagents/spawn * refactor(agents): keep spawn imports within lint budget
This commit is contained in:
committed by
GitHub
parent
5d191c3984
commit
8430fc0e3b
@@ -18,7 +18,7 @@ scenario:
|
||||
- docs/tools/subagents.md
|
||||
- docs/help/testing.md
|
||||
codeRefs:
|
||||
- src/agents/subagent-spawn.ts
|
||||
- src/agents/subagents/spawn/subagent-spawn.ts
|
||||
- src/agents/system-prompt.ts
|
||||
- extensions/qa-lab/src/suite.ts
|
||||
execution:
|
||||
|
||||
@@ -17,7 +17,7 @@ scenario:
|
||||
- docs/concepts/session-tool.md
|
||||
codeRefs:
|
||||
- src/agents/tools/sessions-spawn-tool.ts
|
||||
- src/agents/subagent-spawn.ts
|
||||
- src/agents/subagents/spawn/subagent-spawn.ts
|
||||
execution:
|
||||
kind: flow
|
||||
summary: Ask the agent to delegate work that depends on the current transcript and assert sessions_spawn carries context=fork.
|
||||
|
||||
Reference in New Issue
Block a user