mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-04-26 21:05:49 +00:00
docs: add subagent workspace assignment hint to spawn tool description
This commit is contained in:
parent
d70ed0d97a
commit
517de6b731
@ -32,7 +32,8 @@ class SpawnTool(Tool):
|
|||||||
return (
|
return (
|
||||||
"Spawn a subagent to handle a task in the background. "
|
"Spawn a subagent to handle a task in the background. "
|
||||||
"Use this for complex or time-consuming tasks that can run independently. "
|
"Use this for complex or time-consuming tasks that can run independently. "
|
||||||
"The subagent will complete the task and report back when done."
|
"The subagent will complete the task and report back when done.\n "
|
||||||
|
"For deliverables or existing projects, inspect the workspace and assign/create a dedicated working directory for the subagent."
|
||||||
)
|
)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user