Updated project name and description in package.json for clearer purpose. Enhanced README with a detailed table of contents and error handling section. Improved error handling in index.js with comprehensive logging for various failure scenarios.
13 lines
319 B
JSON
13 lines
319 B
JSON
{
|
|
"name": "workflow-function-manifold",
|
|
"version": "1.0.0",
|
|
"description": "for building dynamic, LLM-driven workflows using a region-based execution model",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|