{
  "name": "jpasl.fr",
  "description": "Formation et conseil en Intelligence Artificielle. Certifie Qualiopi, financement OPCO.",
  "url": "https://jpasl.fr",
  "version": "0.2.1",
  "supportedInterfaces": [
    {
      "protocol": "A2A",
      "protocolVersion": "0.2.1",
      "url": "https://jpasl.fr/api/a2a"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "search-formations",
      "name": "Recherche formations",
      "description": "Rechercher dans le catalogue des formations IA certifiees Qualiopi",
      "tags": [
        "formation",
        "ia",
        "qualiopi",
        "opco"
      ]
    },
    {
      "id": "diagnostic-ia",
      "name": "Diagnostic IA",
      "description": "Evaluer la maturite IA d une entreprise",
      "tags": [
        "diagnostic",
        "audit",
        "ia"
      ]
    }
  ],
  "provider": {
    "organization": "BusinessDigital.fr",
    "url": "https://jpasl.fr"
  },
  "authentication": {
    "schemes": [
      "OAuth2"
    ],
    "credentials": [
      {
        "id": "oauth2",
        "type": "oauth2",
        "clientRegistrationEndpoint": "https://jpasl.fr/api/agents/register",
        "tokenEndpoint": "https://jpasl.fr/api/oauth/token",
        "scopes": [
          "read",
          "write",
          "agent"
        ]
      }
    ]
  }
}