Adds hyperlink extraction from webpage

+ accompanying command.
This commit is contained in:
Torantulino
2023-03-30 10:10:52 +01:00
parent af17977c72
commit 114fc32d5f
3 changed files with 41 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ COMMANDS:
10. Delete GPT Agent: "delete_agent", args: "key": "<key>"
9. Navigate & Perform: "navigate_website", args: "action": "click_button/input_text/register_account", "text/username": "<text>/<username>"
11. Get Text Summary: "get_text_summary", args: "url": "<url>"
12. Get Outgoing Links: "get_hyperlinks", args: "url": "<url>"
13. Write to file: "write_to_file", args: "file": "<file>", "text": "<text>"
14. Task Complete (Shutdown): "task_complete", args: "reason": "<reason>"