Orchestrates a modular chatbot leveraging LangChain MCP to perform math calculations, fetch real-time weather data, and conduct web searches.
This tool is a modular chatbot framework built using LangChain's Multi-Component Protocol (MCP), designed for extensibility and diverse functionalities. It comes with built-in capabilities to perform mathematical calculations, retrieve real-time weather information, and execute web searches using various tools. Its architecture makes it easy to extend with additional custom tools or APIs by simply integrating new MCP servers, with agent orchestration handled asynchronously using LangGraph.