Loading video player...
In this video we are going to create multiple child agents and implement using multi-agent orchestration. Child agents let us break a long set of instructions into smaller steps. They also let us control exactly what knowledge and tools each one can use. That makes the overall system more reliable, and we can even make child agents reusable. The agent we going to build is a document reviewer. We upload an expense report file, and then it uses each child agents to perform a specific type of review. The document goes in and the embedded child agents point out the errors or gives warnings. We will also create a standalone agent to answer user questions and take a look at the differences between embedded and standalone child agents. Table Of Contents 🎬 00:00 Introduction: The Expense Report Reviewer Agent 02:05 Create A Topic To Read The Excel File 03:43 Get Cell Values From A Worksheet With A Code Interpreter Prompt 07:50 Output The Excel File Cell Values As A JSON 10:16 Add An Embedded Child Agent To Check For Duplicate Expenses 17:02 Build Another Child Agent To Review Expense Classifications 24:10 Review An Expense Report In Copilot Studio Using Agent-To-Agent 25:20 Connect A Standalone Travel Policy FAQ Agent In Copilot Studio 29:28 Ask The Expense Report Reviewer Agent A Travel Policy Question Follow along with these written instructions ✍ https://www.matthewdevaney.com/how-to-use-multi-agent-orchestration-in-copilot-studio/ Get the tutorial files on Github ⭐ https://github.com/matthewdevaney/Copilot-Studio-Tutorials/tree/main/Master%20Multi-Agent%20Orchestration