An intelligent multi-agent AI assistant powered by Gemini LLM using the ReAct pattern to orchestrate five specialized agents (crypto, stocks, portfolio, RAG, web search) through MCP. Features a LangGraph supervisor with streaming Gradio UI.
# Claude MCP A multi-agent AI assistant powered by Gemini LLM using the ReAct pattern to orchestrate specialized agents through Model Context Protocol (MCP). Features a LangGraph supervisor with streaming Streamlit and Gradio UIs. ## ✨ Features - **ReAct-based supervisor** – dynamically routes queries to specialized agents - **5 Specialized Agents** – crypto, stocks, portfolio tracking, RAG document Q&A, web search - **Real-time streaming** – see AI reasoning steps as they happen - **Document upload** – chat with PDFs, TXT, and DOCX files - **Cloud integration** – ChromaDB Cloud for vectors, Google Cloud SQL for portfolio data - **Docker support** – containerized MCP servers ## 🛠️ Tech Stack - **AI/LLM**: Google Gemini 2.5 Pro, LangChain, LangGraph - **UI**: Streamlit (main), Gradio 5.0+ (for demos) - **Agent Protocol**: FastMCP (Model Context Protocol) - **Databases**: ChromaDB Cloud (vectors), Google Cloud SQL (PostgreSQL) - **APIs**: Alpha Vantage, CoinGecko, DuckDuckGo - **DevOps**: Docker, Docker Compose ## ⚙️ How It Works The ReAct supervisor uses a reasoning loop (max 5 steps): 1. **Think** – Analyze query and determine needed information 2. **Act** – Call appropriate agent(s) 3. **Observe** – Process agent responses 4. **Repeat** – Continue until sufficient information gathered 5. **Synthesize** – Generate final answer ## 🚀 Quick Start ```bash # Clone and install git clone <repository-url> cd Gemini_MCP pip install -r requirements.txt ``` Create `.env` file: ```bash GOOGLE_API_KEY=your_google_ai_api_key CHROMA_API_KEY=your_chroma_api_key CHROMA_TENANT=your_tenant_id CHROMA_DATABASE=your_database_name ALPHA_VANTAGE_API_KEY=your_alpha_vantage_key COINGECKO_API_KEY=your_coingecko_key GCP_PROJECT_ID=your_project_id CLOUD_SQL_INSTANCE_CONNECTION_NAME=project:region:instance CLOUD_SQL_DB_NAME=finance_tracker CLOUD_SQL_DB_USER=your_db_user CLOUD_SQL_DB_PASS=your_db_password ``` Run database schema: ```bash psql -h <cloud-sql-host> -U <user> -d finance
Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.