UNPKG

convolet

Version:

AI agent framework with human in the loop

37 lines (36 loc) 819 B
{ "name": "convolet", "version": "0.0.0", "description": "AI agent framework with human in the loop", "main": "./lib/index.js", "scripts": { "build": "rm -rf ./lib && tsc -p tsconfig.json", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/cshaxu/convolet-js.git" }, "keywords": [ "framework", "workflow", "di-graph", "chat", "ai agent", "human in the loop", "application" ], "author": "cshaxu", "license": "MIT", "bugs": { "url": "https://github.com/cshaxu/convolet-js/issues" }, "homepage": "https://github.com/cshaxu/convolet-js#readme", "files": [ "lib" ], "devDependencies": { "@types/node": "^22.13.5", "typescript": "^5.7.3" } }