microsoft / semantic-kernel

Integrate cutting-edge LLM technology quickly and easily into your apps
https://aka.ms/semantic-kernel
MIT License
21.37k stars 3.14k forks source link

New Feature: Agents story - Develop "Agent" and "Chat Workflow" as Graphs #7242

Open joslat opened 2 months ago

joslat commented 2 months ago

This will enable the best way to define an advanced AI workflow - through a detailed and comprehensive graph notation which can be used natively. this brings TONS of improvements:

It would be incredible to have support for comprehensive design capabilities in Visual Studio/VS Code for developing agent and chat workflows as graphs. This will make distinctions between agent and workflow chat, make all super clear and manageable, providing a visual and intuitive way to design and understand agentic interactions.

This is a crucial enhancement for the future development of the SDK and maybe for Microsoft's IDEs.

I've explored this with Neo4J and it is to me the best graph language so far, also you can see the beauty of this picture of an agentic graph: image

joslat commented 2 months ago

Related: https://github.com/microsoft/semantic-kernel/issues/6502