2025-12-02 10:59:09 +00:00
{
"name" : "@push.rocks/smartagent" ,
2026-03-06 22:48:09 +00:00
"version" : "3.0.2" ,
2025-12-02 10:59:09 +00:00
"private" : false ,
2026-03-06 11:39:01 +00:00
"description" : "Agentic loop for ai-sdk (Vercel AI SDK). Wraps streamText with stopWhen for parallel multi-step tool execution. Built on @push.rocks/smartai." ,
2025-12-02 10:59:09 +00:00
"main" : "dist_ts/index.js" ,
"typings" : "dist_ts/index.d.ts" ,
"type" : "module" ,
2026-03-06 11:39:01 +00:00
"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"
}
} ,
2025-12-02 10:59:09 +00:00
"author" : "Task Venture Capital GmbH" ,
"license" : "MIT" ,
"scripts" : {
2026-03-06 11:39:01 +00:00
"test" : "(tstest test/ --verbose --logfile --timeout 120)" ,
"build" : "(tsbuild tsfolders --allowimplicitany)" ,
2025-12-02 10:59:09 +00:00
"buildDocs" : "(tsdoc)"
} ,
"devDependencies" : {
2026-03-06 11:39:01 +00:00
"@git.zone/tsbuild" : "^4.3.0" ,
"@git.zone/tsbundle" : "^2.9.1" ,
2025-12-15 07:08:35 +00:00
"@git.zone/tsrun" : "^2.0.1" ,
2026-03-06 11:39:01 +00:00
"@git.zone/tstest" : "^3.3.0" ,
"@push.rocks/qenv" : "^6.1.3" ,
"@types/node" : "^25.3.5"
2025-12-02 10:59:09 +00:00
} ,
"dependencies" : {
2026-03-06 11:39:01 +00:00
"@push.rocks/smartai" : "^2.0.0" ,
"@push.rocks/smartfs" : "^1.4.0" ,
2025-12-02 10:59:09 +00:00
"@push.rocks/smartrequest" : "^5.0.1" ,
2026-03-06 11:39:01 +00:00
"@push.rocks/smartshell" : "^3.3.7" ,
"ai" : "^6.0.0" ,
"zod" : "^3.25.0"
2025-12-02 10:59:09 +00:00
} ,
"packageManager" : "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34" ,
"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/**/*" ,
2026-03-06 11:39:01 +00:00
"ts_tools/**/*" ,
"ts_compaction/**/*" ,
2025-12-02 10:59:09 +00:00
"dist/**/*" ,
"dist_*/**/*" ,
"assets/**/*" ,
"npmextra.json" ,
"readme.md"
] ,
"pnpm" : {
"overrides" : { }
}
}