langchain-ai/langgraph-supervisor-py
None observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 92
- Release rhythm 57
- Longevity 41
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 4
- age_days: 574
- days_rel: 287
- days_push: 49
- n_releases_24m: 28
Adoption not part of the score
1646 stars · 256 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library for building hierarchical multi-agent systems on top of LangGraph, where a central supervisor agent orchestrates and delegates tasks to specialized agents via tool-based handoffs. It supports streaming, memory, and human-in-the-loop workflows, though the maintainers now recommend the manual supervisor pattern for most use cases.
Use cases
- orchestrate multiple specialized AI agents with a supervisor
- build a hierarchical multi-agent system in Python
- delegate tasks between LLM agents automatically
- route user requests to the right expert agent
- coordinate research and math agents in one workflow
- add human-in-the-loop approval to multi-agent pipelines
When to choose
- you already use LangGraph and want a ready-made supervisor orchestration layer
- you need hierarchical agent coordination with tool-based handoffs
- you're maintaining an existing codebase built on this library and upgrading to LangChain 1.0
When to avoid
- you're starting a new project - the maintainers recommend implementing the supervisor pattern directly via tools
- you need fine-grained control over context engineering that a library abstraction would hide
- your use case involves only a single agent
Facets
library · maturity maintenance
agent-framework llm-inference workflow-automation artificial-intelligence large-language-models python multi-agent supervisor-pattern langgraph orchestration hierarchical-agents ai-agents
1 source
- readme: https://github.com/langchain-ai/langgraph-supervisor-py · fetched 2026-08-28 · 6ed02d18d6d5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| langchain-ai/langgraph-supervisor-py | main | 70 |
For agents
markdown · JSON · MCP: product_card(name="langchain-ai/langgraph-supervisor-py")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem