Back to NeuroDecode ASD Caregiver Agent

Card snapshot

neurodecode-a2a-jzfv6ygw3q-as.a.run.app · 2026-05-23 09:30:17 UTC · b47fa32b3a5b1201aaa3d299a99b80a0b940da629d31fd29c040763599efa117

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "NeuroDecode ASD Caregiver Agent",
  "description": "Real-time ASD caregiver support agent. Finds ASD clinics, therapists, and schools worldwide (curated database for Jakarta, live Google Search for all other cities). Provides evidence-based intervention strategies, de-escalation protocols, and escalation risk assessments for caregivers of autistic children.",
  "version": "1.1.0",
  "provider": {
    "organization": "NeuroDecode AI",
    "url": "https://github.com/Psianturi/neuro-decode"
  },
  "url": "https://neurodecode-a2a-jzfv6ygw3q-as.a.run.app",
  "preferredTransport": "JSONRPC",
  "protocolVersion": "1.0",
  "supportedInterfaces": [
    {
      "url": "https://neurodecode-a2a-jzfv6ygw3q-as.a.run.app",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "securitySchemes": {
    "apiKey": {
      "type": "apiKey",
      "in": "header",
      "name": "X-API-Key",
      "description": "API key for NeuroDecode A2A agent access"
    }
  },
  "security": [
    {
      "apiKey": []
    }
  ],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "find_asd_resources",
      "name": "Find ASD Resources",
      "description": "Find ASD-relevant clinics, therapists, inclusive schools, hospitals, and community centers worldwide. Jakarta / Indonesia: returns 198 curated verified resources. All other cities: live Google Search via Gemini.",
      "tags": [
        "ASD",
        "resources",
        "global",
        "clinic",
        "therapist",
        "Jakarta"
      ],
      "examples": [
        "Find ASD therapists in London",
        "Cari klinik autis di Jakarta",
        "Show me inclusive schools in Singapore",
        "ASD support groups in Sydney"
      ]
    },
    {
      "id": "suggest_interventions",
      "name": "Suggest ASD Interventions",
      "description": "Get evidence-based intervention strategies for a specific ASD trigger type, tailored to child age and sensory profile.",
      "tags": [
        "ASD",
        "intervention",
        "trigger",
        "strategy"
      ],
      "examples": [
        "What should I do when my child has a meltdown from loud noise?",
        "Suggest interventions for a child who gets distressed by transitions"
      ]
    },
    {
      "id": "get_de_escalation_steps",
      "name": "De-escalation Protocol",
      "description": "Get step-by-step de-escalation protocol for an active distress situation, with urgency-appropriate guidance.",
      "tags": [
        "ASD",
        "de-escalation",
        "meltdown",
        "crisis"
      ],
      "examples": [
        "My child is having a meltdown right now, what do I do?",
        "Child is screaming and hitting walls, need immediate help"
      ]
    },
    {
      "id": "assess_escalation_risk",
      "name": "Assess Escalation Risk",
      "description": "Assess escalation risk level (low/medium/high/critical) from behavioral pattern descriptions. Simulates NeuroDecode observer model reasoning in natural language.",
      "tags": [
        "ASD",
        "risk",
        "assessment",
        "behavior",
        "observer"
      ],
      "examples": [
        "Child has been rocking and vocalizing for 10 minutes, assess risk",
        "Evaluate escalation risk: high-pitched sounds, covering ears"
      ]
    },
    {
      "id": "draft_therapist_handover",
      "name": "Draft Therapist Handover Note",
      "description": "Generate a structured clinical briefing note for a therapist or psychiatrist appointment, based on caregiver's behavioral observations, identified triggers, and effective interventions. Bridges the gap between daily caregiver experience and clinical consultation \u2014 the 'last mile' of ASD care coordination.",
      "tags": [
        "ASD",
        "clinical",
        "therapist",
        "handover",
        "appointment",
        "FHIR-ready"
      ],
      "examples": [
        "Help me prepare notes for my child's therapy appointment tomorrow",
        "Draft a handover note: child has increased meltdowns, triggers are loud noise and transitions",
        "Create a clinical briefing based on 3 weeks of observations"
      ]
    },
    {
      "id": "assess_caregiver_wellbeing",
      "name": "Assess Caregiver Wellbeing",
      "description": "Screen caregiver stress and burnout indicators and provide personalized self-care guidance and support resource recommendations. Addresses the whole family system \u2014 caregiver mental health directly impacts child outcomes.",
      "tags": [
        "ASD",
        "caregiver",
        "burnout",
        "wellbeing",
        "mental-health",
        "support"
      ],
      "examples": [
        "I've been exhausted and snapping at my child more. I need help.",
        "Assess my stress level as a caregiver \u2014 I haven't slept properly in weeks",
        "What support resources should I look for as an ASD caregiver?"
      ]
    },
    {
      "id": "get_sensory_diet_plan",
      "name": "Get Sensory Diet Plan",
      "description": "Generate a personalized sensory diet \u2014 a structured daily set of sensory input activities based on occupational therapy principles \u2014 tailored to the child's sensory profile, age, and environment. Helps children with ASD self-regulate throughout the day.",
      "tags": [
        "ASD",
        "sensory",
        "OT",
        "occupational-therapy",
        "regulation",
        "routine"
      ],
      "examples": [
        "My child seeks deep pressure and is sensitive to noise. Make a sensory diet.",
        "Create a sensory regulation plan for a 7-year-old who spins and covers ears at school",
        "Sensory diet for home use: child is hypersensitive to touch and avoids crowds"
      ]
    }
  ]
}