{
  "$schema": "https://a2a-project.dev/schemas/agent-card.json",
  "name": "Rabbina",
  "description": "Multilingual Torah learning platform. Daily aliyot, weekly parsha with 25 study questions, deep Q&A, and articles bridging Torah with science, psychology, and Jewish holidays. Content in Hebrew, English, Spanish, and Arabic.",
  "url": "https://rabbina.com",
  "version": "1.0.0",
  "provider": {
    "organization": "Rabbina",
    "url": "https://rabbina.com"
  },
  "documentationUrl": "https://rabbina.com/llms.txt",
  "iconUrl": "https://rabbina.com/favicon.svg",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/html", "text/plain", "application/rss+xml"],
  "skills": [
    {
      "id": "daily-aliyah",
      "name": "Daily Torah Reading (Aliyah)",
      "description": "Retrieve the daily Torah aliyah (one of seven) for the current week's parsha, with original commentary that combines classical sources with modern insight. Available in 4 languages.",
      "tags": ["torah", "daily", "aliyah", "parsha", "judaism", "study"],
      "examples": [
        "What is today's daily Torah aliyah?",
        "Show the 3rd aliyah of Parashat Tetzaveh in English",
        "תן לי את העלייה השנייה של פרשת בהעלותך"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/html"]
    },
    {
      "id": "weekly-parsha",
      "name": "Weekly Torah Portion",
      "description": "Get the full weekly parsha with key themes, original insights, and 25 study questions for discussion. Available in 4 languages with phonetic transliteration.",
      "tags": ["torah", "parsha", "weekly", "judaism", "study", "questions"],
      "examples": [
        "What is this week's parsha?",
        "Give me the 25 study questions for Parashat Shelach"
      ]
    },
    {
      "id": "torah-qa",
      "name": "Torah Questions & Answers",
      "description": "Browse 420+ deep questions on Torah, Talmud, Jewish thought, halakha, ethics, science in Torah, and Jewish psychology with detailed, source-backed answers.",
      "tags": ["torah", "qa", "questions", "talmud", "halakha", "ethics", "psychology"],
      "examples": [
        "What is the ketoret and what does it symbolize?",
        "How does the Torah view consciousness?",
        "מהי תפילת הנפש לפי המקובלים?"
      ]
    },
    {
      "id": "torah-articles",
      "name": "Torah & Science / Psychology / Holidays Articles",
      "description": "In-depth articles connecting Torah with modern physics, biology, cosmology, psychology, and detailed exploration of Jewish holiday meanings and customs.",
      "tags": ["torah", "science", "psychology", "holidays", "cosmology", "physics"],
      "examples": [
        "How does Torah relate to quantum physics?",
        "What is the deeper meaning of Shavuot?"
      ]
    }
  ],
  "discoveryEndpoints": {
    "llmsTxt": "https://rabbina.com/llms.txt",
    "llmsFullTxt": "https://rabbina.com/llms-full.txt",
    "sitemap": "https://rabbina.com/sitemap-index.xml",
    "robots": "https://rabbina.com/robots.txt",
    "rssFeeds": {
      "he": "https://rabbina.com/he/feed.xml",
      "en": "https://rabbina.com/en/feed.xml",
      "es": "https://rabbina.com/es/feed.xml",
      "ar": "https://rabbina.com/ar/feed.xml"
    }
  },
  "supportedLanguages": ["he", "en", "es", "ar"],
  "contentSignal": {
    "search": "yes",
    "ai-train": "yes",
    "ai-input": "yes"
  },
  "contact": {
    "email": "hello@rabbina.com",
    "website": "https://rabbina.com"
  }
}
