Комментарии:
What about llama-agent from LlamaIndex?
ОтветитьDoes swarm offer more advantages than crewai?
Ответить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?
Ответить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
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?
Ответитьthere is another choice with langgraph_swarm, you can use swarm-style agents with langchain compents together
ОтветитьHi, what do you think about Atomic Agents? It seems ever better than LangGraph... Did you have the chance to test it?
Ответить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.