Тёмный

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

Coding Crash Courses
Подписаться 13 тыс.
Просмотров 2,1 тыс.
50% 1

Опубликовано:

 

21 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 12   
@mshonle
@mshonle 2 дня назад
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?
@codingcrashcourses8533
@codingcrashcourses8533 2 дня назад
True in some way, but don’t forget that most software is quite complex and typically developed by a team, not a single person. Does your integration allow users to easily customize it to their needs? And how do you handle edge cases? In larger projects, handling complex workflows, managing dependencies, and ensuring scalability often require more robust solutions, which is why many teams opt for frameworks that handle these challenges out of the box. Rolling your own is great for smaller, simpler projects, but complexity grows quickly in real-world application
@mshonle
@mshonle 2 дня назад
@@codingcrashcourses8533 Thanks! That’s just the kind of answer I needed… indeed, speaking a common language by using a framework can serve as great documentation for the rest of the team (without anyone on the team writing documentation or having to update it). So, I guess the next question this leads to is: which framework is going to be additive without breaking backward compatibility. A dream framework can become a nightmare in three years if the “maintainers” keep “deprecating” behavior that was working but what they considered to be “too cluttered” or “technical debt.” I suppose one tell with that is seeing what dependencies the framework itself picks and what their own version history reveals. (This disturbing trend of “semver means we can break anything so long as we increment the right number” is something that extends far beyond just the Python community.)
@limjuroy7078
@limjuroy7078 2 дня назад
What about llama-agent from LlamaIndex?
@codingcrashcourses8533
@codingcrashcourses8533 2 дня назад
Never used it, but from the docs it also looks high level, but maybe a bit less than OpenAI Swarm
@ultrainstinct6715
@ultrainstinct6715 2 дня назад
Does Swarm offer more advantages than Crewai?
@codingcrashcourses8533
@codingcrashcourses8533 2 дня назад
@@ultrainstinct6715 No, CrewAI is far more mature and allows for open source models
@ultrainstinct6715
@ultrainstinct6715 2 дня назад
Does swarm offer more advantages than crewai?
@ronaldbrinkerink7862
@ronaldbrinkerink7862 День назад
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?
@codingcrashcourses8533
@codingcrashcourses8533 День назад
No, you are totally right, I could give one LLM all of the tools, but I could not think of a multi-agent approach that is somewhat simple, so I decided I create one LLM with one tool each to show how the LLMs are communicating.
@olivergattermayr
@olivergattermayr День назад
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
@codingcrashcourses8533
@codingcrashcourses8533 День назад
Thanks for the Feedback, i currently work on my editing skills, so expect a bit of experimentation;)
Далее
OpenAI's Swarm - a GAME CHANGER for AI Agents
20:48
Просмотров 30 тыс.
Have You Picked the Wrong AI Agent Framework?
13:10
Просмотров 73 тыс.
Cursor vs Bolt vs Replit vs v0 [Best AI Coding Tool]
27:13
Living off Microsoft Copilot
42:06
Просмотров 23 тыс.
The Most Important Design Pattern in React
35:04
Просмотров 84 тыс.