AgentCard JSON
{
"$schema": "https://a2a-protocol.org/latest/specification/json/AgentCard.json",
"protocolVersion": "0.3.0",
"protocolVersions": [
"0.3.0"
],
"name": "Donny Y. Chen",
"description": "Donny Chen - Research Scientist at ByteDance Seed (Singapore)",
"url": "https://donydchen.github.io",
"version": "1.0.0",
"provider": {
"organization": "Donny Y. Chen",
"url": "https://donydchen.github.io"
},
"documentationUrl": "https://donydchen.github.io/docs/",
"supportedInterfaces": [
{
"url": "https://donydchen.github.io",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "0.3"
}
],
"additionalInterfaces": [
{
"url": "https://donydchen.github.io",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "0.3"
}
],
"preferredTransport": "HTTP+JSON",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain",
"text/markdown",
"application/json"
],
"skills": [
{
"id": "read-bio",
"name": "read-bio",
"description": "Read the author's short biography and research focus.",
"tags": [
"read-only",
"personal-homepage"
],
"examples": [
"https://donydchen.github.io/#about"
]
},
{
"id": "list-publications",
"name": "list-publications",
"description": "List the author's selected publications with links to PDFs, code, project pages, and citations.",
"tags": [
"read-only",
"personal-homepage"
],
"examples": [
"https://donydchen.github.io/#publications"
]
},
{
"id": "list-projects-and-talks",
"name": "list-projects-and-talks",
"description": "List the author's projects and invited talks.",
"tags": [
"read-only",
"personal-homepage"
],
"examples": [
"https://donydchen.github.io/#projects"
]
},
{
"id": "get-contact-and-social",
"name": "get-contact-and-social",
"description": "Get email and social-profile links (GitHub, Google Scholar, ORCID, LinkedIn, etc.).",
"tags": [
"read-only",
"personal-homepage"
],
"examples": [
"https://donydchen.github.io/#about"
]
},
{
"id": "fetch-syndication-feed",
"name": "fetch-syndication-feed",
"description": "Fetch the Atom feed of site updates.",
"tags": [
"read-only",
"personal-homepage"
],
"examples": [
"https://donydchen.github.io/feed.xml"
]
},
{
"id": "read-site-documentation",
"name": "read-site-documentation",
"description": "Read the site / template documentation.",
"tags": [
"read-only",
"personal-homepage"
],
"examples": [
"https://donydchen.github.io/docs/"
]
}
]
}