langchain-ai / langgraph

Build resilient language agents as graphs.
https://langchain-ai.github.io/langgraph/
MIT License
6.86k stars 1.1k forks source link

Create Excellent Local LLM Multi-Agent Implementation #435

Open hinthornw opened 6 months ago

hinthornw commented 6 months ago

Privileged issue

Issue Content

Context: Open (meaning weights-available here) models have come a long way! When it comes to reliable tool use over multiple turns, they still require more programming (via better instructions, few-shots, etc.) than most of the leading-edge models (gpt-4*, Opus, Gemini even). Because of this, the maintainers of this repo haven't yet taken the time to develop an excellent, reliable reference implementation using Llama 3, Mixtral, or another "open" model that anyone can use and it "just works".

People are especially interested in the Multi-agent supervisor pattern and in customer support-type use-cases where some agentic loop is incorporated.

We'd love to make better examples of common design patterns and add evals to demonstrate where they work more broadly to make it easier for folks to build more advanced applications without having to use closed APIs.

These examples must be of high quality. If no one gets to it, I'll try to implement myself, but I haven't currently allocated cycles for this.

jsun57 commented 4 months ago

Hi, I would like to know if we have any updates on this local LLM with the Multi-agent supervisor pattern tutorial.

ramankhurana commented 1 month ago

@hinthornw Hello, I am here to check if there exist a solution or example which shows that Supervisor works with local LLMs.

Barry1915 commented 4 weeks ago

I submitted an example of building an agent using a local LLM.😄