Use the act() command to accomplish tasks with natural language
act()
from askui import VisionAgent with VisionAgent() as agent: agent.tools.webbrowser.open_new("https://docs.askui.com") agent.wait(3) # Wait for page to load agent.act("open the search field and search for agentic instructions")
Was this page helpful?