Web Tools¶
7 tools for web search and URL fetching.
tavily_search¶
Search the web using Tavily API.
Examples:
API Key Required
Set TAVILY_API_KEY in your .env file.
Get a free key at tavily.com
duckduckgo_search¶
Search using DuckDuckGo (no API key needed).
Example:
jina_reader¶
Extract clean content from a webpage.
Example:
Returns: Clean, formatted text content.
fetch_url_content¶
Fetch raw content from any URL.
Example:
wikipedia_search¶
Search Wikipedia articles.
Example:
arxiv_search¶
Search arXiv for academic papers.
Example:
github_search¶
Search GitHub repositories and code.
Search Types:
repositories- Find reposcode- Find code snippets
Example:
Fallback Behavior¶
QUASAR tries multiple web tools in sequence:
If one fails, it automatically tries the next.