Skip to content

Commit 3e57afe

Browse files
committed
Fixing build issues
1 parent 07f85d0 commit 3e57afe

File tree

5 files changed

+8
-231
lines changed

5 files changed

+8
-231
lines changed

learn-pr/wwl-data-ai/orchestrate-sk-multi-agent-solution/6-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ quiz:
2020
- content: "A storage system used to manage user data"
2121
isCorrect: false
2222
explanation: "Incorrect. Agents do not function as data storage systems; they perform tasks based on user interaction and intent."
23-
- content: "An autonomous system that interacts with users and performs specific tasks based on user input and intent"
23+
- content: "An autonomous system that interacts with users and performs specific tasks based on user input and intent."
2424
isCorrect: true
2525
explanation: "Correct. In the Semantic Kernel Agent Framework, agents are autonomous systems that interact with users, interpret input, and perform tasks tailored to the user's needs."
2626
- content: "How does the Semantic Kernel Agent Framework select the right agent for a task?"

learn-pr/wwl-data-ai/orchestrate-sk-multi-agent-solution/draft/4-create-azure-ai-agent.md

Lines changed: 0 additions & 88 deletions
This file was deleted.

learn-pr/wwl-data-ai/orchestrate-sk-multi-agent-solution/draft/5-add-plugins-to-agents.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

learn-pr/wwl-data-ai/orchestrate-sk-multi-agent-solution/draft/6-design-agent-collaboration.md

Lines changed: 0 additions & 91 deletions
This file was deleted.
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
In this module, you learned how the Semantic Kernel Agent Framework enables developers to build collaborative AI agents. You learned about agent selection, multi-agent collaboration, and termination strategies to understand how agents interact, process input, and determine conversation flow. You also learned how selection and termination strategies ensure efficiency and goal completion in agent-driven workflows. By applying these concepts and skills, you can leverage the Semantic Kernel Agent Framework to create dynamic, adaptable AI solutions that enhance user interactions and automate complex tasks.
1+
In this module, you learned how the Semantic Kernel Agent Framework enables developers to build collaborative AI agents. You learned about agent selection, multi-agent collaboration, and termination strategies to understand how agents interact, process input, and determine conversation flow. You also learned how selection and termination strategies ensure efficiency and goal completion in agent-driven workflows. By applying these concepts and skills, you can leverage the Semantic Kernel Agent Framework to create dynamic, adaptable AI solutions that enhance user interactions and automate complex tasks.
2+
3+
More reading:
4+
5+
- Learn more about the [Semantic Kernel Agent Framework](https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-python)
6+
- Learn more about [Semantic Kernel Plugins](https://learn.microsoft.com/semantic-kernel/concepts/plugins/?pivots=programming-language-python)
7+
- Practice [developing generative AI apps with Semantic Kernel](https://learn.microsoft.com/training/paths/develop-ai-agents-azure-open-ai-semantic-kernel-sdk/)

0 commit comments

Comments
 (0)