Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
unmodeled-tyler 
posted an update 1 day ago
Post
2555
Here's a demo of Vessel Browser in action!

Minimax M2.7 was challenged with navigating to a large Ecom site, curate a selection of 5 different products, and add them all to the cart with included reasoning behind choices. (or try it yourself - open source, MIT license, and BYOK!)
npm i @quanta-intellect/vessel-browser

Vessel is a browser that I've been working on which is designed specifically for agents with human-in-the-loop visibility. It comes with a local MCP server allowing any harness that supports custom MCP to control the browser. Additionally, you can BYOK to 8+ different providers (including custom OAI compatible endpoints and local models).

One of my favorite features of the browser is persistent, bi-directional highlighting - meaning that both you AND the agent can highlight anything on the screen and the agent receives the context.

Vessel Browser is unique in that it surfaces available tools contextually to the agent, meaning the agent doesn't have to decide between 80+ tools at any given time, but rather is focused on a subset of tools most applicable to the current state.

Give it a try!

https://github.com/unmodeled-tyler/vessel-browser

There's certainly still some edges that need to be rounded out, but Vessel Browser is on a nightly release schedule so improvements are made daily!

I was actually super excited to finally get a successful run out of this test - on this specific website there’s a sidebar popup that surfaces after the book is added to the cart essentially asking if you want to continue shopping or go to the cart.

Just about every architecture I tried completely missed the dialogue box and would just hit “add to basket” again which dismissed the popup, but subsequently duplicated the quantity. I spent just about an entire day on that problem so I was stoked to finally fix it 🦾