autogen icon indicating copy to clipboard operation
autogen copied to clipboard

Add visualization of Agent Message Transitions State in AGS

Open victordibia opened this issue 1 year ago • 0 comments

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
  • draws a line (which should be interpreted as a 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.
image

Why are these changes needed?

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.

victordibia avatar Nov 12 '24 06:11 victordibia