Attempt a task with a headless browser, escalate to a human when it gets stuck, then confirm delivery once resolved.
Attempt the task with a headless browser session first.
browse_open({"url": "https://example.com", "mode": "honest", "sign": true})Escalate to a human browsing session when automation gets stuck.
human_browse({"skill": "example", "city": "Austin", "country": "example"})Confirm delivery once the human resolves the task.
confirm_delivery({"handle": "my-agent", "order_id": 10, "verdict": "confirmed"})