Team C: Agent Card 설계
분석 대상
Agent Card란?
Connectivity Agent Card (config.yaml)
agent_card_info:
agent_arn: arn:aws:bedrock-agentcore:us-east-1:xxx:runtime/agent-xxx
agent_tags:
- connectivity
- troubleshooting
- aws
- dns
- network-analysis
- agentcore
agent_metadata:
name: Connectivity_Troubleshooting_Agent
description: "Routes requests to a Bedrock AgentCore runtime that provides
DNS resolution and connectivity analysis capabilities"
capabilities:
push_notifications: true
streaming: true
supported_content_types:
- text/plain
version: 1.0.0
agent_skills:
- id: dns_connectivity_troubleshooting
name: "DNS Resolution and Connectivity Troubleshooting"
description: "Resolves DNS hostnames to EC2 instance IDs and analyzes
network connectivity with automated fix capabilities"
examples:
- "Check connectivity between app-frontend and app-backend using TCP on port 80"
- "Resolve DNS hostname database.internal.com to instance ID"
- "Fix connectivity issues by updating security group rules"
tags:
- dns-resolution
- connectivity-analysis
- network-troubleshooting
- security-groups
- automated-fixes
executor_config:
stream: true
request_timeout_s: 900 # 15분 타임아웃
server:
default_host: 0.0.0.0
default_port: 10003Performance Agent Card
Agent Card 비교
항목
Connectivity Agent
Performance Agent
/.well-known/agent-card.json 엔드포인트
라우팅에서의 사용
Cognito 인증 설정
토론 질문
마지막 업데이트