重构世界模拟器为模块化配方架构,完善创作编排、会话运行时与 Web UI,并清理过时技能。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-30 00:39:32 +08:00
parent 2b74c30d36
commit e670a5129c
167 changed files with 22955 additions and 5659 deletions

View File

@@ -13,8 +13,8 @@ function formatExportTime(iso) {
const KIND_LABELS = {
user_input: "用户输入",
orchestrator_decision: "总管决策",
orchestrator_prompt: "总管询问",
orchestrator_decision: "导演决策",
orchestrator_prompt: "导演询问",
agent_tool: "Agent Tool",
worker_running: "Worker 执行",
worker_output: "Worker 产出",