-
델타 채널: 장시간 실행 에이전트를 위한 런타임 진화
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…
-
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.