AI AGENT ADDONS
Debugging
3,063installs

Debug your AI agents directly from the terminal. This tool fetches execution traces from LangSmith Studio so you can see what went wrong. It shows you the tools your agent called, how long each step took, and where errors happened. You can check recent activity or investigate a specific trace in detail.

If your agent fails, you can find the exact error message and see the full execution flow. This helps you fix problems faster. The tool also exports debug sessions for sharing with your team. It works with LangChain and LangGraph agents.

You need to install the langsmith-fetch CLI and set up your API key and project name. Then you can run simple commands to pull traces and get clear reports. This makes debugging your AI agents much easier.

Add Langsmith Fetch skill to your workflow

Global

mkdir -p ~/.claude/skills/langsmith-fetch

Project

mkdir -p .claude/skills/langsmith-fetch

Source Repository

Stars
66,210
Forks
7,359
Watchers
66,210
Last Push
2 months ago
Created
9 months ago