{ "name": "@push.rocks/smartagent", "version": "3.0.3", "private": false, "description": "Agentic loop for ai-sdk (Vercel AI SDK). Wraps streamText with stopWhen for parallel multi-step tool execution. Built on @push.rocks/smartai.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "exports": { ".": { "import": "./dist_ts/index.js", "types": "./dist_ts/index.d.ts" }, "./tools": { "import": "./dist_ts_tools/index.js", "types": "./dist_ts_tools/index.d.ts" }, "./compaction": { "import": "./dist_ts_compaction/index.js", "types": "./dist_ts_compaction/index.d.ts" } }, "author": "Task Venture Capital GmbH", "license": "MIT", "scripts": { "test": "(tstest test/ --verbose --logfile --timeout 120)", "build": "(tsbuild tsfolders)", "buildDocs": "(tsdoc)" }, "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsrun": "^2.0.2", "@git.zone/tstest": "^3.6.3", "@push.rocks/qenv": "^6.1.3", "@types/json-schema": "^7.0.15", "@types/lodash.clonedeep": "^4.5.9", "@types/node": "^25.6.0" }, "dependencies": { "@push.rocks/smartai": "^2.0.0", "@push.rocks/smartfs": "^1.5.1", "@push.rocks/smartrequest": "^5.0.1", "@push.rocks/smartshell": "^3.3.8", "ai": "^6.0.170", "zod": "^4.4.1" }, "packageManager": "pnpm@10.28.2", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartagent.git" }, "bugs": { "url": "https://code.foss.global/push.rocks/smartagent/issues" }, "homepage": "https://code.foss.global/push.rocks/smartagent#readme", "files": [ "ts/**/*", "ts_tools/**/*", "ts_compaction/**/*", "dist/**/*", "dist_*/**/*", "assets/**/*", ".smartconfig.json", "license", "npmextra.json", "readme.md" ] }