Agent foundations and LangChain basics
Understand the difference between a chatbot, workflow, and tool-using agent.
Topics covered
- Agent loops and tool calls
- LangChain model abstractions
- Prompt templates and structured responses
- Failure modes in autonomous systems
Hands-on lab
Build a Python agent that can reason about a small task and call a local utility function.