Refactor runtime around world core

This commit is contained in:
lpf
2026-03-15 23:46:06 +08:00
parent ba95aeed35
commit afae9076df
79 changed files with 6526 additions and 6960 deletions

View File

@@ -35,7 +35,7 @@ func (t *MemoryGetTool) Parameters() map[string]interface{} {
},
"namespace": map[string]interface{}{
"type": "string",
"description": "Optional memory namespace. Use main for workspace memory, or subagent id for isolated memory.",
"description": "Optional memory namespace. Use main for workspace memory, or agent id for isolated memory.",
"default": "main",
},
"from": map[string]interface{}{