Add multi-agent config and registry runtime flow

This commit is contained in:
lpf
2026-03-06 12:47:05 +08:00
parent 959870e6f7
commit 6902f65c54
29 changed files with 4654 additions and 76 deletions

View File

@@ -88,6 +88,7 @@ func (cb *ContextBuilder) buildToolsSection() string {
sb.WriteString(s)
sb.WriteString("\n")
}
sb.WriteString("\nWhen creating a new subagent or changing config.json agent definitions, draft first and wait for explicit user confirmation before persisting changes.\n")
return sb.String()
}