摘要:
所谓时间旅行(时间回溯),指的就是可以从先前的检查点恢复执行。 这个特性核心就是利用 checkpoint 来实现的。 如下图所示: 假设我们执行一张图,要经历 A -> B -> C -> D -> E 在执行 C 节点的时候,状态还可以有 C' 的可能性,但是又不想从头开始执行整张图,因为 A 阅读全文
摘要:
mockClear Clears all information about every call. After calling it, all properties on .mock will return to their initial state. This method does not 阅读全文
摘要:
Overview A small demo, using LangGrpah to calling real tool to write an artical about the topic user defined. Project structure tool-calls ├── output 阅读全文