Reset the OSWorld environment. Soft mode clears step counter only. Hard mode calls DesktopEnv.reset() to revert to snapshot state.
mode or value: string (required) - "soft" or "hard"
soft: Clear step counter only, no state changehard: Call DesktopEnv.reset() to revert environment to snapshot stateout variable) containing:
text: formatted reset resultformat: "text"metadata: reset data including:
success: boolean - whether reset succeededmode: string - reset mode usedstep_counter: integer - step counter after reset (0)OSWORLD_URL environment variable (defaults to http://localhost:3002)osworld_url in character config's osworld_config section{"type":"osworld-reset","mode":"hard","out":"$reset"}
{"type":"osworld-observe","out":"$obs"}
{"type":"osworld-execute","python":"pyautogui.click(100,200)","out":"$result"}