mirror of
https://github.com/Mintplex-Labs/anythingllm-docs.git
synced 2026-07-21 09:15:22 -04:00
[GH-ISSUE #17] [Question] Explaination needed for Agent Tools #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ShadowArcanist on GitHub (May 10, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anythingllm-docs/issues/17
At the moment I am writing the guide for AI Agents and I need some clarifications....
Summarize Documents
Agent will give you a summary of the docs and you have to ask it like "Summarize tesla.pdf"
Web Browsing
Agent will browser the internet based on the provider we have on agent configuration (Google or Serper) and you have to ask it like Can you search the internet and tell me about Tesla Cyber Truck
Web Scraping
Agent will scrape the website and tell you the contents on the website and you have to ask it like Scrape useanything.com and give me the features listed on the website
Save File
Agent will save the file to your local machine and you have to ask it like Save it as pdf with the name spacex.pdf
So what does the following tools does and how to make the agent use them?
Also please correct me If I have explained anything wrong about the other tools above (:
@timothycarambat commented on GitHub (May 10, 2024):
RAG Search:
eg:
Can you check what you already know about AnythingLLM?eg:
Ah, great point. Can you summarize and save that summary for later to you memoryList documents can be omitted, its really a helper for doc-summary.
eg:
@agent tell me what documents you can accesswill list all the documents it can see in the workspace that are embedded
Chat generation
Can produce a downloaded PNG and UI element in the chat given some data or question
eg:
@agent, can you plot y=mx+b where m=10 and b=0?eg:
@agent, can you look at data.csv and plot that as a pie chat by age?assuming data.csv is in the workspace
@ShadowArcanist commented on GitHub (May 10, 2024):
Thanks for the explanation @timothycarambat (:
[Question] Explaination needed for Agent Toolsto [GH-ISSUE #17] [Question] Explaination needed for Agent Tools