重构世界模拟器为模块化配方架构,完善创作编排、会话运行时与 Web UI,并清理过时技能。
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -52,7 +52,7 @@ describe("resolveWorkerLlmProvider", () => {
|
||||
it("returns fallback when no binding", () => {
|
||||
const worker: ParsedWorkerSkill = {
|
||||
id: "role-decide",
|
||||
skill: "roleplay-game-theory",
|
||||
skill: "world-simulator",
|
||||
name: "x",
|
||||
description: "",
|
||||
version: 1,
|
||||
@@ -73,7 +73,7 @@ describe("resolveWorkerLlmProvider", () => {
|
||||
it("uses byRole when bindings match", () => {
|
||||
const worker: ParsedWorkerSkill = {
|
||||
id: "role-decide",
|
||||
skill: "roleplay-game-theory",
|
||||
skill: "world-simulator",
|
||||
name: "x",
|
||||
description: "",
|
||||
version: 1,
|
||||
|
||||
Reference in New Issue
Block a user