{
  "name": "AgentAI",
  "description": "Türkiye'nin düzenleyici muhakeme motoru (Regulatory Reasoning Engine). BDDK, MASAK, SPK ve Ticaret Bakanlığı mevzuatına hakim, KYC/AML tarama, sanction screening ve şirket uyum denetimi sağlayan AI ajanı.",
  "url": "https://agentai.com.tr",
  "version": "1.0.0",
  "provider": {
    "organization": "Digimental Teknoloji A.Ş.",
    "url": "https://digimental.com.tr"
  },
  "documentationUrl": "https://agentai.com.tr/docs",
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json", "text/markdown"],
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "authentication": {
    "schemes": ["bearer"]
  },
  "supportedInterfaces": [
    {
      "url": "https://api.agentai.com.tr",
      "transport": "https+openapi",
      "description": "REST (OpenAPI 3.1) — FastAPI BDDK RAG service",
      "specUrl": "https://api.agentai.com.tr/openapi.json"
    },
    {
      "url": "https://api.agentai.com.tr/agents/{agent_id}/run",
      "transport": "https+jsonrpc",
      "description": "Agent invocation endpoint (HTTP POST, JSON body)"
    }
  ],
  "skills": [
    {
      "id": "kyc-aml-screening",
      "name": "KYC/AML Sanction Screening",
      "description": "OpenSanctions tabanlı bireysel KYC ve AML taraması. PEP, sanctions listeleri, isim eşleştirme. Türkiye + global kapsam.",
      "tags": ["kyc", "aml", "sanctions", "pep", "compliance"],
      "examples": [
        "Mehmet Yılmaz isimli kişinin KYC taraması yap",
        "Screen John Doe against OFAC and EU sanctions lists"
      ]
    },
    {
      "id": "company-screening",
      "name": "Şirket Uyum Taraması",
      "description": "VKN checksum doğrulama, konkordato kontrolü, ticaret sicil sorgulama, UBO analizi. Türkiye özel entegrasyonları.",
      "tags": ["kyb", "company", "vkn", "konkordato", "ticaret-sicil"],
      "examples": [
        "VKN 1234567890 için uyum taraması yap",
        "Digimental Teknoloji A.Ş. konkordato durumunu sorgula"
      ]
    },
    {
      "id": "bddk-regulatory-rag",
      "name": "BDDK Düzenleyici Muhakeme",
      "description": "76+ BDDK mevzuat dokümanı üzerinde semantic search. Bankacılık Kanunu, MASAK mevzuatı, ödeme hizmetleri yönetmelikleri.",
      "tags": ["bddk", "masak", "mevzuat", "rag", "banking", "regulation"],
      "examples": [
        "Ödeme kuruluşu lisansı için gerekli sermaye nedir?",
        "MASAK'a şüpheli işlem bildirim süresi kaç gündür?"
      ]
    },
    {
      "id": "transaction-monitoring",
      "name": "İşlem İzleme ve Alert",
      "description": "Gerçek zamanlı işlem izleme, kural motoru, şüpheli işlem tespiti ve otomatik alarm üretimi.",
      "tags": ["monitoring", "alerts", "rules", "realtime"],
      "examples": [
        "Son 24 saatteki yüksek riskli işlemleri listele",
        "Bu müşteri için aktif alarmları getir"
      ]
    }
  ]
}
