mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-14 11:17:28 +08:00
Refactor runtime around world core
This commit is contained in:
@@ -313,7 +313,7 @@ func isUserFacingSessionKey(key string) bool {
|
||||
return false
|
||||
}
|
||||
switch {
|
||||
case strings.HasPrefix(k, "subagent:"):
|
||||
case strings.HasPrefix(k, "agent:"):
|
||||
return false
|
||||
case strings.HasPrefix(k, "internal:"):
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user