Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Java/Openclaw/extensions/thread-ownership/   (KI Agentensystem Version 22©)  Datei vom 26.3.2026 mit Größe 782 B 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": "thread-ownership",
  "name": "Thread Ownership",
  "description": "Prevents multiple agents from responding in the same Slack thread. Uses HTTP calls to the slack-forwarder ownership API.",
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "forwarderUrl": {
        "type": "string"
      },
      "abTestChannels": {
        "type": "array",
        "items": { "type": "string" }
      }
    }
  },
  "uiHints": {
    "forwarderUrl": {
      "label": "Forwarder URL",
      "help": "Base URL of the slack-forwarder ownership API (default: http://slack-forwarder:8750)"
    },
    "abTestChannels": {
      "label": "A/B Test Channels",
      "help": "Slack channel IDs where thread ownership is enforced"
    }
  }
}

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