From the course: Build AI Agents and Chatbots with LangGraph

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Setting up GitHub Codespaces

Setting up GitHub Codespaces

- [Instructor] The code for this course is available in the repository build-ai-agents-and-chatbots-with-langgraph. To open up Codespaces, go to Code and then hit Create Codespace on Main. This will open up the IDE and will start setting up the required software. The IDE is now ready. Now go and open the notebook code_O2_XX Basic React Agent in LangGraph. The first cell in this notebook has all the dependency packages that are required for the exercises in this course. Go ahead and run these dependency installation. Choose a Python environment. For this course, it is recommended to use Python 3.10. Once the dependencies have been successfully installed, you are ready to go ahead with the exercises.

Contents