[PR #41] [MERGED] feat: add llamaindex bindling #54

Closed
opened 2026-02-16 03:16:02 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: llamaindex-bindling


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/workflows-ts/pull/41 **Author:** [@himself65](https://github.com/himself65) **Created:** 4/17/2025 **Status:** ✅ Merged **Merged:** 4/17/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `main` ← **Head:** `llamaindex-bindling` --- ### 📝 Commits (10+) - [`df7ad4b`](https://github.com/run-llama/workflows-ts/commit/df7ad4bb15ad0aa1cdf5311edbac442cc8cf0549) feat: add llamaindex bindling - [`ece0355`](https://github.com/run-llama/workflows-ts/commit/ece035596f87f88a8cf74d03eff6e3ac54fd23da) fix: context - [`ccede7d`](https://github.com/run-llama/workflows-ts/commit/ccede7d9678407713cebbca4ddd57f7c5cb78aba) fix: add context - [`a882e78`](https://github.com/run-llama/workflows-ts/commit/a882e78a3f646d615e0c8034775f4f9ffe45503b) test: coverage - [`1f5b76c`](https://github.com/run-llama/workflows-ts/commit/1f5b76c36b1a8f765bbea6f0ec26cf1aee3ba476) test: more - [`3d43200`](https://github.com/run-llama/workflows-ts/commit/3d432002a7f3aa71f01c4772ef494f4ae8a011e0) chore: public - [`66a5cef`](https://github.com/run-llama/workflows-ts/commit/66a5cef851374a3cabe8b89bd2f3cbe74d97828f) fix: chore - [`63434f1`](https://github.com/run-llama/workflows-ts/commit/63434f136bf35c466ff33357c4f28ec09830f868) chore: update - [`cf2be92`](https://github.com/run-llama/workflows-ts/commit/cf2be928f48ea2c1f01889d89a6d384d118f6a74) fix: type module - [`871e9b4`](https://github.com/run-llama/workflows-ts/commit/871e9b4b5498fee536784a160c69d85ba8a759e5) ci: update ### 📊 Changes **22 files changed** (+434 additions, -43 deletions) <details> <summary>View changed files</summary> ➕ `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 03:16:02 -05:00
yindo closed this issue 2026-02-16 03:16:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-ts#54