mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-14 12:27:29 +08:00
Refactor runtime around world core
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
func normalizeMemoryNamespace(in string) string {
|
||||
v := normalizeSubagentIdentifier(in)
|
||||
v := normalizeAgentIdentifier(in)
|
||||
if v == "" {
|
||||
return "main"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user