Introduction

Introduction

By the time you finish today’s lesson, you’ll be over halfway through the course. You’ve learned what an AI agent is and know how to create a simple workflow using LangGraph. In this lesson, you’ll build on that foundation to create agents that can handle more complex tasks.

By the end of the lesson, you’ll be able to:

  • Explore multi-step reasoning and task planning in AI agents.
  • Integrate external tools and APIs within the agent’s workflow.
  • Develop agents capable of handling complex, open-ended tasks.
See forum comments
Download course materials from Github
Previous: Quiz: Understanding LangGraph Next: Decision Making & AI Agent Architecture