Quantum AI Agent is a state-of-the-art multi-modal reasoning engine designed for ultra-low latency insights. Designed by Chiranjeeb Dash, this application leverages the lightning-fast inference of Groq, OpenAI, and Google Gemini through a unified LangChain orchestration layer.
Switch between Groq (Llama-3), OpenAI (GPT-4o), and Google (Gemini 2.0) instantly from the dashboard. Each provider is optimized for structured reasoning and tool-calling.
Integrated with Tavily Search, the agent breaks through training-cutoff barriers by fetching live web data, complete with clickable sources and hostname references.
Uses LangChain Expression Language (LCEL) to determine tool-usage requirements and synthesize final answers into validated JSON schemas for perfect front-end rendering.
A premium dashboard built with Next.js 16 (App Router) and Tailwind CSS 4.
- Interactive Model Selection: Switch providers on-the-fly.
- Animated Blobs & Glassmorphism: For a truly cybernetic aesthetic.
- Copy Insight: One-click raw data export.
- Persistent Memory: Local storage-based chat history.
| Layer | Technology |
|---|---|
| Frontend | Next.js 16, React 19, Lucide Icons |
| Styling | Tailwind CSS 4, Radix UI, Motion |
| Orchestration | LangChain Core, LCEL |
| Search Engine | Tavily Tool Integration |
| Providers | Groq LPU, OpenAI, Google Gemini |
root/
├── src/
│ ├── app/ # Next.js App Router (UI & API)
│ ├── lib/ai/ # AI Reasoning Engine & Model Adapters
│ └── components/ # Premium UI Components (Shadcn)
├── public/ # Static Assets & Banner
├── .env.local # Security Credentials
└── package.json # Dependencies & Scripts- Node.js (v18+)
- API Keys:
GROQ_API_KEY,TAVILY_API_KEY,OPENAI_API_KEY,GEMINI_API_KEY(as needed).
npm installCreate a .env.local file in the root directory:
GROQ_API_KEY=your_key
TAVILY_API_KEY=your_key
OPENAI_API_KEY=your_key
GEMINI_API_KEY=your_keynpm run devOpen http://localhost:3000 to witness the quantum shift.
Chiranjeeb Dash
This project is licensed under the MIT License - see the LICENSE file for details.
"Redefining the speed of thought."
