-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terminal/ASCII based browser #440
Comments
This is a great idea! Can anyone give me an outline of how to do this?
…On Sun, Apr 14, 2024 at 7:33 AM Robert Paulson ***@***.***> wrote:
Is your feature request related to a problem?
Using Search Engine APIs can be expensive and you need to create accounts
and hence share data and become third party dependent.
Describe the solution you'd like
ASCII/Terminal based browser can be used for normal web browsing / search
engines without APIs. LLMs are usually good in extracting relevant data
from ASCII based browsers. Implement a lightweight ASCII based browser like
W3M, Links2 or eLinks and such and make the machine use that for web search.
—
Reply to this email directly, view it on GitHub
<#440>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFACJ5XYT4GB7XJZCW5KZH3Y5JSR7AVCNFSM6AAAAABGGEIZZ2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGI2DEMJRGA2TGMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
If you are willing to spend 20-30 $ you can utilize the large token window of Claude 3 and use https://github.com/mufeedvh/code2prompt to upload the entire code base into claude 3 opus. From experience, it will not be able to tell you exactly what to do, but it will very likely put your awareness to the right parts of the code without you needed to learn the full code base. The biggest obstacle would be to find a way that the LLM agent can use the ascii browser to open links from the ascii browser. This should ultimately be necessary though, to actively crawl the web. |
- Add W3MBrowser class for lightweight web browsing - Implement navigation and content extraction - Add comprehensive test suite - Add documentation for ASCII browser integration - Update requirements.txt with test dependencies Co-Authored-By: Erkin Alp Güney <[email protected]>
Is your feature request related to a problem?
Using Search Engine APIs can be expensive and you need to create accounts and hence share data and become third party dependent.
Describe the solution you'd like
ASCII/Terminal based browser can be used for normal web browsing / search engines without APIs or screenshots. LLMs are usually good in extracting relevant data from ASCII based browsers. Implement a lightweight ASCII based browser like W3M, Links2 or eLinks and such and make the machine use that for web search.
The text was updated successfully, but these errors were encountered: