@radaros/browser
v0.3.42
Published
Browser automation agent for RadarOS using Playwright
Maintainers
Readme
@radaros/browser
Browser automation agent for RadarOS using Playwright.
Install
npm install @radaros/browser playwrightQuick Start
import { BrowserAgent } from "@radaros/browser";
import { openai } from "@radaros/core";
const agent = new BrowserAgent({
name: "browser-bot",
model: openai("gpt-4o"),
instructions: "Navigate websites and extract information.",
});
const result = await agent.run("Go to example.com and get the page title");
console.log(result.text);Documentation
Full docs at radaros.mintlify.dev
License
MIT
