Release v0.1.0 agent topology and runtime refresh

This commit is contained in:
lpf
2026-03-06 17:44:13 +08:00
parent ac5a1bfcb2
commit 7d9ca89476
34 changed files with 1216 additions and 1462 deletions

View File

@@ -43,12 +43,6 @@ var defaultToolAllowlistGroups = []ToolAllowlistGroup{
Aliases: []string{"memory"},
Tools: []string{"memory_search", "memory_get", "memory_write"},
},
{
Name: "pipeline",
Description: "Pipeline orchestration tools",
Aliases: []string{"pipelines"},
Tools: []string{"pipeline_create", "pipeline_status", "pipeline_state_set", "pipeline_dispatch"},
},
{
Name: "subagents",
Description: "Subagent management tools",