Agent Card 스키마
Agent Card란?
Agent Card 구조
{
"name": "Connectivity_Troubleshooting_Agent",
"description": "Routes requests to a Bedrock AgentCore runtime...",
"version": "1.0.0",
"capabilities": {
"push_notifications": true,
"streaming": true
},
"supported_content_types": ["text/plain"],
"skills": [
{
"id": "dns_connectivity_troubleshooting",
"name": "DNS Resolution and Connectivity Troubleshooting",
"description": "Resolves DNS hostnames to EC2 instance IDs...",
"tags": ["dns-resolution", "connectivity-analysis", "security-groups"],
"examples": [
"Check connectivity between app-frontend and app-backend on port 80",
"Resolve DNS hostname database.internal.com to instance ID"
]
}
]
}워크샵에서 사용되는 Agent Card
Connectivity Agent
필드
값
Performance Agent
필드
값
Agent Card 검색 흐름
config.yaml 에서 Agent Card 생성
마지막 업데이트