AI Briefing
KO

Debugging Deep Agents with LangSmith

·2026.08.26 03:54

Key point

LangChain released Polly and a CLI to support complex deep agent debugging via LangSmith.

1 / 2

Details

Unlike simple LLM calls, deep agents perform tens to hundreds of steps over several minutes, involving long prompts and multi-turn interactions. This results in massive traces for a single run, making it difficult for humans to directly identify errors.

LangChain has enhanced the debugging capabilities of LangSmith to address these issues. The key updates are as follows:

  • Polly: An AI assistant that helps with agent engineering by analyzing massive traces to support debugging.
  • langsmith-fetch CLI: A command-line tool that grants debugging capabilities to coding agents such as Claude Code.

These tools track decision-making, prompt instructions, and tool-calling processes within agents, enabling rapid identification of error causes.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.