Rename project, enhance documentation, and add error handling.

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.
This commit is contained in:
2024-11-09 11:11:30 -05:00
parent a98c467a39
commit 56f7f85235
3 changed files with 85 additions and 19 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "manifold",
"name": "workflow-function-manifold",
"version": "1.0.0",
"description": "",
"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": "ISC"
"license": "MIT"
}