OSWorld Status Tool (Level 4)
Input
- No parameters required
valueparameter is ignored
Output
- Note ID (bound to
outvariable) containing:text: formatted status informationmetadata: raw status data including:ready: boolean - whether environment is initializeduptime_sec: server uptime in secondsstep_counter: number of actions executedprovider: provider name (e.g., "docker")headless: boolean - whether running headlessscreen: dict with width/height
Configuration
OSWORLD_URLenvironment variable (defaults tohttp://localhost:3002)- Or pass
osworld_urlin character config'sosworld_configsection
Common Workflow
{"type":"osworld-status","out":"$status"}
{"type":"osworld-observe","out":"$obs"}
{"type":"osworld-execute","python":"pyautogui.click(100,200)","out":"$result"}