Earn 3,150 ($31.50)
LangChain Agent for Function Calling (Information Retrieval)
Bounty Description
Problem Description
Ability for LangChain agent (Librarian) to use OpenAI function calls to access a library of APIs that may be called to selectively retrieve data sets from these API libraries to share them with other agents. See example below:
(Analyst) Agent asks (Librarian) to collect data on airline flights into New York City for the past year and US Population levels of New York City.
-
Librarian reviews its database of APIs and determines the required information is in the US Transportation Department API and US Census API.
-
Librarian uses Function call to visit API documentation and call required data.
-
Librarian returns data to Analyst agent.
Acceptance Criteria
Librarian should be able to retrieve information from multiple APIs and not get stuck. It needs to quickly locate the required data from a given API across multiple APIs and return it.
Technical Details
I assume the best way is to use Function Calling from GPT