Coding & Environment Setup | Multi Agent Workflows for Beginners | Part 6

Data Science Dojo
Data Science DojoNov 24, 2025

Why It Matters

This walkthrough provides a practical blueprint for orchestrating multiple AI agents and integrating web search and GPT-4, useful for developers building scalable, task-specific agent workflows. It reduces setup friction by supplying a runnable notebook and clear environment/configuration steps.

Summary

The video walks through a hands-on notebook that builds a multi-agent supervisor: after installing required Python packages (langchain, langsmi(th?), pandas, etc.) and setting environment variables, the instructor creates a supervisor agent that can route queries to two specialist agents. The session shows installing dependencies, ignoring benign pip warnings, configuring a web search tool (referred to as Tely/TE search) and setting an OpenAI API key to call GPT-4. The instructor emphasizes step-by-step code review and encourages viewers to run the notebook locally to replicate the workflow. Overall the demo focuses on practical setup and line-by-line explanation rather than deep theoretical detail.

Original Description

In Part 6, we move from planning to hands-on implementation and begin setting up our multi-agent workflow in code.
In this session:
- Install the necessary libraries to support your agents, including langgraph, langchain, and pandas
- Configure environment variables like OpenAI API keys and web search tools
- Prepare your system for creating a supervisor agent and connecting it to child agents
- Lay the foundation for routing and consolidator logic in the workflow
This part focuses on getting your development environment ready so you can confidently move on to building and testing your agents.
#AI #MultiAgent #AgenticAI #LLM #WorkflowSetup #GenerativeAI #Automation #HealthcareAI
Learn data science, AI, and machine learning through our hands-on training programs: https://www.youtube.com/@Datasciencedojo/courses
Check our latest Future of Data and AI Conference: https://www.youtube.com/playlist?list=PL8eNk_zTBST9Wkc6-bczfbClBbSKnT2nI
Subscribe to our newsletter for data science content & infographics: https://datasciencedojo.com/newsletter/
Love podcasts? Check out our Future of Data and AI Podcast with industry-expert guests: https://www.youtube.com/playlist?list=PL8eNk_zTBST_jMlmiokwBVfS_BqbAt0z2

Comments

Want to join the conversation?

Loading comments...