microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
34.67k stars 5.01k forks source link

Add visualization of Agent Message Transitions State in AGS #4148

Closed victordibia closed 1 week ago

victordibia commented 1 week ago

Add the ability to visualize control flow messages sent by agents. Each message has a source, in the AgentChat. The visualization shows

image

Why are these changes needed?

Enable visualization of agent transitions for improved debugging.

Enable visualization of agent message transitions.

Related issue number

Closes #4067 ## Checks - [x] I've included any doc changes needed for https://microsoft.github.io/autogen/. See https://microsoft.github.io/autogen/docs/Contribute#documentation to build and test documentation locally. - [x] I've added tests (if relevant) corresponding to the changes introduced in this PR. - [x] I've made sure all auto checks have passed.