Talk Python To Me
Talk Python To Me
Michael Kennedy
#507: Agentic AI Workflows with LangGraph
1 hour 3 minutes Posted Jun 2, 2025 at 7:00 am.
0:00
1:03:59
Download MP3
Show notes
If you want to leverage the power of LLMs in your Python apps, you would be wise to consider an agentic framework. Agentic empowers the LLMs to use tools and take further action based on what it has learned at that point. And frameworks provide all the necessary building blocks to weave these into your apps with features like long-term memory and durable resumability. I'm excited to have Sydney Runkle back on the podcast to dive into building Python apps with LangChain and LangGraph.