skull8888888's comments

skull8888888 | 10 months ago | on: Show HN: Index – New Open Source browser agent

Oh I see, didn't know about that, fastest and easiest thing you can do is to play around with pro via our chat UI https://lmnr.ai/chat - it's free up to 10 messages.

For the CLI and custom models, you can clone the repo, then go to the cli.py and manually add your model there. I will work on proper support of custom models.

skull8888888 | 10 months ago | on: Show HN: Index – New Open Source browser agent

I'm pretty confident it can do it. Try it out and see for yourself. Just install the package, run cli and give it your prompt.

pip install lmnr-index playwright install chromium index run

Also try experimenting with different models. So far, Gemini 2.5 Pro is the best in terms of quality/speed. Claude 3.7 is also pretty good.

skull8888888 | 10 months ago | on: Show HN: Index – New Open Source browser agent

- research task, agent is smart enough to understand which links to click next without the need to hardcode the parsing and navigation logic

- any task that requires UI interaction, button clicking, filter selection, form filling and so on. Just prompt it, it's surprisingly very robust and self-healing.

- complex long-running task that require extensive context - e.g. researching one topic and then creating spreadsheet, creating a presentation for a topic and so on.

Essentially, any task that can be done within a browser environment that previously required flacky hardcoded predefined scripts. Also, website testing is a great example.

page 1