Skip to content

Commit ad07e8c

Browse files
committed
Add next/previous page navigation to lessons
Fixes #102 Add navigation links to each lesson's README file. * **00-course-setup/README.md** - Add a link to the next lesson, "Introduction to AI Agents and Agent Use Cases." * **01-intro-to-ai-agents/README.md** - Add a link to the previous lesson, "Course Setup." - Add a link to the next lesson, "Exploring Agentic Frameworks." * **02-explore-agentic-frameworks/README.md** - Add a link to the previous lesson, "Introduction to AI Agents and Agent Use Cases." - Add a link to the next lesson, "Understanding Agentic Design Patterns." * **03-agentic-design-patterns/README.md** - Add a link to the previous lesson, "Exploring Agentic Frameworks." - Add a link to the next lesson, "Tool Use Design Pattern." * **04-tool-use/README.md** - Add a link to the previous lesson, "Understanding Agentic Design Patterns." - Add a link to the next lesson, "Agentic RAG." * **05-agentic-rag/README.md** - Add a link to the previous lesson, "Tool Use Design Pattern." - Add a link to the next lesson, "Building Trustworthy AI Agents." * **06-building-trustworthy-agents/README.md** - Add a link to the previous lesson, "Agentic RAG." - Add a link to the next lesson, "Planning Design Pattern." * **07-planning-design/README.md** - Add a link to the previous lesson, "Building Trustworthy AI Agents." - Add a link to the next lesson, "Multi-Agent Design Pattern." * **08-multi-agent/README.md** - Add a link to the previous lesson, "Planning Design." - Add a link to the next lesson, "Metacognition in AI Agents." * **09-metacognition/README.md** - Add a link to the previous lesson, "Multi-Agent Design Pattern." - Add a link to the next lesson, "AI Agents in Production." * **10-ai-agents-production/README.md** - Add a link to the previous lesson, "Metacognition Design Pattern." --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/microsoft/ai-agents-for-beginners/issues/102?shareId=XXXX-XXXX-XXXX-XXXX).
1 parent 121d19b commit ad07e8c

File tree

11 files changed

+74
-5
lines changed

11 files changed

+74
-5
lines changed

00-course-setup/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,7 @@ from azure.identity import DefaultAzureCredential, InteractiveBrowserCredential
105105
You are now ready to run the code of this course, happy learning more about the world of AI Agents!
106106

107107
If you have any issues running this setup, hop into our <a href="https://discord.gg/kzRShWzttr" target="_blank">Azure AI Community Discord</a> or <a href="https://github.com/microsoft/ai-agents-for-beginners/issues?WT.mc_id=academic-105485-koreyst" target="_blank">create an issue</a>.
108+
109+
## Next Lesson
110+
111+
[Introduction to AI Agents and Agent Use Cases](../01-intro-to-ai-agents/README.md)

01-intro-to-ai-agents/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,10 @@ Agentic Frameworks allow developers to implement agentic patterns through code.
9595

9696
In this course, we will explore the research-driven AutoGen framework and the production ready Agent framework from Semantic Kernel.
9797

98+
## Previous Lesson
99+
100+
[Course Setup](../00-course-setup/README.md)
101+
102+
## Next Lesson
103+
104+
[Exploring Agentic Frameworks](../02-explore-agentic-frameworks/README.md)

02-explore-agentic-frameworks/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -745,3 +745,11 @@ For AutoGen and Semantic Kernel, you can also integrate with Azure services, but
745745
- <a href="https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp" target="_blank">Semantic Kernel .Net Agent Framework</a>
746746
- <a href="https://learn.microsoft.com/azure/ai-services/agents/overview" target="_blank">Azure AI Agent service</a>
747747
- <a href="https://techcommunity.microsoft.com/blog/educatordeveloperblog/using-azure-ai-agent-service-with-autogen--semantic-kernel-to-build-a-multi-agen/4363121" target="_blank">Using Azure AI Agent Service with AutoGen / Semantic Kernel to build a multi-agent's solution</a>
748+
749+
## Previous Lesson
750+
751+
[Introduction to AI Agents and Agent Use Cases](../01-intro-to-ai-agents/README.md)
752+
753+
## Next Lesson
754+
755+
[Understanding Agentic Design Patterns](../03-agentic-design-patterns/README.md)

03-agentic-design-patterns/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,10 @@ Imagine you are designing a Travel Agent, here is how you could think about usin
8989
- <a href="https://microsoft.com" target="_blank">The HAX Toolkit Project - Microsoft Research</a>
9090
- <a href="https://responsibleaitoolbox.ai" target="_blank">Responsible AI Toolbox</a>
9191

92+
## Previous Lesson
93+
94+
[Exploring Agentic Frameworks](../02-explore-agentic-frameworks/README.md)
95+
96+
## Next Lesson
97+
98+
[Tool Use Design Pattern](../04-tool-use/README.md)

04-tool-use/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -312,3 +312,11 @@ Running the app in a secure environment further enhances protection. In enterpri
312312
- <a href="https://learn.microsoft.com/semantic-kernel/concepts/ai-services/chat-completion/function-calling/?pivots=programming-language-python#1-serializing-the-functions" target="_blank">Semantic Kernel Function Calling Tutorial</a>
313313
- <a href="https://github.com/microsoft/semantic-kernel/blob/main/python/samples/getting_started_with_agents/openai_assistant/step3_assistant_tool_code_interpreter.py" target="_blank">Semantic Kernel Code Interpreter</a>
314314
- <a href="https://microsoft.github.io/autogen/dev/user-guide/core-user-guide/components/tools.html" target="_blank">Autogen Tools</a>
315+
316+
## Previous Lesson
317+
318+
[Understanding Agentic Design Patterns](../03-agentic-design-patterns/README.md)
319+
320+
## Next Lesson
321+
322+
[Agentic RAG](../05-agentic-rag/README.md)

05-agentic-rag/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,11 @@ Agentic RAG represents a natural evolution in how AI systems handle complex, dat
130130
- <a href="https://arxiv.org/abs/2303.11366" target="_blank">2303.11366 Reflexion: Language Agents with Verbal Reinforcement Learning</a>
131131
- <a href="https://arxiv.org/abs/2305.11738" target="_blank">2305.11738 CRITIC: Large Language Models Can Self-Correct with Tool-Interactive Critiquing</a>
132132
- <a href="https://arxiv.org/abs/2501.09136" target="_blank">2501.09136 Agentic Retrieval-Augmented Generation: A Survey on Agentic RAG</a>
133+
134+
## Previous Lesson
135+
136+
[Tool Use Design Pattern](../04-tool-use/README.md)
137+
138+
## Next Lesson
139+
140+
[Building Trustworthy AI Agents](../06-building-trustworthy-agents/README.md)

06-building-trustworthy-agents/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,11 @@ Building trustworthy AI agents requires careful design, robust security measures
187187
- <a href="https://learn.microsoft.com/azure/ai-studio/concepts/evaluation-approach-gen-ai" target="_blank">Evaluation of generative AI models and AI applications</a>
188188
- <a href="https://learn.microsoft.com/azure/ai-services/openai/concepts/system-message?context=%2Fazure%2Fai-studio%2Fcontext%2Fcontext&tabs=top-techniques" target="_blank">Safety system messages</a>
189189
- <a href="https://blogs.microsoft.com/wp-content/uploads/prod/sites/5/2022/06/Microsoft-RAI-Impact-Assessment-Template.pdf?culture=en-us&country=us" target="_blank">Risk Assessment Template</a>
190+
191+
## Previous Lesson
192+
193+
[Agentic RAG](../05-agentic-rag/README.md)
194+
195+
## Next Lesson
196+
197+
[Planning Design Pattern](../07-planning-design/README.md)

07-planning-design/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -288,3 +288,11 @@ In this article we have looked at an example of how we can create a planner that
288288
## Additional Resources
289289

290290
* AutoGen Magentic One - A Generalist multi-agent system for solving complex tasks and has achieved impressive results on multiple challenging agentic benchmarks. Reference: <a href="https://github.com/microsoft/autogen/tree/main/python/packages/autogen-magentic-one" target="_blank">autogen-magentic-one</a>. In this implementation the orchestrator create task specific plan and delegates these tasks to the available agents. In addition to planning the orchestrator also employs a tracking mechanism to monitor the progress of the task and re-plans as required.
291+
292+
## Previous Lesson
293+
294+
[Building Trustworthy AI Agents](../06-building-trustworthy-agents/README.md)
295+
296+
## Next Lesson
297+
298+
[Multi-Agent Design Pattern](../08-multi-agent/README.md)

08-multi-agent/README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,10 @@ Question: When should you consider using multi-agents?
163163

164164
[Solution quiz](./solution/solution-quiz.md)
165165

166-
## Summary
166+
## Previous Lesson
167167

168-
In this lesson, we've looked at the multi-agent design pattern, including the scenarios where multi-agents are applicable, the advantages of using multi-agents over a singular agent, the building blocks of implementing the multi-agent design pattern, and how to have visibility into how the multiple agents are interacting with each other.
168+
[Planning Design](../07-planning-design/README.md)
169169

170-
## Additional resources
170+
## Next Lesson
171171

172-
- <a href="https://microsoft.github.io/autogen/stable/user-guide/core-user-guide/design-patterns/intro.html" target="_blank">AutoGen design patterns</a>
173-
- <a href="https://www.analyticsvidhya.com/blog/2024/10/agentic-design-patterns/" target="_blank">Agentic design patterns</a>
172+
[Metacognition in AI Agents](../09-metacognition/README.md)

09-metacognition/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1417,3 +1417,11 @@ This is a simple form of metacognition where the system is capable of adjusting
14171417
### Conclusion
14181418

14191419
Metacognition is a powerful tool that can significantly enhance the capabilities of AI agents. By incorporating metacognitive processes, you can design agents that are more intelligent, adaptable, and efficient. Use the additional resources to further explore the fascinating world of metacognition in AI agents.
1420+
1421+
## Previous Lesson
1422+
1423+
[Multi-Agent Design Pattern](../08-multi-agent/README.md)
1424+
1425+
## Next Lesson
1426+
1427+
[AI Agents in Production](../10-ai-agents-production/README.md)

10-ai-agents-production/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,7 @@ If you want to continue your learning and building with AI Agents, join the <a h
6363
We host workshops, community roundtables and "ask me anything" sessions there.
6464

6565
We also have a Learn collection of additional materials that can help you start building AI Agents in production.
66+
67+
## Previous Lesson
68+
69+
[Metacognition Design Pattern](../09-metacognition/README.md)

0 commit comments

Comments
 (0)