LangGraph makes it easy to construct multi-agent workflows, where each agent is a node, and the edges define how they communicate. In this video we will walk through three examples of multi-agent workflows
Python code: https://github.com/langchain-ai/langgraph/tree/main/examples/multi_agent
JavaScript code: https://github.com/langchain-ai/langgraphjs/tree/main/examples/multi_agent