Any library to pass functional calls useful tools to GPT?

Often for my projects, I have to copy and paste the same functionality to give to the GPT API — reading web page, searching google, fetching local news etc. — is there a library where I can just plugin in function calls to OpenAI’s API?

Would be cool just to have a library where I can import in “browse_google” specifically configured for GPT’s function calls and then just pass it to the API

The closest thing I found is OpenAI Function Calling Toolkit and Function Library on GitHub. But it’s from a long time ago, feel like there’s a big opportunity here