{
  "name": "Rimoi Assistant",
  "version": "1.0.0",
  "description": "Rimoi AI's customer-facing assistant. Answers questions about Rimoi's AI-powered brand, marketing, HR, operations, and data solutions, and helps visitors find the right AI employee or solution for their use case.",
  "url": "https://rimoi.com",
  "provider": {
    "organization": "Rimoi AI",
    "url": "https://rimoi.com",
    "contact": "info@rimoi.com"
  },
  "documentationUrl": "https://rimoi.com/corporate/resources/faq",
  "supportedInterfaces": [
    {
      "transport": "https",
      "url": "https://flow.rimoi.com",
      "protocol": "rimoi-flow-chat",
      "description": "Embedded chat widget (rimoi-chat custom element) backed by the Rimoi Flow API."
    }
  ],
  "capabilities": {
    "streaming": true,
    "multiTurn": true,
    "stateful": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "text/markdown"],
  "skills": [
    {
      "id": "answer-product-questions",
      "name": "Answer product questions",
      "description": "Explain Rimoi's solutions, AI employees, and corporate offerings; point users to the relevant pages on rimoi.com."
    },
    {
      "id": "route-sales-inquiries",
      "name": "Route sales and partnership inquiries",
      "description": "Collect the user's need and hand off to the appropriate contact channel (general contact or partnerships)."
    },
    {
      "id": "recommend-ai-employee",
      "name": "Recommend an AI employee",
      "description": "Given a described task (HR, marketing, analytics, content, support, administrative), recommend the Rimoi AI employee that fits and link to its page."
    }
  ]
}
