feat: 自动提交 - 周二 2025/09/23 14:03:10.47

This commit is contained in:
赵杰
2025-09-23 14:03:10 +01:00
parent 4da97d600a
commit 6b0c03439f
8 changed files with 104 additions and 65 deletions

View File

@@ -37,8 +37,7 @@ class TSPAgentAssistantCore(TSPAssistant):
# 初始化智能Agent
self.intelligent_agent = IntelligentAgent(
llm_manager=self.llm_manager,
agent_core=self.agent_core
llm_client=self.llm_manager
)
# 初始化动作执行器