You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: How to get started with an AI agent blueprints
2
+
title: How to use the AI agent catalog
3
3
titleSuffix: Azure AI Foundry
4
-
description: This article provides instructions on how to use an AI agent blueprints to get started with Azure AI Foundry Agent Service.
4
+
description: This article provides instructions on how to use the AI agent catalog to use code samples to quickly deploy agents.
5
5
manager: nitinme
6
6
ms.service: azure-ai-agent-service
7
7
ms.topic: how-to
@@ -10,9 +10,9 @@ ms.author: aahi
10
10
author: aahill
11
11
---
12
12
13
-
# Get started with an agent blueprint
13
+
# Get started with the agent catalog
14
14
15
-
Streamline your agentic system development with prebuilt, task-specific agent blueprints. Benefit from a quick deployment for a variety of tasks. For example, translation, sales prep, computer use, and more.
15
+
Streamline your agentic system development with prebuilt, task-specific agent code samples. Benefit from a quick deployment for a variety of tasks. For example, translation, sales prep, computer use, and more.
- An [Azure AI Foundry project](../../../ai-foundry/how-to/create-projects.md).
23
23
24
-
## Find agent blueprints in the Azure AI Foundry portal
24
+
## Find the agent catalog in the Azure AI Foundry portal
25
25
26
26
1. Go to [Azure AI Foundry portal](https://ai.azure.com).
27
27
1. Open your project.
28
28
1. On the left pane, select **Agents**.
29
-
1. Near the top of the screen, select **Code examples**. Find the solution blueprint you want to use.
29
+
1. Near the top of the screen, select **Catalog**. Find the solution blueprint you want to use.
30
30
31
31
:::image type="content" source="../media/agent-catalog.png" alt-text="A screenshot of the model catalog." lightbox="../media/agent-catalog.png":::
32
32
33
33
1. Select **Open in Github** to view the entire sample application.
34
34
35
-
## View all available blueprints
36
-
37
-
A full list of blueprints can be found on the [Agent blueprints GitHub repo](https://github.com/microsoft/agent-blueprints/tree/main) or the Azure AI Foundry. There are several blueprints available that are authored by Microsoft and partners across different domains such as: travel, finance, insurance, business intelligence, healthcare, and more.
38
-
39
-
## Explore the blueprints
35
+
## Explore the code samples
40
36
41
37
Once you're looking at the GitHub repository for your sample, refer to the README for more instructions and information on how to deploy your own version of the application.
42
38
@@ -46,3 +42,7 @@ Instructions vary by sample, but most include information on:
46
42
* Tools used
47
43
48
44
The README also includes information about the application, such as the use case, architecture, and other tips.
45
+
46
+
## View all available code samples
47
+
48
+
A full list of agent samples in the catalog can be found on the Azure AI Foundry. There are several templates available that are authored by Microsoft and partners across different domains such as: travel, finance, insurance, business intelligence, healthcare, and more.
0 commit comments