Whats the roadmap looking like for Linux? I don't have Mac or Windows.
still a team of 2 people, so bunch things on our plate.
11–20 of 125 posts
Whats the roadmap looking like for Linux? I don't have Mac or Windows.
still a team of 2 people, so bunch things on our plate.
I would prefer this as a browser extension, not as its own browser application.
But we strongly believe that for building a good agent co-pilot we need bunch of changes at Chromium C++ code level. For example, chromium has a accessibility tree for every website, but doesn't expose it as an API to chrome extension. Having access to accessibility tree would greatly improve agent execution.
We are also building bunch of changes in C++ for agents to interact with websites -- functions like click, elements with indexes. You can inject JS for doing this but it is 20-40X slower.
I would prefer this as a browser extension, not as its own browser application.
We would've preferred to build this as browser extension too. But we strongly believe that for building a good agent co-pilot we need bunch of changes at Chromium C++ code level. For example, chromium has a accessibility tree for every website, but doesn't expose it as an API to chrome extension. Having access to accessibility tree would greatly improve agent execution. We are also building bunch of changes in C++ fo…
Earlier quoted context omitted.
We would've preferred to build this as browser extension too. But we strongly believe that for building a good agent co-pilot we need bunch of changes at Chromium C++ code level. For example, chromium has a accessibility tree for every website, but doesn't expose it as an API to chrome extension. Having access to accessibility tree would greatly improve agent execution. We are also building bunch of changes in C++ fo…
Could you upstream that change in order to make it an extension in the future? I think people would not value it any less.
From Google's perspective, extension are meant to be lightweight applications, with restricted access.
That's definitely a nice feature. Did you measure the impact on laptop battery life in a typical scenario (assuming there is such a scenario at this early stage)
> our agent runs locally in your browser (not on their server) That's definitely a nice feature. Did you measure the impact on laptop battery life in a typical scenario (assuming there is such a scenario at this early stage)
If you run LLMs locally (using Ollama) and use that in our browser, that would impact battery life for sure.
What are the system requirements? And shouldn't they be listed on your website?
This is very exciting given the rumor that OpenAI will be launching a (presumably not open source) browser of their own this summer. I've joined your Discord, so will try it soon and report back there. Congrats on launching!
Browser wars have begun.
> that OpenAI will be launching a (presumably not open source) browser of their own this summer.
For sure, won't be open-source. I bet in some parallel world, openAI would be non-profit and actually open-source AI :)
This looks like a great project. What are the system requirements? And shouldn't they be listed on your website?
hardware requirements are minimal, same as Google Chrome, if you BYOK API keys for agents and are not running LLMs locally.