Skip to content

Picrew/AgentScope-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgentScope Demo

Introduction

This README provides a concise overview of setting up and running a simple demo using the AgentScope framework.

News

  • [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.

Prerequisites

  • 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 .

Quick Start

git clone https://github.com/Picrew/AgentScope-Demo.git

Sample example

Please run agent.ipynb

Streaming output

cd AgentScope-Demo
python run_agent_streaming.py

Multi-agent discussions

python run_multi_agent_streaming.py

And use @ who.

Auto-multi-agent

cd auto_multi_agent
python auto_discussion.py

Moa_agent

cd moa_agent
python run_moa_agent_streaming.py 
# or 
python run_moa_agent.py

Gomoku_agent

cd gomoku_agent
python run_game.py

🎲 This is a sample game begin

🏆 This is a game over

About

A Sample AgentScope Demo, thanks for your star

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published