🔍 LangGraph Multi-Agent People Search

This project demonstrates how to build a multi-agent system using LangGraph to search and organize information about people from the web. The system uses Azure OpenAI for intelligent query analysis and response formatting, and Tavily for free web searches.

contact_searcher

For the full source code and implementation details, check out the project on GitHub → GitHub repository

We leverage LangGraph's multi-agent architecture for a fluid, autonomous search process. You provide a name and surname, and the system automatically plans, routes, searches, and formats the information into clean, structured tables.

The system consists of four specialized agents working together:

Key features of this implementation:

This project serves as a practical blueprint for developers looking to build scalable multi-agent systems with LangGraph, showcasing best practices for agent coordination, state management, and system configuration.

Front page