Commit Graph

61 Commits

Author SHA1 Message Date
b4358c641d Merge pull request #3 from seemueller-io/1-fix-code-scanning-alert-workflow-does-not-contain-permissions
Set read permissions for workflows in tests and publish
2025-01-09 18:14:57 -05:00
36dc86ff8c Set read permissions for workflows in tests and publish
Added `contents: read` and `pull-requests: read` permissions to the `tests` and `publish` GitHub workflows. This enhances security by explicitly defining the required permissions for these jobs.
2025-01-09 18:11:31 -05:00
7db4ec2180 Update SECURITY.md
Signed-off-by: Geoff Seemueller <gseemueller@gmail.com>
2025-01-09 17:47:40 -05:00
1fed6df7a9 Create SECURITY.md
Signed-off-by: Geoff Seemueller <gseemueller@gmail.com>
2025-01-09 17:46:43 -05:00
1c694df035 Create FUNDING.yml
Signed-off-by: Geoff Seemueller <gseemueller@gmail.com>
2025-01-09 17:34:28 -05:00
48d7aae481 Create dependabot.yml 2025-01-09 17:22:56 -05:00
5ba7a533bf version bump; update license badge for AGPL v3 2025-01-09 17:11:18 -05:00
af3343b0f5 version bump; fix badge ref v2 2025-01-09 17:01:06 -05:00
649a1a49d0 bump version in package.json 2025-01-09 16:58:53 -05:00
f508043aca version bump; update badge refs 2025-01-09 16:57:32 -05:00
a7e7a0a063 version bump; add badges, test/publish workflows 2025-01-09 16:55:44 -05:00
e5e3e65efd update demo execution to include timeouts to simulate async workloads 2024-12-25 08:23:49 -05:00
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
60f468b571 update lockfile 2024-12-24 19:24:46 -05:00
b5b23a8aec Add relevant keywords to package.json for discoverability
Include keywords such as "llm", "workflow", and "agent" to improve the project's visibility in searches. This change ensures better categorization and enhances discoverability for relevant audiences.
2024-12-24 19:23:14 -05:00
715aae5bdd update package name 2024-12-12 17:31:20 -05:00
437d367210 patch version 2024-12-11 13:50:29 -05:00
2a51cbaf23 Merge remote-tracking branch 'origin/main' 2024-12-11 13:49:36 -05:00
7b005c12fa Update build script to include logger.ts in build process
The build command now includes `logger.ts` to ensure it is bundled correctly. This change prevents potential runtime issues by explicitly compiling all necessary source files. Minor formatting was also applied in `cli.ts`.
2024-12-11 13:49:28 -05:00
d9109a263c Update LICENSE
remove noise
2024-12-06 08:19:30 -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
dff1344863 release 1.1.3 2024-11-19 17:52:22 -05:00
fc250ff854 revert change to nested manifold state assignment 2024-11-19 17:52:04 -05:00
9de8693b21 fix nested manifold result 2024-11-17 07:21:03 -05:00
1340e807e1 cq back in sync 2024-11-15 00:15:17 -05:00
93a0b65484 bump to 1.1.2 2024-11-15 00:09:35 -05:00
98e77982c3 bump to 1.1.1 2024-11-15 00:08:51 -05:00
22fa9597ca Update dependencies and add logging
Upgraded package.json to version 1.1.0 and added several development dependencies. Introduced a logger for better tracking of operations. Additionally, improved type definitions across the project and integrated enhanced ESLint configurations.
2024-11-15 00:08:01 -05:00
8240ce15f4 update README.md 2024-11-14 23:49:01 -05:00
777fe5ea26 fix build, bump version 1.0.9 2024-11-14 23:44:41 -05:00
2bb59ef71b bump version 1.0.8 2024-11-14 23:39:43 -05:00
5386081964 tests passing 2024-11-14 23:37:22 -05:00
48e1bdc624 bump version to 1.0.7 2024-11-14 23:10:35 -05:00
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