This project implements a ReACT agent using LangChain framework, equipped with multiple tools for information retrieval, data analysis, and media processing. The agent combines Wikipedia searches, file analysis, and audio transcription capabilities to provide comprehensive information processing.
src/
├── tools/ (LLM Tools)
├── agents/ (ReACT agent)
└── utils/ (Utility functions)
python src/setup_mcp_server.py
python src/hugging_face_app_with_remote_mcp.py
Source code: GAIA Agent