This commit is contained in:
2024-11-09 11:18:38 -05:00
parent 7de3d32349
commit c0aef565cd
3 changed files with 70 additions and 63 deletions

View File

@@ -3,6 +3,9 @@
"version": "1.0.0",
"description": "for building dynamic, LLM-driven workflows using a region-based execution model",
"main": "index.js",
"bin": {
"workflow-function-manifold": "./bin.js"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"