Skip to content

What I learned and exercises that I solved while taking the AI Agents (with LangGraph x Tavily) certification course in DeepLearning.ai

License

Notifications You must be signed in to change notification settings

aybruhm/ai-agents-with-langgraph

Repository files navigation

AI Agents with LangGraph Course - My Learning Journey

In this course, I learned to build advanced AI agents using LangGraph, an extension of the popular LangChain framework.

What I Learned

Through hands-on practice, I gained skills in:

  • Building AI agents from scratch using Python and LLMs
  • Implementing agents with LangGraph's component architecture
  • Enhancing agent capabilities through agentic search
  • Managing state and persistence in agent systems
  • Incorporating human feedback loops
  • Creating specialized agents for complex tasks

Course Content & Key Takeaways

1. Building Agents from Scratch

2. LangGraph Components

3. Agentic Search

  • Integrated advanced search capabilities
  • Enhanced agent knowledge through multiple data sources
  • Demonstrated in: 03_agentic_search.ipynb

4. Persistence and Streaming

5. Human-in-the-Loop

6. Essay Writing Agent

  • Created a practical research and writing agent
  • Replicated human researcher workflows
  • Completed in: 06_essay_writer.ipynb

Technical Setup

Prerequisites Used

  • Python
  • Understanding of LLMs and AI concepts
  • LangChain & LangGraph framework

Environment Setup

  1. Installed required packages:
pip install openai langchain langgraph tavily-python langchain-openai langchain-community
  1. Configured environment:
  • Created .env file from .env.template
  • Set up API keys and configurations

Project Structure

Each notebook contains complete implementations with explanations and working code examples. The course follows a logical progression from basic concepts to advanced applications.

Instructors

Learned directly from industry experts:

  • Harrison Chase (LangChain founder)
  • Rotem Weiss (Tavily founder)

About

What I learned and exercises that I solved while taking the AI Agents (with LangGraph x Tavily) certification course in DeepLearning.ai

Topics

Resources

License

Stars

Watchers

Forks