gravelBridge / AutoGPT-Web-Interaction

A plugin to enable AutoGPT to interact with websites.
MIT License
246 stars 39 forks source link

Unknown command "go_to_website" #5

Closed BarelyPlaying closed 1 year ago

BarelyPlaying commented 1 year ago

Hi there,

I'm not sure why, but the command you showed in the screenshot doesn't seem to be recognized, even though I cloned the repo, zipped it, put it in my plugins folder, and allowed it on my plugins list.

Any ideas?

Thank you

logs:

Input:no, please use command "go_to_website" SYSTEM: Human feedback: no, please use command "go_to_website" THOUGHTS: To get the URLs for popular videos on Youtube, I will use the get_hyperlinks command on the Youtube homepage. REASONING: The Youtube homepage is likely to contain links to some of the most popular videos on the platform, so using get_hyperlinks on this page will allow me to extract those URLs. PLAN:

bryanjohns commented 1 year ago

When starting auto gpt, is Auto-Web-Interaction-Plugin being shown as one of the plugins that is loaded? Something like this:

Plugins found: 4
--------------------
  Auto-Web-Interaction-Plugin: 0.1.0 - Auto-GPT Web Interaction Plugin: Interact with websites.   << ---- this one
  Bing-Search-Plugin: 0.1.0 - This plugin performs Bing searches using the provided query.
  autogpt-random-values: 0.1.0 - Enable Auto-GPT with the power of random values.
  autogpt-wikipedia-search: 0.1.0 - Wikipedia search integrations.
BarelyPlaying commented 1 year ago

no, it isn't:

autogpt-notion: 0.1.0 - Notion API integrations using notion-sdk-py News-Search-Plugin: 0.1.0 - This plugin searches the latest news using the provided query and the newsapi aggregator autogpt-wikipedia-search: 0.1.0 - Wikipedia search integrations. AutoGPT-Zapier: 0.1.0 - AutoGPT Zapier Webhooks integration. Welcome back! Would you like me to return to being Browser?

gravelBridge commented 1 year ago

Did you install all the requirements? Also what version of autogpt are you running on?

BarelyPlaying commented 1 year ago

I followed the instruction guide,I should have everything. I'm on 0.3.0.

BarelyPlaying commented 1 year ago

Ah, I solved the issue. I had compressed the web interaction folder into a rar file, not a zip file. fair enough.