Building Deep Agents and Deploying in Production
深度代理的生产部署依赖于模型与harness的协同,后者包含系统提示、记忆、工具和中间件等关键组件。
入选理由:深度代理由基础LLM和50万行代码的harness构成(如Claude Code)
概念
别名:深度代理
由LLM和harness组成的智能代理系统
已跟踪 30 条高相关材料
最近变化
2026-07-31 · 深度代理由基础LLM和50万行代码的harness构成(如Claude Code)
为什么值得关注
Deep Agents 被反复提及时,通常意味着它正在影响产品路线、开发者工作流或 AI 产业判断。这个页面把分散材料合并成一个可持续更新的观察入口。
Building Deep Agents and Deploying in Production
LangChain · 8.5 分
深度代理的生产部署依赖于模型与harness的协同,后者包含系统提示、记忆、工具和中间件等关键组件。
Deep Agents Explained
LangChain · 8.5 分
Deep Agents 是 LangChain 推出的复杂任务代理框架,专为解决长期运行和多步骤任务设计,提供工具调用、状态管理和子代理协作能力。
NVIDIA Nemotron Achieves Benchmark-Leading Performance With LangChain Deep Agents Harness
NVIDIA AI Blog · 8.5 分
NVIDIA Nemotron 3 Ultra在LangChain Deep Agents Harness上实现行业领先的性能,成本降低10倍,任务完成率提升。
已收录 30 条与 Deep Agents 相关的内容,按评分排序。
深度代理的生产部署依赖于模型与harness的协同,后者包含系统提示、记忆、工具和中间件等关键组件。
入选理由:深度代理由基础LLM和50万行代码的harness构成(如Claude Code)
NVIDIA Nemotron 3 Ultra在LangChain Deep Agents Harness上实现行业领先的性能,成本降低10倍,任务完成率提升。
入选理由:Nemotron 3 Ultra任务完成率比封闭模型高10倍,推理成本降低90%
Deep Agents 是 LangChain 推出的复杂任务代理框架,专为解决长期运行和多步骤任务设计,提供工具调用、状态管理和子代理协作能力。
入选理由:Deep Agents 支持复杂任务的长期运行和多步骤规划
Deep Agents 框架新增编程调用子代理功能,提供6种实现方式及开源资源。
入选理由:Deep Agents 支持编程调用子代理,提供6种常见实现方式
LangChain v0.6 新增代码解释器功能,支持在运行时调用工具,减少模型上下文负担和 token 使用。
入选理由:LangChain v0.6 引入代码解释器,允许在运行时调用工具。
《Deep Agents 实战》教程系统讲解 LangChain 生态下的 Agent 开发三层架构,提供虚拟文件系统、子 Agent 和 Skills 等实战内容。
入选理由:教程基于 LangChain / LangGraph 生态,讲解如何用 Deep Agents 构建真实 Agent 应用。
《Deep Agents 实战》教程基于 LangChain / LangGraph 生态,讲解如何使用 Deep Agents 构建真实应用,重点介绍虚拟文件系统、任务规划、子 Agent 和 Skills 复用。
入选理由:Deep Agents 使用虚拟文件系统实现按需读取和局部读取大文件。
Nemo Claw as a blueprint for specialized agents, with OpenShell providing a secure runtime environment enabling flexible architecture combinations.
入选理由:Nemo Claw由三个核心组件构成:harness、模型和OpenShell运行时,其中OpenShell负责安全策略和沙箱隔离。
LangSmith’s Context Hub provides a centralized, versioned context management solution to address AI Agent failures caused by missing, outdated, or fragmented context; it enables human-editable and agent-readable collaboration via agent.md contracts and memory folders.
入选理由:Context Hub 支持 Markdown 编辑 agent.md(代理操作合约)与 /memories/ 路径下的记忆文件,实现人类与 Agent 共享上下文源
LangChain introduces Managed Deep Agents, a customizable agent harness architecture supporting complex real-world tasks via execution environment, context management, delegation, and human-in-the-loop capabilities.
入选理由:Deep Agents 的 harness 包含四大能力:执行环境(文件系统+沙箱/代码解释器)、上下文管理(短/长期记忆+摘要+缓存)、任务委派(子代理协作)、人机协同(human-in-the-loop)
LangChain introduces a new feature 'Agent Rubrics' for Deep Agents, allowing developers to define evaluation criteria and use automated grading and self-correction mechanisms to ensure complex task outputs meet requirements.
入选理由:Agent Rubrics 允许开发者在代理调用中附加评估标准(rubric)。
In financial services, explaining how a conclusion was reached matters as much as the conclusion itself; LangChain uses LangSmith to log every query, response, and intermediate result, enabling full traceability of AI agent decisions for transparency and compliance.
入选理由:LangSmith用于捕获AI代理在金融场景中的每一步操作,包括所有查询、响应和中间结果。
AI still needs better data for more sophisticated answers, especially for finance agents. LangChain's team achieved significant performance gains using Deep Agents, LangSmith, and You.com Finance API, showing rare improvements in competitive benchmarks where multiple competitors also published results.
入选理由:金融AI代理需高质量结构化数据支持,尤其在宏观研究场景中。
Harrison Chase and AWS co-publish a deep dive guide on evaluating DeepAgents using LangSmith, enabling observability and reliability for long-horizon AI systems through structured data points and evaluators.
入选理由:使用 LangSmith 设计结构化数据点,支持长周期代理行为追踪与调试。
Rippling deployed AI features to millions of users in 6 months using Deep Agents and LangSmith, demonstrating an efficient production-grade AI development workflow.
入选理由:Rippling 在6个月内将AI功能部署至数百万用户,显著提升产品智能化水平。
Deep Agents 使用提示缓存技术可减少 41-80% 的 API 调用成本,LangChain 团队分享了相关实践。
入选理由:提示缓存可减少 41-80% 的 API 调用成本。
LangChain开源Deep Agents框架,提供模型无关的代理评估方法,但核心内容未完整披露。
入选理由:Deep Agents是LangChain推出的开源代理评估框架
缓存策略对成本控制至关重要,优化缓存可有效降低AI使用成本。
入选理由:缓存未命中是导致成本上升的主要原因。
A macroeconomic research agent powered by Deep Agents, LangSmith, and the @youdotcom Finance Research API that analyzes GDP data, detects anomalies, investigates sector-level structural and cyclical drivers, and generates structured, cited briefings.
入选理由:该代理利用 LangSmith 和 YouDot Finance Research API 实现自动化宏观经济分析
LangSmith Sandboxes are now generally available, providing Agents with real filesystems, shell, and package managers isolated from your infrastructure, using the same API key auth, no new runtime to build or manage.
入选理由:LangSmith沙箱现已正式发布,支持深度Agent、Open SWE代码或自定义代码
LangChain announced a series of new features on X, including LangSmith Engine, SmithDB, and Deep Agents, but the content is relatively brief and lacks technical depth.
入选理由:LangChain 推出了 LangSmith Engine 和 SmithDB 等新工具。
LangChain Academy推出新课程,系统讲解Deep Agents开发框架,包含harness机制与LangSmith工具的实践应用。
入选理由:课程详解harness的4大核心能力:记忆、工具调用、状态管理、错误处理
该课程涵盖深度代理的高级主题,但信息密度较低,缺乏具体技术细节和实践案例。
入选理由:课程时长为3小时,涵盖任务规划、文件系统和长期记忆等主题。
文章介绍如何使用 Deep Agents 构建类似 Claude Code 的代理,但内容信息密度较低,缺乏深度技术细节。
入选理由:文章展示了构建 Claude Code-like agent 的方法,但未提供具体实现步骤。
文章介绍了LangChain的Deep Agents如何通过HITL机制实现控制,但内容信息密度较低,缺乏具体技术细节。
入选理由:Deep Agents通过HITL机制实现控制。
文章内容为推文形式,信息密度低,未提供具体技术细节或深度分析。
入选理由:文章为推文形式,缺乏技术深度。
The code interpreter is a lightweight code execution environment that allows agents to use RLMs and programmatic tool calling without setting up a full sandbox.
入选理由:代码解释器是嵌入在代理循环中的小型运行时环境,可作为代理在工具调用间的中间层。
The LangChain team is adding interpreters to smart agents: small embedded runtimes where agents can write and execute code inside the agent loop.
入选理由:解释器为智能代理提供了一次性工具调用和完整执行环境之间的中间方案。
LangChain announced Deep Agents v0.6 at Interrupt conference, focusing on performance optimization at model layer, agent layer, scale, and over time, with a new lightweight Code Interpreter feature.
入选理由:Deep Agents v0.6聚焦四层性能优化:模型层、代理层、规模化与长期稳定性
LangChain announces Deep Agents integration with Nebius AI Token Factory, enabling users to run agent workloads on production-grade AI infrastructure with open-source models, dedicated endpoints, real-time search, and full control over cost and data.
入选理由:Deep Agents 集成 Nebius AI Token Factory,提供生产级 AI 基础设施