This project is an implementation of the innovative LangGraph concept within the LangChain ecosystem. LangGraph utilizes language agents organized as a graph to revolutionize the way we approach internet searches. By integrating multiple agents with specific tools from LangChain, this system demonstrates a potential future for internet search technologies.
- Multiple Language Agents: Utilizes different agents, each equipped with unique tools, to process and retrieve information.
- LangGraph Framework: Implements the LangGraph concept, showcasing interconnected and dynamic information processing.
- Gradio Interface: Provides an interactive and user-friendly interface to interact with the LangGraph system.
To set up this project, follow these steps:
-
Clone the Repository:
-
Set Up a Virtual Environment (optional but recommended):
-
Install Required Packages: the required package can be found in requirement.txt
Contributions to this project are welcome! Please feel free to fork the repository, make changes, and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.
This project is an implementation of LangGraph in the LangChain ecosystem and is not an official LangChain product.