Tag: LangGraph
All the articles with the tag "LangGraph".
Agent 的记忆系统架构:短期 Checkpoint 与跨会话 Long-Term Store
译述 LangChain 记忆架构最新实践:区分单会话 Checkpoint 栈与跨会话持久化 Store API,为 Agent 构建像人脑一样分层的记忆系统。
Agent 流式输出的三种粒度:Token、Step 与全局 State
译述 LangGraph 流式通信精要:从单一文本 Token 流升级到中间步骤 Step 与全图 State 快照流,解决复杂 Agent 界面渲染抖动。
多 Agent 协同与上下文工程:何时该拆,何时不该拆
译述 LangChain 团队关于多智能体系统的深度洞察:多 Agent 的本质不是赶时髦,而是通过上下文隔离解决单模型认知超载与写冲突。
人在回路(HITL):用 Interrupt 与 Command 构建可控 Agent
译述 LangGraph 的 Human-in-the-loop 核心设计:如何利用 interrupt 挂起运行、持久化 Checkpoint,并通过 Command 与前端审批流无缝恢复。