refactor: 重构 Agent 模块为 AgentScope,删除旧版 CrewAI/LiteLLM 实现

This commit is contained in:
qzl
2026-03-11 20:51:56 +08:00
parent 177ed616bf
commit 145e3dc615
149 changed files with 5120 additions and 11356 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ from core.agentscope.runtime.tasks import (
run_command_task_bulk,
run_command_task_critical,
)
from core.agent.infrastructure.storage.tool_result_storage import (
from core.agentscope.tools.tool_result_storage import (
create_tool_result_storage,
)
from core.config.settings import config