Dynamic Tools and Spring Cleaning Day
The LangChain team delivered a major new feature - dynamic tool registration via middleware - that lets developers add tools at runtime without pre-registration. Plus, a massive spring cleaning effort with comprehensive linting across the codebase and the retirement of the CLI component to its own branch.
Duration: PT4M9S
Episode overview
This episode is a short developer briefing from LangChain.
It explains recent repository work in plain language.
- Show: LangChain
- Published: 2026-01-24T11:13:49Z
- Audio duration: PT4M9S
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 developers! Welcome back to the LangChain podcast. I'm your host, and wow - do we have an exciting episode for you today. It's January 24th, 2026, and the LangChain community has been absolutely buzzing with activity. We've got 15 merged pull requests and 15 additional commits to dive into,…
Let's jump right into the star of the show - dynamic tool registration via middleware. Sydney Runkle just delivered something really special here. You know how you used to have to pre-register all your tools before your agent could use them? Well, those days are over. This new middleware system lets you add tools on…
Picture this scenario: your user asks about the weather in New York City, and then casually mentions they need to calculate a tip for their dinner bill. With dynamic tool registration, you can have a weather tool pre-loaded, but register that tip calculator tool right when you need it. The middleware intercepts the…
The implementation is really elegant too. Sydney's example shows how you can create a middleware class that overrides both the model call and tool call methods. When the model request comes in, you add your dynamic tool. When the tool call happens, you…
N…
Nearby episodes from LangChain
- Multimodal Magic and Documentation Love
- Small Touches, Big Impact
- Multimodal Token Counting Gets Smarter
- XAI Streaming Fix and Spring Cleaning Day
- Clean Code Standards & Better Documentation
- The Polish Pass - When Small Fixes Make Big Differences
- Infrastructure Love and Model Updates
- Quality & Release Infrastructure Gets a Major Upgrade