Add support for nested manifolds

Introduced the `NestedManifoldRegion` class to enable embedding of `WorkflowFunctionManifold` inside regions, allowing hierarchical workflows. Updated `bin.js` to demonstrate the new functionality and adjusted `lib.js` for nested region navigation and execution logic. Updated `package.json` to specify "type": "module" for ES module support.
This commit is contained in:
2024-11-09 14:01:59 -05:00
parent 7abd62046a
commit 41f4151d41
4 changed files with 173 additions and 120 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "workflow-function-manifold",
"version": "1.0.2",
"type": "module",
"description": "for building dynamic, LLM-driven workflows using a region-based execution model",
"main": "index.js",
"bin": {