Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
leestott authored Feb 14, 2025
2 parents e72bd77 + 86ddea6 commit c58b41a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 02-explore-agentic-frameworks/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Explore Ai Agent Frameworks
# Explore AI Agent Frameworks

AI agent frameworks are software platforms designed to simplify the creation, deployment, and management of AI agents. These frameworks provide developers with pre-built components, abstractions, and tools that streamline the development of complex AI systems.

Expand Down Expand Up @@ -258,7 +258,7 @@ Semantic Kernel consists of two things, the Semantic Kernel Agent Framework and

Let's first talk about the Semantic Kernel. It has the following core concepts:

- **Connections**: This is an interface with external Ai services and data sources.
- **Connections**: This is an interface with external AI services and data sources.

```csharp
using Microsoft.SemanticKernel;
Expand Down Expand Up @@ -371,7 +371,7 @@ Let's first talk about the Semantic Kernel. It has the following core concepts:
These facts are then stored in the memory collection `SummarizedAzureDocs`. This is a very simplified example, but you can see how you can store information in the memory for the LLM to use.

So that's the basics of the Semantic Kernel framework, what about the Agent Framework?

## Azure AI Agent Service

Azure AI Agent Service is a more recent addition, introduced at Microsoft Ignite 2024. It allows for the development and deployment of AI agents with more flexible models, such as directly calling open-source LLMs like Llama 3, Mistral, and Cohere.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ If you get stuck or have any questions about bulding AI Agents, join our [Azure
|----------------------------------------|--------------------------------------------|
| Intro to AI Agents and Use Cases | [Link](./01-intro-to-ai-agents/README.md) |
| Exploring Agentic Frameworks | [Link](./02-explore-agentic-frameworks/README.md) |
| Understanding Agentic Design Patterns | [Link](./03-agentic-design-patterns\README.md) |
| Understanding Agentic Design Patterns | [Link](./03-agentic-design-patterns/README.md) |
| Tool Use Design Pattern | [Link](./04-tool-use/README.md) |
| Agentic RAG | [Link](./05-agentic-rag/README.md) |
| Building Trustworty AI Agents | [Link](./06-building-trustworthy-agents/README.md) |
Expand Down

0 comments on commit c58b41a

Please sign in to comment.