Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.19.0
๐ต๏ธโโ๏ธ Super Agent: The AI Answer Machine ๐
Welcome to Super Agent โ the AI agent built to be evaluated on GAAI benchmark to complete the AI agents course by Hugging Face!
โจ Features
- ๐ Web Search: Finds up-to-date info using DuckDuckGo or Tavily.
- ๐ Excel & Data Extraction: Reads and analyzes Excel files.
- ๐ง Audio & YouTube Transcripts: Extracts transcripts from audio files and YouTube videos.
- ๐งฎ Math Tools: Adds numbers, checks commutativity, and more.
- ๐ง RAG-Ready: Retrieval-Augmented Generation for smarter, more accurate answers.
- ๐ค LLM Integration: Works with Google Gemini, HuggingFace, and OpenAI models.
- ๐ก๏ธ Exact Match Mode: Answers are evaluated for exactness.
- ๐ ๏ธ Extensible Tooling: Easily add new tools for more superpowers.
- โณ Gemini Rate Limiter: Includes a rate limiter implementation for Gemini, perfect for handling free tier API limits.
๐งฉ Supported Tools
web_searchโ Search the web for up-to-date infoextract_data_from_excelโ Download and parse Excel filesextract_transcript_from_youtubeโ Get YouTube video transcriptsextract_transcript_from_audioโ Get transcripts from audio filesadd_numbers_in_listโ Add up numberscheck_commutativityโ Test if a binary operation is commutative