严富坤的知识库专栏 本次搜索耗时 0.151 秒,为您找到 358 个相关结果.
  • 深入解析 LangChain 的“深层代理”概念

    2098 2025-08-04 《Langgraph教程》
    原文链接 引言 浅层代理的局限 深层代理(deep agents)的特性 深层代理的优势 LangChain 的深层代理包 结论 总结 原文链接 Deep Agents - LangChain Blog 引言 使用语言模型(LLM)在循环中调用工具是最简单的代理形式。然而,这种架构可能会导致代理“浅层”,无法处理较长时间跨度或复...
  • 提交

    2097 2025-02-05 《Git知识大全》
    7.1 原子变更集 7.1.1 提交的基本操作 7.2 识别提交 7.2.1 绝对提交名 7.2.2 引用和符号引用 7.2.3 相对提交名 7.3 提交历史记录 7.3.1 查看旧提交 7.3.2 提交图 7.3.3 提交范围 7.4 查找提交 7.4.1 使用 git bisect 7.4.2 使用 git blame 7.4.3...
  • 中介模式

    2088 2024-09-12 《设计模式》
    Question 1: What is the Mediator pattern in software design? 问题 1:什么是软件设计中的中介模式? Answer: The Mediator pattern is a behavioral design pattern that defines an object (the mediat...
  • 状态模式

    2086 2024-09-12 《设计模式》
    Question 1: What is the State pattern in software design? 问题 1:什么是软件设计中的状态模式? Answer: The State pattern is a behavioral design pattern that allows an object to change its beha...
  • 原型模式

    2080 2024-09-12 《设计模式》
    Question 1: What is the Prototype pattern in software design? 问题 1:什么是软件设计中的原型模式? Answer: The Prototype pattern is a creational design pattern that allows objects to be copied...
  • 装饰器模式

    2077 2024-09-12 《设计模式》
    Question 1: What is the Decorator pattern in software design? 问题 1:什么是软件设计中的装饰器模式? Answer: The Decorator pattern is a structural design pattern that allows behavior to be adde...
  • 桥接模式

    2074 2024-09-12 《设计模式》
    Question 1: What is the Bridge pattern in software design? 问题 1:什么是软件设计中的桥接模式? Answer: The Bridge pattern is a structural design pattern that decouples an abstraction from its...
  • 访问者模式

    2066 2024-09-12 《设计模式》
    Question 1: What is the Visitor pattern in software design? 问题 1:什么是软件设计中的访问者模式? Answer: The Visitor pattern is a behavioral design pattern that allows you to add further oper...
  • 门面模式

    2059 2024-09-12 《设计模式》
    Question 1: What is the Facade pattern in software design? 问题 1:什么是软件设计中的门面模式? Answer: The Facade pattern is a structural design pattern that provides a simplified interface t...
  • 模板方法模式

    2045 2024-09-12 《设计模式》
    Question 1: What is the Template Method pattern in software design? 问题 1:什么是软件设计中的模板方法模式? Answer: The Template Method pattern is a behavioral design pattern that defines the s...