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