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:
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user