Playground features wishlist?

The latest release of the assistant API makes it simple to experiment directly within the default OpenAI playground, but I want to push it further, so I want to have a different kind of playground that is tailored for experimenting with multiple assistants/agents swarm.

After talking to a few people, here is what I have in mind for this supposedly “pro” playground:

  • :white_check_mark: conversating with multiple assistants, so no switch tab back and forth
  • :hourglass_flowing_sand: orchestrate agents swarm, and have a high-level overview of what’s going on (watching the assistants converse with each other)
  • :hourglass_flowing_sand:visualize the conversation flow, and the agents’ state

What do you think? What would you like to see in this playground? What would you like to experiment with?

Here is the progress so far:

The code is here GitHub - trungtin/agents-playground
and the ready-to-use playground is here: https://agentround.com/ (remember to put in your API key)