gpt-4o)Integrating agents into an application after implementing Retrieval-Augmented Generation (RAG) can significantly enhance user experience by providing personalized interactions and automating repetitive tasks. Additionally, agents can improve decision-making, ensure scalability, and offer real-time responses, making them ideal for complex task management and continuous improvement.
In this challenge, you will build a Research Assistant Agent using the Microsoft Agent Framework. This agent will leverage Model Context Protocol (MCP) to connect to live data sources like Microsoft Learn documentation, enabling it to provide accurate, up-to-date answers to technical questions.
In this challenge, you will create a code-based agent that can query real-time documentation using MCP tools.
You will run the following Jupyter notebook to complete the tasks for this challenge:
CH-06-AgenticAI.ipynbThe file can be found in your Codespace under the /notebooks folder.
If you are working locally or in the Cloud, you can find it in the /notebooks folder of Resources.zip file.
The notebook covers the following areas:
Test your agent with questions like:
To complete this challenge successfully, you should be able to:
As you continue developing AI applications, consider how agents can be composed together—what coordination patterns would you use for multi-agent systems handling complex research or analysis tasks?
Clean-Up: Remember to delete your resource group in the Azure portal once you have completed all of the challenges.