此仓库是用于新手狼人杀(开发中)智能体的API服务,通过外置共享上下文+智能体API调用的方式实现多智能体交互能力。
请先安装Node.js 20+。
# 全局安装Yarn
npm i -g yarn --registry https://registry.npmmirror.com/
# 安装依赖
yarn install
# 构建dist
npm run build
# 启动服务
npm run start
请先安装PM2。
yarn global add pm2
使用PM2启动服务并守护进程
pm2 start dist/index.js --name "werewolf-api"