dsh plugins中文
← Back to popular plugin directory

Multi-Agent Framework Powered by LL.M

ZJU-LLMs/OpenStory · skills

An LLM-powered multi-agent framework for simulating interactive, evolving story worlds.

★ 377GitHub stars
40Forks
2026-08-17Last updated
PythonLanguage
Apache-2.0License

Project overview

启动过程中: 1. 系统会初始化 Ray 的运行时环境。 2. 构建并加载所有的插件、配置文件和《红楼梦》人物数据。 3. 启动 API Server,默认监听在 0.0.0.0:8000。 西部世界

启动前,请确认 Redis 已运行,并在 examples/WestWorld/configs/modelsconfig.yaml 中填写可用的 OpenAI-compatible 模型配置。西部世界与红楼梦都会使用 8000 端口,因此请勿同时运行两者。

详细玩法和模型配置请参阅 西部世界说明。 4. 访问可视化界面 当看到终端输出 API Server started at http://0.0.0.0:8000 后,在浏览器中打开以下地址:

Install command

dsh plugin --profile web add github:ZJU-LLMs/OpenStory
View GitHub repository ↗Back to popular plugin directory