DEV Community

Discussion on: Building Multi-Agent Systems with LangGraph-Supervisor

Collapse
 
fenix_compulon_4b27eef64c profile image
Fenix Compulon

Hello, excellent article. I'm impressed by the level of abstraction and simplification offered by the Supervisor library. Now I see that I don't need to add nodes and their relationships with add_node and add_edge, and the messages HumanMessage, BaseMessage, AIMessage, and SystemMessage are no longer used. And finally, I no longer see ToolNode and Tool....

Collapse
 
sreeni5018 profile image
Seenivasa Ramadurai

Yes . Please take a look at the Langgraph swarm agent library. This even eliminates supervisors. I do have blog using this library