Commit Graph

26 Commits

Author SHA1 Message Date
67542301be Refactor project structure and update build scripts
Moved main files to the "src" directory and updated paths accordingly. Adjusted build, start, and dev scripts to use Bun. Added "dist" directory to .gitignore to prevent it from being tracked.
2024-11-14 23:09:37 -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
4165f1928b bump version to 1.0.6 2024-11-14 15:28:26 -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
94ae9c487a bump version to 1.0.5 2024-11-14 15:15:46 -05:00
3fa4d72eca Add TypeScript definitions and update package configuration
Added TypeScript type definitions in `lib.d.ts` to improve developer experience and ensure type safety. Updated `package.json` to include the new "types" field and modified `.gitignore` to exclude additional unwanted files.
2024-11-14 15:15:07 -05:00
85a9fc67d3 add deploy script 2024-11-14 15:11:37 -05:00
87db87a216 Update package.json with main and module entry points
Changed the "main" attribute from "index.js" to "lib.js" and added "module" and "exports" fields for compatibility with both import and require statements. Also incremented the version from 1.0.3 to 1.0.4.
2024-11-14 15:10:28 -05:00
94c52db896 update README 2024-11-09 14:17:38 -05:00
e21773fdee bump to 1.0.3 2024-11-09 14:03:09 -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
7abd62046a Update LICENSE 2024-11-09 13:12:26 -05:00
5498b8e4c6 Add MIT License
Include MIT License file to clarify usage rights and limitations. This addition ensures legal protection for both contributors and users by defining the terms under which the software can be used, modified, and distributed.
2024-11-09 12:09:59 -05:00
ba8d9e76c7 bump version 1.0.2 2024-11-09 11:40:49 -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
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
a75efece58 bump version 1.0.1 2024-11-09 11:19:59 -05:00
c0aef565cd add bin 2024-11-09 11:18:48 -05:00
7de3d32349 update author in package.json 2024-11-09 11:13:39 -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