Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/AgentManifest.yaml

name: AgentWithHostedMCP
displayName: "Microsoft Learn Response Agent with MCP"
description: >
Expand All @@ -14,6 +16,8 @@ metadata:
- Model Context Protocol
- MCP
- Tool Call Approval
parameters:
properties: {}
template:
kind: hosted
name: AgentWithHostedMCP
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/AgentManifest.yaml

name: AgentWithTextSearchRag
displayName: "Text Search RAG Agent"
description: >
Expand All @@ -14,6 +16,8 @@ metadata:
- Microsoft Agent Framework
- Retrieval-Augmented Generation
- RAG
parameters:
properties: {}
template:
kind: hosted
name: AgentWithTextSearchRag
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: AgentsInWorkflows
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/AgentManifest.yaml

name: AgentsInWorkflows
displayName: "Translation Chain Workflow Agent"
description: >
A workflow agent that performs sequential translation through multiple languages.
Expand All @@ -11,6 +13,8 @@ metadata:
- Azure AI AgentServer
- Microsoft Agent Framework
- Workflows
parameters:
properties: {}
template:
kind: hosted
name: AgentsInWorkflows
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/AgentManifest.yaml

# Unique identifier/name for this agent
name: agent-with-hosted-mcp
# Display name for this agent
displayName: "Agent with Hosted MCP"
# Brief description of what this agent does
description: >
An AI agent that uses Azure OpenAI with a Hosted Model Context Protocol (MCP) server.
Expand All @@ -13,6 +17,8 @@ metadata:
- Microsoft Agent Framework
- Model Context Protocol
- MCP
parameters:
properties: {}
template:
name: agent-with-hosted-mcp
# The type of agent - "hosted" for HOBO, "container" for COBO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/AgentManifest.yaml

# Unique identifier/name for this agent
name: agent-with-text-search-rag
# Display name for this agent
displayName: "Text Search RAG Agent"
# Brief description of what this agent does
description: >
An AI agent that uses a ContextProvider for retrieval augmented generation (RAG) capabilities.
Expand All @@ -16,6 +20,8 @@ metadata:
- Microsoft Agent Framework
- Retrieval-Augmented Generation
- RAG
parameters:
properties: {}
template:
name: agent-with-text-search-rag
# The type of agent - "hosted" for HOBO, "container" for COBO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/AgentManifest.yaml

# Unique identifier/name for this agent
name: agents-in-workflow
# Display name for this agent
displayName: "Agents in Workflow"
# Brief description of what this agent does
description: >
A workflow agent that responds to product launch strategy inquiries by concurrently leveraging insights from three specialized agents.
Expand All @@ -11,6 +15,8 @@ metadata:
- Azure AI AgentServer
- Microsoft Agent Framework
- Workflows
parameters:
properties: {}
template:
name: agents-in-workflow
# The type of agent - "hosted" for HOBO, "container" for COBO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/AgentManifest.yaml

name: CalculatorAgent
# Display name for this agent
displayName: "Calculator Agent"
description: This LangGraph agent can perform arithmetic calculations such as addition, subtraction, multiplication, and division.
metadata:
example:
Expand All @@ -10,6 +14,8 @@ metadata:
- learning
authors:
- migu
parameters:
properties: {}
template:
name: CalculatorAgentLG
kind: hosted
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/AgentManifest.yaml

# Unique identifier/name for this agent
name: echo-agent
# Display name for this agent
displayName: "Echo Agent"
# Brief description of what this agent does
description: >
This sample demonstrates how to create a custom AI agent that echoes user input.
Expand All @@ -11,6 +15,8 @@ metadata:
- Azure AI AgentServer
- Custom Agent Implementation
- Microsoft Agent Framework
parameters:
properties: {}
template:
name: echo-agent
kind: hosted
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/AgentManifest.yaml

name: HuggingFace-Agent
# Display name for this agent
displayName: "Hugging Face Tool Agent"
description: Hugging Face agent
metadata:
example:
Expand All @@ -7,6 +11,8 @@ metadata:
What's are the trending models in the OpenLLM Leaderboard?
tags:
- Microsoft Agent Framework
parameters:
properties: {}
template:
name: HuggingFace-Agent
kind: hosted
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/AgentManifest.yaml

name: msft-learn-mcp-agent
# Display name for this agent
displayName: "Microsoft Learn MCP Agent"
description: This Agent can access and search Microsoft Learn documentation using MCP (Model Context Protocol) with tool call approval.
metadata:
tags:
Expand All @@ -9,6 +13,8 @@ metadata:
- Tool Call Approval
authors:
- jeomhove
parameters:
properties: {}
template:
name: msft-learn-mcp-agent
kind: hosted
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/AgentManifest.yaml

name: WebSearchAgent
# Display name for this agent
displayName: "Web Search Agent"
description: This Agent can perform web searches and retrieve the latest information from Bing.
metadata:
example:
Expand All @@ -13,6 +17,8 @@ metadata:
- Microsoft Agent Framework
authors:
- jeomhove
parameters:
properties: {}
template:
name: WebSearchAgent
kind: hosted
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/AgentManifest.yaml

name: AgentWithHostedMCP
displayName: "Microsoft Learn Response Agent with MCP"
description: >
Expand All @@ -14,6 +16,8 @@ metadata:
- Model Context Protocol
- MCP
- Tool Call Approval
parameters:
properties: {}
template:
kind: hosted
name: AgentWithHostedMCP
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/AgentManifest.yaml

# Unique identifier/name for this agent
name: seattle-hotel-agent
# Display name for this agent
displayName: "Seattle Hotel Agent"
# Brief description of what this agent does
description: >
A travel assistant agent that helps users find hotels in Seattle.
Expand All @@ -15,6 +19,8 @@ metadata:
- Local Tools
- Travel Assistant
- Hotel Search
parameters:
properties: {}
template:
name: seattle-hotel-agent
kind: hosted
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/AgentManifest.yaml

name: AgentWithTextSearchRag
displayName: "Text Search RAG Agent"
description: >
Expand All @@ -14,6 +16,8 @@ metadata:
- Microsoft Agent Framework
- Retrieval-Augmented Generation
- RAG
parameters:
properties: {}
template:
kind: hosted
name: AgentWithTextSearchRag
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/AgentManifest.yaml

name: AgentWithTools
displayName: "Agent with Tools"
description: >
Expand All @@ -12,6 +14,8 @@ metadata:
- Tools
- MCP
- Code Interpreter
parameters:
properties: {}
template:
kind: hosted
name: AgentWithTools
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: AgentsInWorkflows
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/AgentManifest.yaml

name: AgentsInWorkflows
displayName: "Translation Chain Workflow Agent"
description: >
A workflow agent that performs sequential translation through multiple languages.
Expand All @@ -11,6 +13,8 @@ metadata:
- Azure AI AgentServer
- Microsoft Agent Framework
- Workflows
parameters:
properties: {}
template:
kind: hosted
name: AgentsInWorkflows
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
name: SystemUtilityAgent
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/AgentManifest.yaml

name: SystemUtilityAgent
# Display name for this agent
displayName: "System Utility Agent"
description: |-
System Utility Agent (cross-OS, container-aware) — NO local files required.

Expand All @@ -21,6 +25,8 @@ metadata:
- learning
authors:
- mengla
parameters:
properties: {}
template:
name: SystemUtilityAgent
kind: hosted
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/AgentManifest.yaml

# Unique identifier/name for this agent
name: af-agent-with-foundry-tools
# Display name for this agent
displayName: "Agent with Foundry Tools"
# Brief description of what this agent does
description: >
An AI agent that uses Azure OpenAI with a Hosted Model Context Protocol (MCP) server.
Expand All @@ -13,6 +17,8 @@ metadata:
- Microsoft Agent Framework
- Model Context Protocol
- MCP
parameters:
properties: {}
template:
name: af-agent-with-foundry-tools
kind: hosted
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/AgentManifest.yaml

# Unique identifier/name for this agent
name: seattle-hotel-agent
# Display name for this agent
displayName: "Seattle Hotel Agent"
# Brief description of what this agent does
description: >
A travel assistant agent that helps users find hotels in Seattle.
Expand All @@ -15,6 +19,8 @@ metadata:
- Local Tools
- Travel Assistant
- Hotel Search
parameters:
properties: {}
template:
name: seattle-hotel-agent
kind: hosted
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/AgentManifest.yaml

# Unique identifier/name for this agent
name: agent-with-text-search-rag
# Display name for this agent
displayName: "Text Search RAG Agent"
# Brief description of what this agent does
description: >
An AI agent that uses a ContextProvider for retrieval augmented generation (RAG) capabilities.
Expand All @@ -16,6 +20,8 @@ metadata:
- Microsoft Agent Framework
- Retrieval-Augmented Generation
- RAG
parameters:
properties: {}
template:
name: agent-with-text-search-rag
# The type of agent - "hosted" for HOBO, "container" for COBO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/AgentManifest.yaml

# Unique identifier/name for this agent
name: agents-in-workflow
# Display name for this agent
displayName: "Agents in Workflow"
# Brief description of what this agent does
description: >
A workflow agent that responds to product launch strategy inquiries by concurrently leveraging insights from three specialized agents.
Expand All @@ -11,6 +15,8 @@ metadata:
- Azure AI AgentServer
- Microsoft Agent Framework
- Workflows
parameters:
properties: {}
template:
name: agents-in-workflow
# The type of agent - "hosted" for HOBO, "container" for COBO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/AgentManifest.yaml

# Unique identifier/name for this agent
name: echo-agent
# Display name for this agent
displayName: "Echo Agent"
# Brief description of what this agent does
description: >
This sample demonstrates how to create a custom AI agent that echoes user input.
Expand All @@ -11,6 +15,8 @@ metadata:
- Azure AI AgentServer
- Custom Agent Implementation
- Microsoft Agent Framework
parameters:
properties: {}
template:
name: echo-agent
kind: hosted
Expand Down
Loading