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.
Stars
6
Forks
1
Watchers
6
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
77
commits
refactor: Remove commented-out code and improve clarity in ProperMCPClient implementation
aefbbb7View on GitHubrefactor: Remove commented-out MCP tool wrapper functions for ElevenLabs integration
f4c53f2View on GitHubfeat: Implement async and sync MCP tool wrappers for ElevenLabs integration
ea57074View on GitHubfeat: Add tool call tracking to agents and enhance summary output in Gradio UI
967d49cView on GitHubfeat: Enhance portfolio response formatting and update Gradio UI for improved agent visibility
06db0eaView on GitHubfeat: Enhance Finance Tracker Agent with structured output and update Gradio UI to 6.0 for improved user experience
626fc83View on GitHubfix: Update README to clarify UI support for Streamlit and Gradio
0fc12d9View on GitHubfix: Revise README for clarity and structure, update features and tech stack sections
7c217caView on GitHubfix: Correct paths for FastAPI and Streamlit in startup script
00d9f8cView on GitHubfix: Update execution counts and refine responses in FastAPI testing notebook
4aa2e33View on GitHub