LangGraph Killer? OpenAI Swarm explained - Game-Changing or Not

LangGraph Killer? OpenAI Swarm explained - Game-Changing or Not

Coding Crash Courses

2 недели назад

3,530 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@limjuroy7078
@limjuroy7078 - 20.10.2024 16:43

What about llama-agent from LlamaIndex?

Ответить
@ultrainstinct6715
@ultrainstinct6715 - 20.10.2024 17:19

Does swarm offer more advantages than crewai?

Ответить
@mshonle
@mshonle - 20.10.2024 17:33

Using Copilot I was able to write in Python a system that would parse YAML files containing prompts, formats, and dependencies. The code to do the topological sort was easy to do with one graph library. I didn’t add optimizations (like batching queries when possible) and it worked fine enough for me. Honest question: am I missing something or isn’t it just easier these days to roll your own integration?

Ответить
@olivergattermayr
@olivergattermayr - 21.10.2024 00:30

You do great content, but these audio effects (quite loud) at every new bullet point killed the video.
Suggest not over using it, and the levels are wayyy up

Ответить
@ronaldbrinkerink7862
@ronaldbrinkerink7862 - 21.10.2024 13:36

Maybe i am wrong but arent you overcomplicating things in langgraph here? If you have one node that can use both tools you can skip adding the weather and airquality nodes and just add both tools to one llm calling node. Your supervisor node detetmines already what tool to call. Langgraph is in my opinion far superior then Swarm, which is experimental and unsupported. Let me know if i overlook anything here?

Ответить
@bekingcn
@bekingcn - 25.10.2024 12:40

there is another choice with langgraph_swarm, you can use swarm-style agents with langchain compents together

Ответить
@danielegrotti5231
@danielegrotti5231 - 02.11.2024 20:34

Hi, what do you think about Atomic Agents? It seems ever better than LangGraph... Did you have the chance to test it?

Ответить
@tarunrey619
@tarunrey619 - 05.11.2024 08:34

Thanks for the demo.

The notebook which you walked us in the video is actually not there in shared repo.
Is it possible to share the notebook.

Ответить