Tavily Search
Command to execute
curl -s -X POST https://api.tavily.com/search \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer ${TAVILY}" \
-d "{\"query\": \"$ARGUMENTS_REST\", \"search_depth\": \"advanced\", \"max_results\": 6, \"time_range\": \"week\"}"
Source: aiden-liu/news_roundup_agent — distributed by TomeVault.