Skip to content

Commit 403c67a

Browse files
authored
Updated headings to sentence case
1 parent 2cf393a commit 403c67a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

learn-pr/wwl-data-ai/orchestrate-semantic-kernel-multi-agent-solution/includes/2-understand-agent-framework.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Semantic Kernel is an open-source SDK that enables developers to integrate AI mo
44

55
The Semantic Kernel Agent Framework is a framework designed to help developers build AI-powered agents. These agents can process user inputs, make decisions, and execute tasks autonomously by leveraging large language models and traditional programming logic. The framework provides structured components for defining AI-driven workflows, enabling agents to interact with users, APIs, and external services.
66

7-
### Core Concepts
7+
### Core concepts
88

99
The Agent Framework in Semantic Kernel provides architecture on top of existing Semantic Kernel resources, including:
1010

1111
- **Agents**
1212

1313
Agents are intelligent, AI-driven entities capable of reasoning and executing tasks. They use language models, functions, and memory to make decisions dynamically.
1414

15-
- **Agent Collaboration**
15+
- **Agent collaboration**
1616

1717
Agents can collaborate together through an **agent group chat**, which enables multiple agents to join the same chat, even of different agent types. Agent group chats determine which agent should respond and how to determine if the conversation is finished.
1818

@@ -22,15 +22,15 @@ The features that power Semantic Kernel are also still available within the Agen
2222

2323
The kernel is the central component of the Semantic Kernel. The kernel acts as the execution engine, managing AI interactions, function orchestration, and memory.
2424

25-
- **Tools and Plugins**
25+
- **Tools and plugins**
2626

2727
**Plugins** align with existing Semantic Kernel features, enabling agents to dynamically interact with external services or execute complex tasks through function calling. Within the Agent Framework, **tools** are available to provide extra functionality to your agents, such as file searching or code interpreter, similar to tool usage in Azure AI Agent service. Agents use tools and plugins to perform specific tasks.
2828

2929
- **History**
3030

3131
Agents can maintain chat history across multiple interactions, allowing them to track previous interactions and adapt responses accordingly. The conversation history is always accessible by the agents, either as a whole or for a specific agent's chat history.
3232

33-
### Types of Agents
33+
### Types of agents
3434

3535
The Semantic Kernel Agent Framework supports several different types of agents, including:
3636

0 commit comments

Comments
 (0)