@ai-rpg-engine/cli
v2.0.8
Published
AI RPG Engine developer CLI: run, validate, replay, inspect
Maintainers
Readme
@ai-rpg-engine/cli
AI RPG 引擎的开发命令行工具,用于在终端中运行、验证、重放和检查模拟会话。
安装
npm install -g @ai-rpg-engine/cli命令
ai-rpg-engine run [content-pack] Start an interactive session
ai-rpg-engine validate <path> Validate a content pack
ai-rpg-engine replay <save-file> Replay a saved session deterministically
ai-rpg-engine inspect <save-file> Inspect world state from a save快速入门
# Run the built-in fantasy starter
ai-rpg-engine run
# Validate your custom content
ai-rpg-engine validate ./my-world/
# Replay a saved session
ai-rpg-engine replay .ai-rpg-engine/save.json文档
由 MCP Tool Shop 构建。
