CoolFace
Apppublic

s-siddhesh/LangAgentX

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes
App README

๐Ÿค– LangAgentsX: Exploring Chains of Intelligence

LangAgentsX is a multi-agent LLM-powered chatbot that routes your queries through a graph of intelligent agents. Built with LangChain and LangGraph, this system explores academic and public knowledge from sources like arXiv and Wikipedia โ€” delivering precise, source-aware answers in real time.

  • โ€”๐Ÿงฉ Multi-agent orchestration
  • โ€”๐ŸŒ Live Wikipedia + arXiv retrieval
  • โ€”๐Ÿค Hugging Face model integration
  • โ€”๐Ÿ”„ Graph-based routing with LangGraph

Whether you're asking general questions or diving deep into research topics โ€” LangAgentsX gets you intelligent, multi-source answers using agent collaboration.


๐Ÿ” Knowledge Sources

LangAgentsX retrieves data from multiple high-quality sources:

  • โ€”๐Ÿ“š Wikipedia โ€” general knowledge
  • โ€”๐Ÿงพ arXiv research papers โ€” academic research
  • โ€”๐Ÿ” FAISS-powered vector store โ€” custom indexed documents

๐Ÿง  Tech Stack

ToolRole
LangChainAgent workflows, document loaders
LangGraphGraph-based agent orchestration
Hugging FaceEmbedding models & deployment (Spaces)
FAISSVector similarity search for RAG
StreamlitInteractive frontend UI

๐Ÿš€ Try It Out

Ask questions like:

  • โ€”"How do LLM agents collaborate?"
  • โ€”"Summarize adversarial attacks on transformers."
  • โ€”"What are best practices in prompt engineering?"

LangAgentsX will route your query to the most relevant agent and knowledge source.


๐Ÿ› ๏ธ Powered By

![Hugging Face](https://huggingface.co/) ![LangChain](https://www.langchain.com/) ![LangGraph](https://github.com/langchain-ai/langgraph) ![FAISS](https://github.com/facebookresearch/faiss) ![Streamlit](https://streamlit.io/)


โœจ Built by Siddhesh S | Open-sourced for the LLM & AI community โค๏ธ