Kitesurf: Agent-first browser that runs in V8 isolates
11–20 of 67 posts
Re: Kitesurf: Agent-first browser that runs in V8 isolates
#12Can someone give me examples of where you use agents in your browser? I’ve heard executive leaders tout that “people use agents to buy things for them” but I haven’t actually seen that.
Re: Kitesurf: Agent-first browser that runs in V8 isolates
#13Earlier quoted context omitted.
any plans to support webdriver bidi for automation? (i'd be happy to help!) [edit: for others reading who don't usually nerd out on browser automation protocols: webdriver bidi is the new-ish w3c cross-browser standard inspired by CDP - the main magic was the upgrade to websockets and also to standardize the capture of network-level traffic. there are still feature gaps between CDP and BiDi (in spec and implementatio…
> Long term, i believe we should bet on web standards, not proprietary protocols controlled by one company. Totally agree. Not sure if you're involved in the development / spec process for WebDriver Bidi, but the big limitation atm is that it has almost no support for the devtool inspection use cases served by the Chrome Devtools Protocol (CDP) and the Firefox Devtools Protocol (FDP). The Servo and Ladybird browsers…
Re: Kitesurf: Agent-first browser that runs in V8 isolates
#14Can someone give me examples of where you use agents in your browser? I’ve heard executive leaders tout that “people use agents to buy things for them” but I haven’t actually seen that.
Re: Kitesurf: Agent-first browser that runs in V8 isolates
#15Can someone give me examples of where you use agents in your browser? I’ve heard executive leaders tout that “people use agents to buy things for them” but I haven’t actually seen that.
My wife really dislikes building up the shopping cart for our weekly grocery delivery, so I built an agent... thing with earendil's npm libs. It takes the menu my wife has decided on, confers with her about the ingredients (if it hasn't seen a recipe before), and then uses Chrome's devtools protocol to head to Walmart and add everything to the shopping cart.
It works fairly well and uses the local models I have running on my Mac Studio.
Re: Kitesurf: Agent-first browser that runs in V8 isolates
#16Re: Kitesurf: Agent-first browser that runs in V8 isolates
#17Re: Kitesurf: Agent-first browser that runs in V8 isolates
#18Can someone give me examples of where you use agents in your browser? I’ve heard executive leaders tout that “people use agents to buy things for them” but I haven’t actually seen that.