Spaces:
Running
Running
File size: 1,509 Bytes
fb5f7c4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
# ๐ต๏ธโโ๏ธ Super Agent: The AI Answer Machine ๐
Welcome to **Super Agent** โ the AI agent built to be evaluated on [GAAI](https://huggingface.co/papers/2311.12983) benchmark to complete the [AI agents](https://huggingface.co/learn/agents-course/unit0/introduction) course by [Hugging Face](https://huggingface.co/)!
---
## โจ 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 info
- `extract_data_from_excel` โ Download and parse Excel files
- `extract_transcript_from_youtube` โ Get YouTube video transcripts
- `extract_transcript_from_audio` โ Get transcripts from audio files
- `add_numbers_in_list` โ Add up numbers
- `check_commutativity` โ Test if a binary operation is commutative
|