Initial commit: Natural Memory Agent Lab:模型服务 + TypeScript agent + 记忆能力场景评测(冲突更新、跨会话回忆、遗忘撤回、多跳、未知拒答)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "natural-memory-agent-lab",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"description": "Test-agent harness for the Natural Memory v2 model, built on the Pi agent toolkit (pi-agent-core + pi-ai).",
|
||||
"scripts": {
|
||||
"typecheck": "tsc --noEmit",
|
||||
"tui": "bun run src/tui.ts",
|
||||
"scenario": "bun run src/run_scenario.ts --arm both",
|
||||
"suite": "bun run src/run_scenario.ts --scenario-all scenarios --arm both"
|
||||
},
|
||||
"dependencies": {
|
||||
"@earendil-works/pi-agent-core": "^0.82.1",
|
||||
"@earendil-works/pi-ai": "^0.82.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.0.0",
|
||||
"typescript": "^5.6.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user