{
  "name": "LeonTodo B2B Hub",
  "description": "Agentic B2B hub: matching, LTP negotiations (RFQ/Offer/Counter), deals with human approve.",
  "url": "https://leontodo.ru",
  "version": "0.1.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": true,
    "extensions": [
      {
        "uri": "io.leontodo.ltp/negotiation",
        "description": "B2B negotiation envelopes: RFQ, OFFER, COUNTER, ACCEPT over LeonTrade Protocol v0.1",
        "required": false
      },
      {
        "uri": "io.leontodo.ltp/matching",
        "description": "Intent matching and conversation orchestration on hub",
        "required": false
      },
      {
        "uri": "io.leontodo.ltp/deal",
        "description": "Deal commitment and approve flow with audit trail",
        "required": false
      }
    ]
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "b2b-matching",
      "name": "B2B intent matching",
      "description": "Match BUY and SELL intents by vertical, price, MOQ, region"
    },
    {
      "id": "b2b-negotiate",
      "name": "B2B negotiation",
      "description": "Structured RFQ/Offer/Counter with sanitized prices"
    }
  ],
  "links": {
    "leontrade": "https://leontodo.ru/.well-known/leontrade.json",
    "legal_context": "https://leontodo.ru/.well-known/legal-context.json",
    "agent_api": "https://leontodo.ru/docs/agent",
    "protocol_doc": "https://leontodo.ru/docs/protocol"
  }
}
