Naar hoofdinhoud gaan

Documentation Index

Fetch the complete documentation index at: https://docs.openclaw.ai/llms.txt

Use this file to discover all available pages before exploring further.

openclaw setup

Initialiseer ~/.openclaw/openclaw.json en de agentwerkruimte. Gerelateerd:

Voorbeelden

openclaw setup
openclaw setup --workspace ~/.openclaw/workspace
openclaw setup --wizard
openclaw setup --wizard --import-from hermes --import-source ~/.hermes
openclaw setup --non-interactive --mode remote --remote-url wss://gateway-host:18789 --remote-token <token>

Opties

  • --workspace <dir>: agentwerkruimtemap (opgeslagen als agents.defaults.workspace)
  • --wizard: voer de introductie uit
  • --non-interactive: voer de introductie uit zonder prompts
  • --mode <local|remote>: introductiemodus
  • --import-from <provider>: migratieprovider die tijdens de introductie moet worden uitgevoerd
  • --import-source <path>: bronmap van de agent voor --import-from
  • --import-secrets: importeer ondersteunde geheimen tijdens de introductiemigratie
  • --remote-url <url>: externe Gateway WebSocket-URL
  • --remote-token <token>: extern Gateway-token
Om de introductie via setup uit te voeren:
openclaw setup --wizard
Opmerkingen:
  • Gewone openclaw setup initialiseert configuratie + werkruimte zonder de volledige introductiestroom.
  • Introductie wordt automatisch uitgevoerd wanneer er introductievlaggen aanwezig zijn (--wizard, --non-interactive, --mode, --import-from, --import-source, --import-secrets, --remote-url, --remote-token).
  • Als Hermes-status wordt gedetecteerd, kan interactieve introductie automatisch migratie aanbieden. Importintroductie vereist een nieuwe setup; gebruik Migreren voor dry-run-plannen, back-ups en overschrijfmodus buiten de introductie.

Gerelateerd