-
델타 채널: 장시간 실행 에이전트를 위한 런타임 진화
Delta Channels: How We’re Evolving our Runtime for Long-Running Agents
Long-running agents have a storage problem: checkpointing full state at every step grows at O(N²). DeltaChannel is a new primitive in LangGraph 1.2 that checkpoints only the diff e…
-
토큰 스트림에서 에이전트 스트림으로
From Token Streams to Agent Streams
Move beyond token streaming. Learn how the latest streaming primitives in Deep Agents, LangChain, and LangGraph enable typed events, scoped subscriptions, subagent visibility, mult…
-
Open SWE: 내부 코딩 에이전트를 위한 오픈소스 프레임워크
Open SWE: An Open-Source Framework for Internal Coding Agents
Built on Deep Agents and LangGraph, Open SWE provides the core architectural components for internal coding agents.