This README provides a concise overview of setting up and running a simple demo using the AgentScope framework.
- [2024/09/29] I have released Sample example, Streaming output, Multi-agent discussions, Auto-multi-agent at the floder
workspace
. - [2024/09/30] I have released MOA-agent at the floder
workspace/moa_agent
. - [2024/10/13] I have released a Gomoku Game using Gomoku_agent at the floder
workspace/gomoku_agent
.
- Python version: 3.9 or higher
- Clone the repository:
git clone -b v0.1.0 https://github.com/modelscope/agentscope.git
cd agentscope
- Install the package:
pip install agentscope
# or
pip install -e .
git clone https://github.com/Picrew/AgentScope-Demo.git
Please run agent.ipynb
cd AgentScope-Demo
python run_agent_streaming.py
python run_multi_agent_streaming.py
And use @ who.
cd auto_multi_agent
python auto_discussion.py
cd moa_agent
python run_moa_agent_streaming.py
# or
python run_moa_agent.py
cd gomoku_agent
python run_game.py