multitool-ai-agent / README.md
surabhic's picture
Update README.md
50fe622 verified
|
Raw
History Blame Contribute Delete
1.34 kB
---
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