open_deep_research icon indicating copy to clipboard operation
open_deep_research copied to clipboard

Feat/linkup search api

Open BruceWouaigne opened this issue 4 days ago • 0 comments

Hey there!

This PR adds web search using the Linkup API.

It also removes the TavilyClient which wasn't used anywhere and moved the AsyncTavilyClient instantiation within the tavily_search_async method to avoid a

tavily.errors.MissingAPIKeyError: No API key provided. Please provide the api_key attribute or set the TAVILY_API_KEY environment variable.

when Tavily isn't used.

I chose not to use the same response format, let me know if it's a problem.

Thanks!

BruceWouaigne avatar Feb 28 '25 08:02 BruceWouaigne