mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-07-20 21:59:32 -04:00
[PR #41] [MERGED] feat: add llamaindex bindling #54
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/workflows-ts/pull/41
Author: @himself65
Created: 4/17/2025
Status: ✅ Merged
Merged: 4/17/2025
Merged by: @himself65
Base:
main← Head:llamaindex-bindling📝 Commits (10+)
df7ad4bfeat: add llamaindex bindlingece0355fix: contextccede7dfix: add contexta882e78test: coverage1f5b76ctest: more3d43200chore: public66a5ceffix: chore63434f1chore: updatecf2be92fix: type module871e9b4ci: update📊 Changes
22 files changed (+434 additions, -43 deletions)
View changed files
➕
.changeset/grumpy-dolls-wink.md(+5 -0)📝
.github/workflows/test.yml(+1 -1)📝
.gitignore(+3 -0)📝
.prettierignore(+1 -0)📝
package.json(+6 -1)📝
packages/core/package.json(+4 -3)➕
packages/core/tsconfig.browser.build.json(+7 -0)📝
packages/core/tsconfig.browser.json(+2 -1)📝
packages/core/tsconfig.browser.test.json(+8 -2)➕
packages/core/tsconfig.build.json(+7 -0)📝
packages/core/tsconfig.json(+2 -23)📝
packages/core/tsconfig.test.json(+8 -2)📝
packages/core/tsup.config.ts(+7 -1)➕
packages/llamaindex/package.json(+24 -0)➕
packages/llamaindex/src/index.ts(+69 -0)➕
packages/llamaindex/test/workflow.test.ts(+107 -0)➕
packages/llamaindex/tsconfig.json(+13 -0)➕
packages/llamaindex/tsconfig.test.json(+8 -0)➕
packages/llamaindex/vitest.config.ts(+20 -0)📝
pnpm-lock.yaml(+79 -9)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.