Add the ability to visualize control flow messages sent by agents.
Each message has a source, in the AgentChat. The visualization shows
Messages being sent to agents. Each agent is a node.
Draws a line (which should be interpreted as a control transition) between the agent that sent the previous message and the current agent. This is not direct message sending (agentchat is event driven), rather, a message was sent, delivered by the runtime to the next agent which sents the next message.
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.
Add the ability to visualize control flow messages sent by agents. Each message has a source, in the AgentChat. The visualization shows
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.