当前位置: 首页 > news >正文

deep-agents

deep-agents

https://docs.langchain.com/labs/deep-agents/overview

 

https://www.bilibili.com/video/BV1ZFYozsEat?spm_id_from=333.788.videopod.sections&vd_source=57e261300f39bf692de396b55bf8c41b

https://github.com/fanqingsong/deepagents/tree/master

https://github.com/langchain-ai/deep-agents-ui/tree/main/src

 

Deep Agents

 
Using an LLM to call tools in a loop is the simplest form of an agent. This architecture, however, can yield agents that are “shallow” and fail to plan and act over longer, more complex tasks. Applications like “Deep Research”, “Manus”, and “Claude Code” have gotten around this limitation by implementing a combination of four things: a planning tool, sub agents, access to a file system, and a detailed prompt. Deep Agents implements these components in a general purpose way so that you can easily create sophisticated agents for your application, available in both Python and JavaScript/TypeScript.
 

Key features

  • Planning Tool: Built-in planning capabilities to break down complex tasks and enable long-term planning.
  • Persistent state: Memory between tool calls beyond conversation history.
  • Sub-agents: Specialized agents for specific tasks with context quarantine.
  • Virtual File System: Mock file system for persistent state without conflicts.
  • Detailed System Prompt: Prompts, heavily inspired by Claude Code, leverage proven patterns.

Deep Agents implements the architectural patterns that make sophisticated agents like Claude Code effective.

 

http://www.jsqmd.com/news/9234/

相关文章:

  • 在A列连续且相等行的最后插入空行,并求和
  • 10.6集训改错
  • @Prometheus 监控-MySQL (Mysqld Exporter) - 教程
  • 详细介绍:基于开源AI大模型与AI智能名片的S2B2C商城小程序源码优化:企业成本管理与获客留存的新范式
  • 详细介绍:第7章 :面向对象
  • AI元人文:走向人机价值共生的文明新范式
  • 终于知道酷睿Ultra X什么意思了!满血12核心核显
  • 实用指南:【机器学习基础】机器学习入门核心算法:层次聚类算法(AGNES算法和 DIANA算法)
  • CSP-J 第二轮集训 :总结 + 专题细分精讲_from_黄老师
  • [Python] struct.unpack() 用法详解 - 指南
  • 软件工程第一次随笔 - Nicholas
  • UV使用
  • CT5120 Intro to Natural Lang. Processing Lab # 4. Text Classification
  • 动手实验——mybatis generator
  • 迅速了解GO+ElasticSearch
  • 学生管理系统面向对象分析报告
  • 荷兰青少年通过Telegram被招募,涉嫌参与俄罗斯支持的黑客活动
  • Moscow International Workshops 2017. Day 4. Lviv NU Contest, GP of Ukraine
  • 云原生架构的演进与落地:重塑企业 IT 的核心能力 - 实践
  • 小代码使用npm包的方法
  • Kubernetes(K8s)核心架构解析与实用命令大全 - 教程
  • mzoj 2025/10/6
  • 在 Windows 系统下配置 VSCode + CMake + Ninja 进行 C++ 或 Qt 创建
  • 实验作业1-8 陆绎
  • 全源最短路 Johnson算法
  • UNION 与 UNION ALL 的区别 - 详解
  • 《对象创建的秘密:Java 内存布局、逃逸分析与 TLAB 优化详解》 - 实践
  • win11开机后卡死,磁盘c盘占用100%,解决方案
  • 跨越国度 解题报告
  • 手写Promise核心代码