--- 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 ` | Search the web | | `news ` | Latest news | | `calc ` | Calculate math | | `convert to ` | Convert units | | `add_doc ` | Add document | | `query_doc ` | 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