Commit Graph

18 Commits

Author SHA1 Message Date
8efa540229 update image path and bump version 2024-12-24 19:36:11 -05:00
e1a5f29c03 add logo 2024-12-24 19:35:17 -05:00
715aae5bdd update package name 2024-12-12 17:31:20 -05:00
e0895fa120 Update README, licensing, and logger implementation
Removed redundant instructions in the README and added a more detailed example. Changed the project's license from MIT to AGPL-3.0-or-later for stronger copyleft and network service provisions. Adjusted logger export and declarations to follow clean coding practices. Upgraded build scripts and distribution settings in package.json for improved module handling and output integrity. Remove pnpm-lock.yaml.
2024-12-05 10:36:44 -05:00
2137416e45 Update README.md 2024-12-05 09:39:50 -05:00
8240ce15f4 update README.md 2024-11-14 23:49:01 -05:00
3a57602f2f switch to typescript 2024-11-14 22:58:59 -05:00
56e90651c2 Update README.md 2024-11-14 18:10:06 -05:00
7f5409fd48 Update README.md 2024-11-14 18:09:36 -05:00
fd37b3cdb0 Update README.md 2024-11-14 18:09:04 -05:00
53bd67a7fb Update README.md 2024-11-14 18:08:42 -05:00
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
94c52db896 update README 2024-11-09 14:17:38 -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
5003cafb87 Add CLI command and improve documentation formatting
Included a CLI command in the README and added console log examples for clarity. Enhanced readability through punctuation fixes and expanded error handling section with better logging examples.
2024-11-09 11:25:46 -05:00
56f7f85235 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.
2024-11-09 11:11:30 -05:00
a98c467a39 init 2024-11-09 10:56:07 -05:00