DeeSeek-v3.2 + DeepAgents 构建AI深度代理
DeeSeek-v3.2 + DeepAgents 构建AI深度代理
《大模型Agent智能体开发》(12月班体验课)
Part 2. DeeSeek-v3.2 + DeepAgents 构建AI深度代理

DeepAgents 是一个独立的库,用于构建能够处理复杂多步骤任务的智能体。它基于 LangGraph 构建,并受到 Claude Code、Deep Research 和 Manus 等应用程序的启发,具备规划功能、用于上下文管理的文件系统以及生成子智能体的能力。
DeepAgents 开源地址:https://github.com/langchain-ai/deepagents

一、DeepAgents本地安装
应用起来非常简单,首先安装DeepAgent的项目库:
%pip install -U deepagents
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Requirement already satisfied: deepagents in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (0.2.8)
Requirement already satisfied: langchain-anthropic<2.0.0,>=1.0.0 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from deepagents) (1.2.0)
Requirement already satisfied: langchain<2.0.0,>=1.0.2 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from deepagents) (1.1.0)
Requirement already satisfied: langchain-core<2.0.0,>=1.0.0 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from deepagents) (1.1.0)
Requirement already satisfied: wcmatch in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from deepagents) (10.1)
Requirement already satisfied: langgraph<1.1.0,>=1.0.2 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from langchain<2.0.0,>=1.0.2->deepagents) (1.0.4)
Requirement already satisfied: pydantic<3.0.0,>=2.7.4 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from langchain<2.0.0,>=1.0.2->deepagents) (2.12.5)
Requirement already satisfied: anthropic<1.0.0,>=0.73.0 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from langchain-anthropic<2.0.0,>=1.0.0->deepagents) (0.75.0)
Requirement already satisfied: anyio<5,>=3.5.0 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from anthropic<1.0.0,>=0.73.0->langchain-anthropic<2.0.0,>=1.0.0->deepagents) (4.12.0)
Requirement already satisfied: distro<2,>=1.7.0 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from anthropic<1.0.0,>=0.73.0->langchain-anthropic<2.0.0,>=1.0.0->deepagents) (1.9.0)
Requirement already satisfied: docstring-parser<1,>=0.15 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from anthropic<1.0.0,>=0.73.0->langchain-anthropic<2.0.0,>=1.0.0->deepagents) (0.17.0)
Requirement already satisfied: httpx<1,>=0.25.0 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from anthropic<1.0.0,>=0.73.0->langchain-anthropic<2.0.0,>=1.0.0->deepagents) (0.28.1)
Requirement already satisfied: jiter<1,>=0.4.0 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from anthropic<1.0.0,>=0.73.0->langchain-anthropic<2.0.0,>=1.0.0->deepagents) (0.12.0)
Requirement already satisfied: sniffio in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from anthropic<1.0.0,>=0.73.0->langchain-anthropic<2.0.0,>=1.0.0->deepagents) (1.3.1)
Requirement already satisfied: typing-extensions<5,>=4.10 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from anthropic<1.0.0,>=0.73.0->langchain-anthropic<2.0.0,>=1.0.0->deepagents) (4.15.0)
Requirement already satisfied: idna>=2.8 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from anyio<5,>=3.5.0->anthropic<1.0.0,>=0.73.0->langchain-anthropic<2.0.0,>=1.0.0->deepagents) (3.11)
Requirement already satisfied: certifi in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from httpx<1,>=0.25.0->anthropic<1.0.0,>=0.73.0->langchain-anthropic<2.0.0,>=1.0.0->deepagents) (2025.11.12)
Requirement already satisfied: httpcore==1.* in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from httpx<1,>=0.25.0->anthropic<1.0.0,>=0.73.0->langchain-anthropic<2.0.0,>=1.0.0->deepagents) (1.0.9)
Requirement already satisfied: h11>=0.16 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from httpcore==1.*->httpx<1,>=0.25.0->anthropic<1.0.0,>=0.73.0->langchain-anthropic<2.0.0,>=1.0.0->deepagents) (0.16.0)
Requirement already satisfied: jsonpatch<2.0.0,>=1.33.0 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from langchain-core<2.0.0,>=1.0.0->deepagents) (1.33)
Requirement already satisfied: langsmith<1.0.0,>=0.3.45 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from langchain-core<2.0.0,>=1.0.0->deepagents) (0.4.49)
Requirement already satisfied: packaging<26.0.0,>=23.2.0 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from langchain-core<2.0.0,>=1.0.0->deepagents) (25.0)
Requirement already satisfied: pyyaml<7.0.0,>=5.3.0 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from langchain-core<2.0.0,>=1.0.0->deepagents) (6.0.3)
Requirement already satisfied: tenacity!=8.4.0,<10.0.0,>=8.1.0 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from langchain-core<2.0.0,>=1.0.0->deepagents) (9.1.2)
Requirement already satisfied: jsonpointer>=1.9 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from jsonpatch<2.0.0,>=1.33.0->langchain-core<2.0.0,>=1.0.0->deepagents) (3.0.0)
Requirement already satisfied: langgraph-checkpoint<4.0.0,>=2.1.0 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from langgraph<1.1.0,>=1.0.2->langchain<2.0.0,>=1.0.2->deepagents) (3.0.1)
Requirement already satisfied: langgraph-prebuilt<1.1.0,>=1.0.2 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from langgraph<1.1.0,>=1.0.2->langchain<2.0.0,>=1.0.2->deepagents) (1.0.5)
Requirement already satisfied: langgraph-sdk<0.3.0,>=0.2.2 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from langgraph<1.1.0,>=1.0.2->langchain<2.0.0,>=1.0.2->deepagents) (0.2.10)
Requirement already satisfied: xxhash>=3.5.0 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from langgraph<1.1.0,>=1.0.2->langchain<2.0.0,>=1.0.2->deepagents) (3.6.0)
Requirement already satisfied: ormsgpack>=1.12.0 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from langgraph-checkpoint<4.0.0,>=2.1.0->langgraph<1.1.0,>=1.0.2->langchain<2.0.0,>=1.0.2->deepagents) (1.12.0)
Requirement already satisfied: orjson>=3.10.1 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from langgraph-sdk<0.3.0,>=0.2.2->langgraph<1.1.0,>=1.0.2->langchain<2.0.0,>=1.0.2->deepagents) (3.11.4)
Requirement already satisfied: requests-toolbelt>=1.0.0 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from langsmith<1.0.0,>=0.3.45->langchain-core<2.0.0,>=1.0.0->deepagents) (1.0.0)
Requirement already satisfied: requests>=2.0.0 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from langsmith<1.0.0,>=0.3.45->langchain-core<2.0.0,>=1.0.0->deepagents) (2.32.5)
Requirement already satisfied: zstandard>=0.23.0 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from langsmith<1.0.0,>=0.3.45->langchain-core<2.0.0,>=1.0.0->deepagents) (0.25.0)
Requirement already satisfied: annotated-types>=0.6.0 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from pydantic<3.0.0,>=2.7.4->langchain<2.0.0,>=1.0.2->deepagents) (0.7.0)
Requirement already satisfied: pydantic-core==2.41.5 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from pydantic<3.0.0,>=2.7.4->langchain<2.0.0,>=1.0.2->deepagents) (2.41.5)
Requirement already satisfied: typing-inspection>=0.4.2 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from pydantic<3.0.0,>=2.7.4->langchain<2.0.0,>=1.0.2->deepagents) (0.4.2)
Requirement already satisfied: charset_normalizer<4,>=2 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from requests>=2.0.0->langsmith<1.0.0,>=0.3.45->langchain-core<2.0.0,>=1.0.0->deepagents) (3.4.4)
Requirement already satisfied: urllib3<3,>=1.21.1 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from requests>=2.0.0->langsmith<1.0.0,>=0.3.45->langchain-core<2.0.0,>=1.0.0->deepagents) (2.5.0)
Requirement already satisfied: bracex>=2.1.1 in /root/anaconda3/envs/DeepAgentsAutomation/lib/python3.12/site-packages (from wcmatch->deepagents) (2.6)