-
Notifications
You must be signed in to change notification settings - Fork 369
Expand file tree
/
Copy pathagent.yaml
More file actions
28 lines (27 loc) · 903 Bytes
/
agent.yaml
File metadata and controls
28 lines (27 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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.
It is useful for testing, debugging, and learning how to build custom agents.
metadata:
# Categorization tags for organizing and discovering agents
tags:
- AI Agent Hosting
- Azure AI AgentServer
- Custom Agent Implementation
- Microsoft Agent Framework
parameters:
properties: {}
template:
name: echo-agent
kind: hosted
protocols:
- protocol: responses
version: v1
environment_variables:
- name: AZURE_AI_PROJECT_ENDPOINT
value: ${AZURE_AI_PROJECT_ENDPOINT}