{ "name": "@uncaged/workflow-util-agent", "version": "0.4.0", "files": [ "dist", "package.json" ], "type": "module", "types": "src/index.ts", "exports": { ".": { "bun": "./src/index.ts", "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "test": "bun test" }, "dependencies": { "@uncaged/workflow-runtime": "workspace:^", "@uncaged/workflow-cas": "workspace:^", "zod": "^4.0.0" } }