mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-14 22:06:46 +08:00
Refactor runtime around world core
This commit is contained in:
@@ -44,10 +44,10 @@ var defaultToolAllowlistGroups = []ToolAllowlistGroup{
|
||||
Tools: []string{"memory_search", "memory_get", "memory_write"},
|
||||
},
|
||||
{
|
||||
Name: "subagents",
|
||||
Description: "Subagent management tools",
|
||||
Aliases: []string{"subagent", "agent_runtime"},
|
||||
Tools: []string{"spawn", "subagents", "subagent_profile"},
|
||||
Name: "agents",
|
||||
Description: "World/NPC and agent profile tools",
|
||||
Aliases: []string{"agent", "agent_runtime"},
|
||||
Tools: []string{"agent_profile", "world"},
|
||||
},
|
||||
{
|
||||
Name: "skills",
|
||||
|
||||
Reference in New Issue
Block a user