{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "name": "Tawei Lee Personal Brand A2A Agent",
  "description": "Agent-to-Agent interface for Tawei Lee (李達維 茶米先生) - Healthcare, Senior Care and AI Leadership Consultant",
  "url": "https://tawei.tw",
  "version": "1.0.0",
  "capabilities": {
    "llms_txt": "https://tawei.tw/llms.txt",
    "a2a_message_inquiry": {
      "endpoint": "https://script.google.com/macros/s/AKfycby4DEU7dzvr9cEuunuitme7MEQ0Rnqx21ySdi1H1w5VC_QZ656nEKAJQTLXpnhwh6dfqQ/exec",
      "method": "POST",
      "content_type": "application/json",
      "schema": {
        "type": "object",
        "properties": {
          "name": { "type": "string", "description": "Caller Name or Calling Agent ID" },
          "email": { "type": "string", "description": "Contact Email for follow-up" },
          "message": { "type": "string", "description": "Inquiry Message or A2A Request payload" }
        },
        "required": ["name", "email", "message"]
      }
    }
  },
  "services": [
    {
      "id": "1on1_coaching",
      "name": "高階思維夥伴 / 1對1 決策教練",
      "target_audience": ["Enterprise Founders", "Healthcare Executives", "AI Leaders"]
    },
    {
      "id": "strategy_workshop",
      "name": "組織提問與策略引導工作坊",
      "target_audience": ["Senior Care Institutions", "Age-Tech Companies", "Cross-disciplinary Teams"]
    }
  ]
}