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

Quelle  response.test.ts

  Sprache: JAVA
 

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

import { describe, expect, it } from "vitest";
import { buildDaemonHintItems } from "./response.js";

describe("buildDaemonHintItems", () => {
  it("classifies common daemon hint kinds", () => {
    expect(
      buildDaemonHintItems([
        "openclaw gateway install",
        "Restart the container or the service that manages it for openclaw-demo-container.",
        "systemd user services are unavailable; install/enable systemd or run the gateway under your supervisor.",
        "On a headless server (SSH/no desktop session): run `sudo loginctl enable-linger $(whoami)` to persist your systemd user session across logins.",
        "If you're in a container, run the gateway in the foreground instead of `openclaw gateway`.",
        "WSL2 needs systemd enabled: edit /etc/wsl.conf with [boot]\\nsystemd=true",
      ]),
    ).toEqual([
      { kind: "install", text: "openclaw gateway install" },
      {
        kind: "container-restart",
        text: "Restart the container or the service that manages it for openclaw-demo-container.",
      },
      {
        kind: "systemd-unavailable",
        text: "systemd user services are unavailable; install/enable systemd or run the gateway under your supervisor.",
      },
      {
        kind: "systemd-headless",
        text: "On a headless server (SSH/no desktop session): run `sudo loginctl enable-linger $(whoami)` to persist your systemd user session across logins.",
      },
      {
        kind: "container-foreground",
        text: "If you're in a container, run the gateway in the foreground instead of `openclaw gateway`.",
      },
      {
        kind: "wsl-systemd",
        text: "WSL2 needs systemd enabled: edit /etc/wsl.conf with [boot]\\nsystemd=true",
      },
    ]);
  });
});

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet am  2026-04-27) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.