@LangChain: We built a plugin that traces every Claude Code session straight into LangSmith. Three commands, one JSON block, and ev…
Summary
LangChain released a plugin that logs all Claude Code sessions into LangSmith for debugging, with a quick three-command setup.
View Cached Full Text
Cached at: 07/10/26, 12:12 PM
We built a plugin that traces every Claude Code session straight into LangSmith. Three commands, one JSON block, and every message, tool call, and subagent run shows up as an inspectable trace.
Setup takes about two minutes.
How are you currently debugging Claude Code when it https://t.co/rfIpPp0AWJ
Similar Articles
@LangChain: We built a tracing plugin for every Codex session into LangSmith. Now every turn (tool calls, token usage, subagent thr…
LangChain released a tracing plugin for Codex sessions in LangSmith, enabling detailed traces of every turn including tool calls and token usage, configurable with just two blocks and a flag.
I'm increasingly convinced LangGraph beats Claude Plugins
The author shares their experience building a Claude Plugin for stock valuation, finding it increasingly difficult to handle errors and complexity. They are now considering switching to LangGraph as a more reliable solution for multi-step agent workflows.
@LangChain: .@AdamRLucek on how we use traces to build evals for production agents.
Adam Łucek discusses how LangChain uses trace data to build evaluations for production agents.
@LangChain: Spend less time on triaging Ship fixes faster Catch regressions earlier Introducing LangSmith Engine: an agent that wor…
LangChain launches LangSmith Engine in public beta, an autonomous agent that monitors production traces, clusters failures, diagnoses root causes, and proposes fixes and eval coverage to streamline agent development.
@caspar_br: LangSmith Engine is a phase shift because traces are no longer just records to be manually inspected, they’re now the c…
LangSmith Engine transforms traces from passive records into a driver for recursive agent self-improvement, automatically identifying failures and suggesting code changes and evaluations.