-
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…
-
법률 에이전트를 위한 효율적인 검증기 설계
Designing Efficient Verifiers for Legal Agents
A Harvey and LangChain Labs study on making LLM verifiers cheaper and more reliable for legal-agent evaluation and post-training.
-
루브릭 소개: 자신의 작업을 평가하고 수정하는 에이전트 구축
Introducing Rubrics: Build Agents that Evaluate and Correct Their Work
Deep Agents' RubricMiddleware adds a self-evaluation loop to your agent runs. Set a rubric, configure a grader, and get reliable outputs on tasks where correctness matters.
-
-
LangSmith 샌드박스가 정식 출시되었습니다
LangSmith Sandboxes are Generally Available
Run AI agents safely with LangSmith Sandboxes (GA): kernel-isolated microVMs with snapshots, parallel forks, service URLs, and auth proxies. Built for coding agents, CI agents, and…
-
Lyft가 LangGraph와 LangSmith로 구축한 자체 서빙 AI 에이전트 플랫폼
How Lyft Built a Self-Serve AI Agent Platform with LangGraph and LangSmith
Lyft used LangGraph and LangSmith to build a self-serve AI agent platform for customer support, cutting agent development from months to weeks.
-
딥 에이전트의 인터프리터: 도구 호출과 샌드박스 사이의 코드
Interpreters in Deep Agents: Code Between Tool Calls and Sandboxes
Deep Agents now supports interpreters: small embedded runtimes where agents write code to coordinate tools, hold working state, and decide what enters model context.
-
다양한 모델에 맞춰 딥 에이전트 조정하기
Tuning Deep Agents to Work Well with Different Models
Deep Agents was previously designed in a generic way to work well across model families. Today we’re adding model-specific profiles to adjust prompts, tools, and middleware. We shi…
-
Interrupt에서 공개한 모든 제품들
Everything we shipped at Interrupt
From autonomous debugging to one-line deploys, here's every product LangChain launched at Interrupt 2026 to help teams build, test, and ship agents in production.
-
딥 에이전트, LangSmith, 병렬 처리를 사용한 회사 실사 에이전트 구축
https://www.langchain.com/blog/building-a-company-due-diligence-agent-with-deep-agents-langsmith-and-parallel
-
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.
-
오픈 모델이 임계점을 돌파했다
Open Models have crossed a threshold
Open models like GLM-5 and MiniMax M2.7 now match closed frontier models on core agent tasks — file operations, tool use, and instruction following — at a fraction of the cost and …