Files
natural-memory-agent-lab/agent/package.json
T

22 lines
649 B
JSON

{
"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"
}
}