A full-stack AI Agent built using Google Gemini API and Node.js, designed to handle multiple tools like calculations, prime checks, and crypto price queries — all in one place.
- ➕ Add two numbers
- 🔍 Check if a number is prime
- 💰 Get real-time crypto prices (via CoinGecko API)
- 💬 Smart AI Q&A powered by Gemini
- ⌨️ Typing animation for AI responses
- 📄 Markdown-formatted answers (bold, lists, etc.)
- Node.js
- Internet connection
- Google Gemini API key
git clone https://github.com/ayushcode191/AI-Agent.git
cd multitool-ai-assistantcd Backend
npm installThen create a .env file inside the Backend folder:
GOOGLE_API_KEY=your_gemini_api_key_herenode server.jsServer will run at: http://localhost:3001
Open Frontend/index.html directly in your browser, or use the Live Server extension in VS Code.
What is 17 + 23?Is 29 a prime number?Get price of BitcoinWhat is Linked List?