๐ฑ Agent (LangChain)
= LLM powered program/script, that can determine which tool to use and what to do with the result
๐ Example:
- User inputs a query
- Agent chooses between Google Search and Bing (both are tools)
- Agent uses the tool and evaluates the result
- If it is good, return it to the user, otherwise repeat step 2o
๐ Links