nova act
Basic Information
Nova Act is a Python SDK and research-preview model designed to build agents that reliably take actions inside web browsers. It provides a programmatic interface for driving Chrome/Chromium via Playwright and an act() API that accepts natural language prompts to perform browser interactions step by step. The SDK is intended for developers prototyping browser automation workflows, allowing prompts to be split into small, repeatable steps, interleaving direct Python code, tests, and parallelization. The repository includes installation and authentication instructions, sample scripts such as ordering a product or searching listings, guidance for handling sensitive input and captchas, and notes on limitations. It also describes production integration options and work with customers on features like AWS IAM, S3 storage, and an integration path with a managed browser tool for scaling.