#storage-optimization
총 1건 · 1/1 페이지
-
델타 채널: 장시간 실행 에이전트를 위한 런타임 진화
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…