Skip to content

Commit 768ba38

Browse files
committed
add ai data science team, langgraph codeact, langgraph swarm, langgraph mcp adapters
1 parent cf697f9 commit 768ba38

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,15 @@ A curated list of 100+ resources to help you become a Generative AI Data Scienti
162162
## LangGraph Extensions
163163

164164
- [LangGraph Prebuilt Agents](https://langchain-ai.github.io/langgraph/prebuilt/): Prebuilt agents for LangGraph (includes 3rd Party LangGraph extensions)
165+
- [AI Data Science Team](https://github.com/business-science/ai-data-science-team): An AI-powered data science team of agents to help you perform common data science tasks 10X faster.
165166
- [LangMem](https://github.com/langchain-ai/langmem): LangMem provides tooling to extract important information from conversations, optimize agent behavior through prompt refinement, and maintain long-term memory. [GitHub](https://github.com/langchain-ai/langmem)
166167
- [LangGraph Supervisor](https://github.com/langchain-ai/langgraph-supervisor): A Python library for creating hierarchical multi-agent systems using LangGraph. [GitHub](https://github.com/langchain-ai/langgraph-supervisor)
167-
- [Open Deep Research](https://github.com/langchain-ai/open_deep_research): An open source assistant that automates research and produces customizable reports on any topic.
168+
- [Open Deep Research](https://github.com/langchain-ai/open_deep_research): An open source assistant that automates research and produces customizable reports on any topic. [GitHub](https://github.com/langchain-ai/open_deep_research)
168169
- [LangGraph Reflection](https://github.com/langchain-ai/langgraph-reflection): This prebuilt graph is an agent that uses a reflection-style architecture to check and improve an initial agent's output. [GitHub](https://github.com/langchain-ai/langgraph-reflection)
169170
- [LangGraph Big Tool](https://github.com/langchain-ai/langgraph-bigtool): Create LangGraph agents that can access large numbers of tools [GitHub](https://github.com/langchain-ai/langgraph-bigtool)
171+
- [LangGraph CodeAct](https://github.com/langchain-ai/langgraph-codeact): This library implements the CodeAct architecture in LangGraph. This is the architecture is used by Manus.im. [GitHub](https://github.com/langchain-ai/langgraph-codeact)
172+
- [LangGraph Swarm](https://github.com/langchain-ai/langgraph-swarm-py): Create swarm-style multi-agent systems using LangGraph. A swarm is a type of multi-agent architecture where agents dynamically hand off control to one another based on their specializations. [GitHub](https://github.com/langchain-ai/langgraph-swarm-py)
173+
- [LangChain MCP Adapters](https://github.com/langchain-ai/langchain-mcp-adapters): Provides a lightweight wrapper that makes Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph. [GitHub](https://github.com/langchain-ai/langchain-mcp-adapters)
170174

171175
## Huggingface Ecosystem
172176

0 commit comments

Comments
 (0)