2025-02-28 17:56:43 +13:00
2025-02-21 10:19:13 -05:00
2025-02-24 12:56:19 -05:00
2025-02-21 10:19:13 -05:00
2025-02-21 10:19:13 -05:00
2025-02-21 10:19:13 -05:00
2025-02-21 10:19:13 -05:00
2025-02-25 09:23:54 -05:00
2025-02-21 10:19:13 -05:00
2025-02-21 10:19:13 -05:00
2025-02-21 16:46:48 -05:00

Important

The code for this project has moved into the LangGraph JS monorepo.

🤖 LangGraph Multi-Agent Supervisor

A JavaScript library for creating hierarchical multi-agent systems using LangGraph. Hierarchical systems are a type of multi-agent architecture where specialized agents are coordinated by a central supervisor agent. The supervisor controls all communication flow and task delegation, making decisions about which agent to invoke based on the current context and task requirements.

Features

  • 🤖 Create a supervisor agent to orchestrate multiple specialized agents
  • 🛠️ Tool-based agent handoff mechanism for communication between agents
  • 📝 Flexible message history management for conversation control

This library is built on top of LangGraph, a powerful framework for building agent applications, and comes with out-of-box support for streaming, short-term and long-term memory and human-in-the-loop

Installation

S
Description
Languages
TypeScript 94.7%
JavaScript 5.3%