Commit Graph

5 Commits

Author SHA1 Message Date
2712ffecf4 Rename LLM service to Intent service and refactor relevant code
Refactored the `DummyLlmService` to `DummyIntentService` across the codebase for clarity and consistency. Updated variable names, method calls, and documentation to align with this change. This improves code readability and better reflects the service's purpose.
2024-11-14 15:26:51 -05:00
41f4151d41 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.
2024-11-09 14:02:14 -05:00
ba0c279cbc add cq tooling 2024-11-09 11:40:25 -05:00
1541b63d85 added documentation inline with code 2024-11-09 11:35:34 -05:00
c0aef565cd add bin 2024-11-09 11:18:48 -05:00