๐Ÿ‘ฑ Agent (LangChain)

= LLM powered program/script, that can determine which tool to use and what to do with the result

๐Ÿ“– Example:

  1. User inputs a query
  2. Agent chooses between Google Search and Bing (both are tools)
  3. Agent uses the tool and evaluates the result
  4. If it is good, return it to the user, otherwise repeat step 2o

๐Ÿ”— Links

LangChain: Agents