portfolio-page/public/.well-known/agents.json

30 lines
955 B
JSON

{
"agents": [
{
"name": "Sascha Bach Portfolio",
"description": "Public portfolio for Sascha Bach with bilingual service, project, expertise, and contact information focused on accessible web development.",
"url": "https://sascha-bach.de",
"docs": {
"agent_guide": "https://sascha-bach.de/AGENTS.md",
"llms_txt": "https://sascha-bach.de/llms.txt",
"llms_full": "https://sascha-bach.de/llms-full.txt"
},
"protocols": {
"a2a": {
"agent_card": "https://sascha-bach.de/.well-known/agent-card.json"
},
"agent_skills": {
"index": "https://sascha-bach.de/.well-known/agent-skills/index.json"
},
"mcp": {
"discovery": "https://sascha-bach.de/.well-known/mcp.json"
},
"webmcp": {
"declarative": true,
"manifest": "https://sascha-bach.de/.well-known/webmcp.json"
}
}
}
]
}