LangChain Agents Tutorial: Build a Multi-Step Workflow in Python
Udacity Blog

EDITOR BRIEF
The excerpt says simple chatbots can fail when a question needs information from more than one source. Instead of giving a single-source answer, the system may need to retrieve, compare, and decide whether to ask a follow-up.
INSIGHTS
This matters because agents can handle tasks that need multiple steps, not just one reply. A good next step is to practice building a Python workflow that retrieves from two sources and compares the results.
Learn more with these courses
CodeFriends courses that build on this story. Practice in the browser with nothing to install.
- Python Programming 101Learn Python in just 20 hours! Kickstart your programming journey with this beginner-friendly course.Beginner20 Hours
- AI LiteracyNot an era of watching AI, but of working alongside it. Build your AI fundamentals—from how AI works to agents—with no coding required.Beginner6 Hours
- Introduction to Prompt EngineeringLearn technical prompting techniques to get the best answers from AI.Beginner15 Hours
COMMENTS
Loading comments…