Posts

Showing posts from October, 2025

Hands-on Agentic AI: LangChain 1.0

Image
What is Agentic AI?  A simple way to think about Agentic AI is: model + tools = agentic AI.    With  LangChain 1.0 now stable , building them is straightforward.  Let's build a 'Weather Poet' agent that: Uses a web search tool to find a forecast. Write a poem about it.