examples/workflows/multiagent_conversation/README.md
This example demonstrates how to build a multi-agent conversation workflow using MsgHub in AgentScope,
where multiple agents broadcast messages to each other in a shared conversation space.
The example is built upon the DashScope LLM API in main.py. You can switch to other LLMs by modifying the model and formatter parameters in the code.
To run the example, first install the latest version of AgentScope, then run:
python examples/workflows/multiagent_conversation/main.py
Note: The example is built with DashScope chat model. If you want to change the model in this example, don't forget to change the formatter at the same time! The corresponding relationship between built-in models and formatters are list in our tutorial