Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/JAVA/Openclaw/extensions/tavily/   (KI Agentensystem Version 22©)  Datei vom 26.3.2026 mit Größe 1 kB image not shown  

Quelle  openclaw.plugin.json   Sprache: unbekannt

 
Spracherkennung für: .json vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

{
  "id": "tavily",
  "skills": ["./skills"],
  "providerAuthEnvVars": {
    "tavily": ["TAVILY_API_KEY"]
  },
  "uiHints": {
    "webSearch.apiKey": {
      "label": "Tavily API Key",
      "help": "Tavily API key for web search and extraction (fallback: TAVILY_API_KEY env var).",
      "sensitive": true,
      "placeholder": "tvly-..."
    },
    "webSearch.baseUrl": {
      "label": "Tavily Base URL",
      "help": "Tavily API base URL override."
    }
  },
  "contracts": {
    "webSearchProviders": ["tavily"],
    "tools": ["tavily_search", "tavily_extract"]
  },
  "configContracts": {
    "compatibilityRuntimePaths": ["tools.web.search.apiKey"]
  },
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "webSearch": {
        "type": "object",
        "additionalProperties": false,
        "properties": {
          "apiKey": {
            "type": ["string", "object"]
          },
          "baseUrl": {
            "type": "string"
          }
        }
      }
    }
  }
}

[Dauer der Verarbeitung: 0.3 Sekunden, vorverarbeitet 2026-04-27]