agentscope-sift / package.json
SNAPKITTYWEST's picture
push from SNAPKITTYWEST/agentscope-sift
a5d718a verified
Raw
History Blame Contribute Delete
724 Bytes
{
"name": "agentscope-sift",
"version": "1.0.0",
"description": "Cryptographically sealed autonomous IR agent for SIFT Workstation. Every finding sealed to an immutable chain. BOB plasma filter protects the reasoning layer from adversarial tool output.",
"type": "module",
"main": "dist/server.js",
"scripts": {
"build": "tsc",
"start": "node dist/server.js",
"dev": "node --loader ts-node/esm src/server.ts",
"agent": "node dist/agent.js",
"demo": "node dist/demo.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.3.0"
},
"license": "MIT"
}