{
 "protocolVersion": "0.3.0",
 "name": "Daniel Gil — site agent",
 "description": "Answers questions about Daniel Gil using the website's own data (services, hours, location, contact, pages). Deterministic responder, no LLM behind it: it returns the business facts as published on the site.",
 "url": "https://gil.so/a2a",
 "preferredTransport": "JSONRPC",
 "supportedInterfaces": [
  {
   "url": "https://gil.so/a2a",
   "transport": "JSONRPC"
  }
 ],
 "provider": {
  "organization": "Jed",
  "url": "https://jed.so"
 },
 "version": "1.0.0",
 "capabilities": {
  "streaming": false,
  "pushNotifications": false,
  "stateTransitionHistory": false
 },
 "defaultInputModes": [
  "text/plain"
 ],
 "defaultOutputModes": [
  "text/plain"
 ],
 "skills": [
  {
   "id": "business-info",
   "name": "Business info",
   "description": "What Daniel Gil is: services, hours, location and contact details.",
   "tags": [
    "local-business",
    "info"
   ],
   "examples": [
    "What are your opening hours?",
    "What services do you offer?"
   ]
  },
  {
   "id": "site-pages",
   "name": "Website pages",
   "description": "The pages on this website, with links to each one (also available as Markdown).",
   "tags": [
    "website"
   ],
   "examples": [
    "What pages does this site have?"
   ]
  }
 ]
}