Files
memind/scenarios/token-benchmark-page.json
T
john 9332bacabd
Memind CI / Test, build, and release guards (push) Failing after 12m44s
feat(router): improve direct_chat fast-path and add 103 token env sync
Route explicit text-only Q&A away from Agent before page-generation rules,
and add a script to enable Router + tighter memory budgets on 103 without
changing the global deepseek-v4-pro model.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-25 15:13:22 +08:00

27 lines
796 B
JSON

{
"id": "token-benchmark-page",
"name": "Token 基准:独立苏州页面",
"description": "每次使用唯一文件名,避免复用已有 HTML 污染上下文",
"account": {
"username": "john2",
"password": "888888"
},
"steps": [
{
"action": "chat",
"label": "生成独立苏州页面",
"message": "请帮我做一个全新的苏州一日游攻略页面,保存为 public/token-bench-{{PROFILE}}-{{RUN_ID}}.html,不要修改或复用已有页面,做完直接给我链接。",
"expect": {
"assistantMinChars": 20,
"timeoutMs": 600000,
"replyKeywords": ["苏州"],
"page": {
"keywords": ["苏州"],
"requirePublicLink": true,
"requireHttp200": true
}
}
}
]
}