Skip to content

Commit 72d9589

Browse files
authored
Merge pull request #4590 from aahill/triggers
updating names
2 parents 4116283 + a6ffec5 commit 72d9589

File tree

3 files changed

+92
-50
lines changed

3 files changed

+92
-50
lines changed

articles/ai-services/agents/concepts/agent-catalog.md

Lines changed: 0 additions & 48 deletions
This file was deleted.
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
---
2+
title: How to use the AI agent catalog
3+
titleSuffix: Azure AI Foundry
4+
description: This article provides instructions on how to use the AI agent catalog to use code samples to quickly deploy agents.
5+
manager: nitinme
6+
ms.service: azure-ai-agent-service
7+
ms.topic: how-to
8+
ms.date: 04/29/2025
9+
ms.author: aahi
10+
author: aahill
11+
---
12+
13+
# Get started with the agent catalog
14+
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.
16+
17+
[!INCLUDE [feature-preview](../../../ai-foundry/includes/feature-preview.md)]
18+
19+
## Prerequisites
20+
21+
- [Azure subscription](https://azure.microsoft.com/free)
22+
- An [Azure AI Foundry project](../../../ai-foundry/how-to/create-projects.md).
23+
24+
## Find the agent catalog in the Azure AI Foundry portal
25+
26+
1. Go to [Azure AI Foundry portal](https://ai.azure.com).
27+
1. Open your project.
28+
1. On the left pane, select **Agents**.
29+
1. Near the top of the screen, select **Catalog**. Find the solution blueprint you want to use.
30+
31+
:::image type="content" source="../media/agent-catalog.png" alt-text="A screenshot of the model catalog." lightbox="../media/agent-catalog.png":::
32+
33+
1. Select **Open in Github** to view the entire sample application.
34+
35+
## Explore the code samples
36+
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.
38+
39+
Instructions vary by sample, but most include information on:
40+
* Setup instructions
41+
* Using the blueprint
42+
* Tools used
43+
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.
49+
50+
<!--
51+
**Azure AI Agent Service Agent Catalog**
52+
53+
| Agent Blueprint | Description | Author | Capabilities | Difficulty Level | Structure | Domain |
54+
|-----------------|-------------|--------|--------------|------------------|-----------|--------|
55+
| [Browser Automation Agent](#) | Helps users complete simple and complex web browser tasks such as online class booking using simple natural languge prompts and Azure Playwright Service | Microsoft | Web Browser Automation, Playwright Actions | Beginner-friendly | Single-Agent | Education, General |
56+
| [Deep Research Agent](#) | Conducts multi-step research tasks using OpenAI models, real-time web data, files, and third-party sources to generate comprehensive, cited reports for complex queries in science, finance, policy, and more. | Microsoft | Web Search, File Analysis, Image Reasoning, Task Scheduling | Advanced | Single-Agent | Research |
57+
| [Claim Concierge](#) | Helps patients navigate claims in their preferred language by auto-detecting user language, translating interactions and guiding them through submissions, appeals, and coverage questions. | Microsoft | File Search, Code Interpreter, Translator, Connected Agents | Beginner-friendly | Multi-Agent | Insurance |
58+
| [Trusty Link](#) | Helps users explore financial topics and investment products using Morningstar data and Bing Search. Designed for education, not advice. | Microsoft | Morningstar API, Bing Grounding, File Search | Beginner-friendly | Single-Agent | Finance |
59+
| [Travel Planner](https://github.com/microsoft/agent-blueprints/tree/main/azure-ai-agent-service-blueprints/travel-agent) | Create travel itinerary using latest travel related info powered by Bing grounding tool. | Microsoft | Tripadvisor API, Code Interpreter, OpenAPi tool (Flights) | Beginner-friendly | Single-Agent | Travel |
60+
| [Home Loan Guide](https://github.com/microsoft/agent-blueprints/tree/main/azure-ai-agent-service-blueprints/home-loan-guide) | Guides users through the mortgage application process, explains loan options, and helps with document readiness | Microsoft | Document QA, Enterprise Data Grounding, Code Interpreter | Beginner-friendly | Single-Agent | Finance |
61+
| [Sales Analyst Agent](#) | Analyzes sales data using File Search and built-in tools to generate insights like regional revenue metrics for a company. | Microsoft | File Search, Data Analysis, Insight Generation | Beginner-friendly | Single-Agent | Sales, Business Intelligence |
62+
| [AI News Agent](#) | Retrieves and summarizes news using SerpAPI and Azure AI Agent Service, with a focus on Microsoft, Healthcare, and Legal sector developments. | Marquee Insights | Real-Time Search, Summarization, Sector Prioritization | Intermediate | Single-Agent | General, Healthcare, Legal |
63+
| [Saifr Communication Agent](#) | Converts potentially noncompliant text to a more compliant, fair, and balanced version to help users better align with regulatory guidelines. Not intended to replace legal, compliance, or business functions; end users remain responsible for regulatory obligations | Fidelity Saifr | AI Text Review, OpenAPI tool | Intermediate | Single-Agent | Finance, Compliance |
64+
| [Due Diligence Risk Analyst](#) | Provides comprehensive risk analysis and timeline tracking across operational, financial, regulatory, and sustainability dimensions. Processes structured risk data to generate detailed timelines, actionable insights, and visual risk indicators. | Auquan | Code Interpreter, Grounding with Bing Search, Auquan OpenAPI tool | Intermediate | Single Agent | Finance, Legal, ESG |
65+
| [SightMachine Filler Optimization Agent](#) | Helps manufacturing engineers improve bottling line efficiency by analyzing historical data, performing root cause analysis, and offering predictive insights to optimize throughput and reduce bottlenecks. Accessible via natural language queries for ease of use without data science expertise. | SightMachine | Root Cause Analysis, Azure Functions | Intermediate | Single-Agent | Manufacturing, Industrial Operations |
66+
| [Voice Live Agent](https://github.com/yulin-li/voice-agent-sample/tree/master/samples/react) | Enables real-time speech interaction using Azure AI Voice Live API for seamless voice-based conversations | Microsoft | Real-Time Speech | Intermediate | Single-Agent | General |
67+
| [Meeting Prep Agent](#) | Prepares you for external meetings by scanning your calendar, researching attendees, and sending a concise Teams summary with bios and context. | Microsoft | Bing Grounding, Outlook Calendar, Teams Messaging via Azure Logic Apps | Intermediate | Single-Agent | General |
68+
| [CommsPilot](#) | Drafts accurate support replies and personalized outbound sales emails by combining internal documents with real-time public profile grounding. Supports inbox automation and outreach logging via Logic Apps. | Microsoft | File Search, Bing Grounding, Outlook Connector (Logic Apps) | Intermediate | Single-Agent | Customer Support, Sales |
69+
| [Supply Sense](#) | Tracks shipments, forecasts inventory needs, and analyzes logistics performance to help supply chain teams act on real-time insights. | Microsoft | Azure Maps, Azure Table Storage, Code Interpreter | Intermediate | Single-Agent | Supply Chain |
70+
| [Store Ops Guide](#) | Helps store managers optimize layout, staffing, and promotions by analyzing store photos, foot traffic data, and customer feedback | Microsoft | GPT-4o (Vision), File Search, Code Interpreter, Bing Grounding | Intermediate | Single-Agent | Retail |
71+
| [Translation Agent](#) | Handles multilingual translation with dynamic language detection, bidirectional translation, and interactive clarification of missing parameters using Translator Service | Microsoft | Azure AI Services Language Detection, Translation | Beginner-friendly | Single-Agent | General |
72+
| [Intent Routing Agent](#) | Detects user intent and routes queries deterministically to the appropriate tool (CLU or CQA) for accurate handling of high-value requests with human controls | Microsoft | Azure AI Services Intent Recognition, FAQ Answering | Beginner-friendly | Single-Agent | Customer Support |
73+
| [Exact Question Answering Agent](#) | Answers high-value predefined questions deterministically using a CQA tool to ensure consistent and accurate responses with no rewriting | Microsoft | Azure AI Services FAQ Answering, Deterministic Responses | Beginner-friendly | Single-Agent | Customer Support |
74+
| [Personal Shopper Agent](#) | Uses multi-agent orchestration to triage customer intent and route to refund or sales agents, supporting live streaming responses and human-in-the-loop for retail support scenarios. | Microsoft | Intent Routing, Human-in-the-Loop | Intermediate | Multi-Agent | Retail, Customer Support |
75+
| [Magentic One Agent](#) | A generalist, autonomous multi-agent system that performs deep research and problem-solving by orchestrating web search, code generation, and code execution agents. Ideal for tackling open-ended analytical or technical tasks. | Microsoft | Multi-Agent Workflow, Web Search, Code Generation, Code Execution | Advanced | Multi-Agent | Research |
76+
| [Customer Service Agent](#) | Orchestrates customer authentication, triage, billing, and sales support using a dynamic multi-agent workflow. Includes human-in-the-loop escalation, real-time streaming, and full-cycle support resolution. | Microsoft | Authentication, Human-in-the-Loop | Advanced | Multi-Agent | Customer Support, Telecom |
77+
| [ResearchFlow Agent](#) | Executes complex, multi-agent research workflows by gathering facts, planning actions, and coordinating dynamic sub-agents to solve open-ended tasks. Supports adaptive planning, user prompting, and final summarization. | Microsoft | Planning, Fact Management, Dynamic Agent Routing, User Prompting | Advanced | Multi-Agent | Research |
78+
79+
80+
**Semantic Kernel Agent Catalog**
81+
82+
| Agent Blueprint | Description | Author | Capabilities | Difficulty Level | Structure | Domain |
83+
|-----------------|-------------|--------|--------------|------------------|-----------|--------|
84+
| [AI Red Teaming Agent](https://github.com/microsoft/agent-blueprints/tree/main/semantic-kernel-blueprints/ai_red_team) | Automates the generation, transformation, and execution of harmful prompts against target generative AI models or applications. Useful for streamlining safety testing workflows, surfacing filter bypasses, and recording every step for later analysis. | Microsoft | Multi-agent, Custom tool, RAI Testing | Advanced | Multi-Agent | Security |
85+
| [Healthcare Multi-Agent Orchestrator](https://github.com/Azure-Samples/healthcare-multi-agent) | Demonstrates the integration of AI models and general reasoners within a group chat environment, facilitating seamless deployment for evaluations in the healthcare industry. | Microsoft | Multi-agent, Azure Bots, MS Teams | Advanced | Multi-Agent | Healthcare, General |
86+
| [Warranty Claim Processing Agent](#) | Processes warranty claims by extracting structured data, redacting PII, and determining eligibility, resolution type, and urgency using strict rules and a JSON schema. | Microsoft | Document Intelligence, PII Redaction, JSON Output Generation | Intermediate | Single-Agent | Retail |
87+
| [Contract Analysis](#) | Compares two versions of a contract to extract key fields and clauses, highlights differences, and generates a report for review and follow-up | Microsoft | File Search, Content Understanding | Intermediate | Single-Agent | Legal, Compliance, Operations |
88+
| [SOP Forge](#) | Converts instructional video into a fully formatted Standard Operating Procedure (SOP). Transcribes, identifies steps, adjusts tone, swaps visuals, and delivers a Markdown-ready file. Supports fast editing and visual generation for updated documentation. | Microsoft | Content Understanding, File Search, Image Gen | Intermediate | Single-Agent | Operations |
89+
| [Video Translation Agent](https://github.com/microsoft/agent-blueprints/tree/main/semantic-kernel-blueprints/video-translation-agent) | Translates videos between languages with customizable speech and subtitle output. Leverages Azure AI Foundry, Speech Services, and Blob Storage to support multilingual video localization for internal communications, education, and marketing. | Microsoft | Audio transcription, Speech synthesis, Subtitle generation | Beginner-friendly | Single-Agent | Media & Communications |
90+
-->

articles/ai-services/agents/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ items:
106106
href: how-to/virtual-networks.md
107107
- name: How-to
108108
items:
109-
- name: Agent blueprints
110-
href: concepts/agent-catalog.md
109+
- name: Agent catalog
110+
href: how-to/agent-catalog.md
111111
- name: Trigger an agent using Logic Apps
112112
href: how-to/triggers.md
113113
- name: Multi-agent workflows

0 commit comments

Comments
 (0)