Spaces:
Sleeping
Sleeping
| title: MultiTool AI Agent | |
| emoji: ๐ค | |
| colorFrom: blue | |
| colorTo: purple | |
| sdk: docker | |
| app_port: 7860 | |
| pinned: true | |
| license: mit | |
| # ๐ค MultiTool AI Agent | |
| An intelligent all-in-one AI agent with **Web Search**, **Calculator**, **Unit Converter**, and **Document Query** capabilities. | |
| ## โจ Features | |
| - ๐ **Web Search** - Search the web using DuckDuckGo | |
| - ๐ฐ **News Search** - Get latest news on any topic | |
| - ๐งฎ **Smart Calculator** - Complex math with 20+ functions | |
| - ๐ **Unit Converter** - Length, weight, temperature | |
| - ๐ **Document Query** - AI-powered document search | |
| - ๐จ **Modern UI** - Drag & drop, professional interface | |
| ## ๐ Quick Start | |
| Just start typing! Try these commands: | |
| search Python tutorials | |
| calc 15 * 3 + 27 | |
| convert 100 km to miles | |
| help | |
| ## ๐ Commands | |
| | Command | Description | | |
| |---------|-------------| | |
| | `search <query>` | Search the web | | |
| | `news <topic>` | Latest news | | |
| | `calc <expr>` | Calculate math | | |
| | `convert <val> <from> to <to>` | Convert units | | |
| | `add_doc <path>` | Add document | | |
| | `query_doc <text>` | Search documents | | |
| | `doc_stats` | Document statistics | | |
| | `list_docs` | List all documents | | |
| | `clear_all` | Clear documents | | |
| | `help` | Show all commands | | |
| ## ๐ง Built With | |
| - Python & Flask | |
| - Sentence Transformers | |
| - DuckDuckGo Search API | |
| - PyPDF2 & python-docx | |