LangChain: Better Tracing and Cleaner CI
The LangChain team shipped some fantastic improvements for observability and developer experience. The big story is enhanced tracing capabilities with better invocation parameter tracking and LangSmith integration metadata, plus a major cleanup of CI noise. Security got stronger too with hardened anti-SSRF protection.
Duration: PT3M54S
Episode overview
This episode is a short developer briefing from LangChain.
It explains recent repository work in plain language.
- Show: LangChain
- Published: 2026-03-19T10:04:37Z
- Audio duration: PT3M54S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Hey there, fellow builders! Welcome back to another episode of the LangChain podcast. I'm so excited to catch up with you today because we've got some really thoughtful improvements that landed yesterday and today. You know those changes that might not sound flashy at first, but when you dig in, you realize they're…
Let's start with the tracing improvements, because this is where things get really interesting. Our friend ccurme shipped a fix that's going to make debugging your LangChain applications way more pleasant. You know how sometimes you're looking at a trace and wondering what parameters were actually passed to your…
Here's what's cool about this - imagine you're using the new thinking mode with Claude Haiku, setting a temperature parameter, binding some tools. Before this fix, when you looked at your LangSmith trace, some of that context might be missing. Now it's all there, beautifully organized. It's one of those changes…
Speaking of LangSmith integration, Tanushree shipped something really clever. Now when you use those handy convenience functions like `create_agent` or `init_chat_model`, they automatically tag their traces with integration metadata. So when you're…
Now,…
W…