Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  sandbox-fixtures.ts   Sprache: unbekannt

 
import type {
  SandboxBrowserConfig,
  SandboxPruneConfig,
  SandboxSshConfig,
} from "../../src/agents/sandbox/types.js";

export function createSandboxBrowserConfig(
  overrides: Partial<SandboxBrowserConfig> = {},
): SandboxBrowserConfig {
  return {
    enabled: false,
    image: "openclaw-browser",
    containerPrefix: "openclaw-browser-",
    network: "bridge",
    cdpPort: 9222,
    vncPort: 5900,
    noVncPort: 6080,
    headless: true,
    enableNoVnc: false,
    allowHostControl: false,
    autoStart: false,
    autoStartTimeoutMs: 1000,
    ...overrides,
  };
}

export function createSandboxPruneConfig(
  overrides: Partial<SandboxPruneConfig> = {},
): SandboxPruneConfig {
  return {
    idleHours: 24,
    maxAgeDays: 7,
    ...overrides,
  };
}

export function createSandboxSshConfig(
  workspaceRoot: string,
  overrides: Partial<SandboxSshConfig> = {},
): SandboxSshConfig {
  return {
    command: "ssh",
    workspaceRoot,
    strictHostKeyChecking: true,
    updateHostKeys: true,
    ...overrides,
  };
}

Messung V0.5 in Prozent
C=100 H=100 G=100

[zur Elbe Produktseite wechseln0.15QuellennavigatorsAnalyse erneut starten2026-06-10]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=141584
#Domains=752002