Skip to content

Commit 603072c

Browse files
committed
no message
1 parent 25200f2 commit 603072c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

astrbot/core/dynamic_subagent_manager.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ class DynamicSubAgentManager:
7373
_shared_context_maxlen: int = 200 # 公共上下文保留的历史消息条数
7474
_max_subagent_history: int = 500 # 每个subagent最多保留的历史消息条数
7575
_tools_blacklist: set[str] = {
76-
"send_shared_context_for_main_agentcreate_dynamic_subagent",
76+
"send_shared_context_for_main_agent",
77+
"create_dynamic_subagent",
7778
"protect_subagent",
7879
"unprotect_subagent",
7980
"reset_subagent",

0 commit comments

Comments
 (0)