import asynciofrom narada import Naradaasync def main() -> None: # Initialize the Narada client async with Narada() as narada: # Open a new browser window and initialize the Narada UI agent window = await narada.open_and_initialize_browser_window() print("Browser window opened successfully!")if __name__ == "__main__": asyncio.run(main())
Running this script will open a Chrome window on the Narada initialization page.
3
Install Extension
When the initialization page opens, you’ll need to install the Narada Extension: