-
Deep Agents v0.6의 새로운 기능
New in Deep Agents v0.6
Deep Agents 0.6 ships a code interpreter, harness profiles, streaming v3, delta channels, and ContextHub, making agents faster, cheaper, and more scalable.
-
델타 채널: 장시간 실행 에이전트를 위한 런타임 진화
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…