mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
fix(agents): make subagent task delivery visible
Co-authored-by: stainlu <stainlu@newtype-ai.org>
This commit is contained in:
committed by
GitHub
parent
17fe41a4b9
commit
cf11d16b43
@@ -921,7 +921,7 @@
|
||||
},
|
||||
{
|
||||
"deferLoading": true,
|
||||
"description": "Spawn a clean isolated session by default with the native subagent runtime. `mode=\"run\"` is one-shot and `mode=\"session\"` is persistent and thread-bound. Subagents inherit the parent workspace directory automatically. For native subagents only, set `context=\"fork\"` when the child needs the current transcript context; otherwise omit it or use `context=\"isolated\"`. Use this when the work should happen in a fresh child session instead of the current one.",
|
||||
"description": "Spawn a clean isolated session by default with the native subagent runtime. `mode=\"run\"` is one-shot and `mode=\"session\"` is persistent and thread-bound. Subagents inherit the parent workspace directory automatically. Native subagents receive the delegated task in their first visible `[Subagent Task]` message. For native subagents only, set `context=\"fork\"` when the child needs the current transcript context; otherwise omit it or use `context=\"isolated\"`. Use this when the work should happen in a fresh child session instead of the current one.",
|
||||
"inputSchema": {
|
||||
"properties": {
|
||||
"agentId": {
|
||||
|
||||
@@ -957,7 +957,7 @@
|
||||
},
|
||||
{
|
||||
"deferLoading": true,
|
||||
"description": "Spawn a clean isolated session by default with the native subagent runtime. `mode=\"run\"` is one-shot background work. Subagents inherit the parent workspace directory automatically. For native subagents only, set `context=\"fork\"` when the child needs the current transcript context; otherwise omit it or use `context=\"isolated\"`. Use this when the work should happen in a fresh child session instead of the current one.",
|
||||
"description": "Spawn a clean isolated session by default with the native subagent runtime. `mode=\"run\"` is one-shot background work. Subagents inherit the parent workspace directory automatically. Native subagents receive the delegated task in their first visible `[Subagent Task]` message. For native subagents only, set `context=\"fork\"` when the child needs the current transcript context; otherwise omit it or use `context=\"isolated\"`. Use this when the work should happen in a fresh child session instead of the current one.",
|
||||
"inputSchema": {
|
||||
"properties": {
|
||||
"agentId": {
|
||||
|
||||
@@ -921,7 +921,7 @@
|
||||
},
|
||||
{
|
||||
"deferLoading": true,
|
||||
"description": "Spawn a clean isolated session by default with the native subagent runtime. `mode=\"run\"` is one-shot background work. Subagents inherit the parent workspace directory automatically. For native subagents only, set `context=\"fork\"` when the child needs the current transcript context; otherwise omit it or use `context=\"isolated\"`. Use this when the work should happen in a fresh child session instead of the current one.",
|
||||
"description": "Spawn a clean isolated session by default with the native subagent runtime. `mode=\"run\"` is one-shot background work. Subagents inherit the parent workspace directory automatically. Native subagents receive the delegated task in their first visible `[Subagent Task]` message. For native subagents only, set `context=\"fork\"` when the child needs the current transcript context; otherwise omit it or use `context=\"isolated\"`. Use this when the work should happen in a fresh child session instead of the current one.",
|
||||
"inputSchema": {
|
||||
"properties": {
|
||||
"agentId": {
|
||||
|
||||
@@ -217,8 +217,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
||||
"roughTokens": 140
|
||||
},
|
||||
"dynamicToolsJson": {
|
||||
"chars": 43053,
|
||||
"roughTokens": 10764
|
||||
"chars": 43147,
|
||||
"roughTokens": 10787
|
||||
},
|
||||
"openClawDeveloperInstructions": {
|
||||
"chars": 5436,
|
||||
@@ -229,8 +229,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
||||
"roughTokens": 7129
|
||||
},
|
||||
"totalWithDynamicToolsJson": {
|
||||
"chars": 71571,
|
||||
"roughTokens": 17893
|
||||
"chars": 71665,
|
||||
"roughTokens": 17917
|
||||
},
|
||||
"userInputText": {
|
||||
"chars": 870,
|
||||
|
||||
@@ -217,8 +217,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
||||
"roughTokens": 140
|
||||
},
|
||||
"dynamicToolsJson": {
|
||||
"chars": 42744,
|
||||
"roughTokens": 10686
|
||||
"chars": 42838,
|
||||
"roughTokens": 10710
|
||||
},
|
||||
"openClawDeveloperInstructions": {
|
||||
"chars": 4412,
|
||||
@@ -229,8 +229,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
||||
"roughTokens": 6748
|
||||
},
|
||||
"totalWithDynamicToolsJson": {
|
||||
"chars": 69738,
|
||||
"roughTokens": 17435
|
||||
"chars": 69832,
|
||||
"roughTokens": 17458
|
||||
},
|
||||
"userInputText": {
|
||||
"chars": 370,
|
||||
|
||||
@@ -218,8 +218,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
||||
"roughTokens": 140
|
||||
},
|
||||
"dynamicToolsJson": {
|
||||
"chars": 43922,
|
||||
"roughTokens": 10981
|
||||
"chars": 44016,
|
||||
"roughTokens": 11004
|
||||
},
|
||||
"openClawDeveloperInstructions": {
|
||||
"chars": 4412,
|
||||
@@ -230,8 +230,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
||||
"roughTokens": 7155
|
||||
},
|
||||
"totalWithDynamicToolsJson": {
|
||||
"chars": 72543,
|
||||
"roughTokens": 18136
|
||||
"chars": 72637,
|
||||
"roughTokens": 18160
|
||||
},
|
||||
"userInputText": {
|
||||
"chars": 608,
|
||||
|
||||
Reference in New Issue
Block a user