mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-07-20 21:59:32 -04:00
[PR #95] [MERGED] feat: add createStatefulMiddleware API
#103
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/95
Author: @himself65
Created: 4/30/2025
Status: ✅ Merged
Merged: 4/30/2025
Merged by: @himself65
Base:
main← Head:with-store-v2📝 Commits (10+)
f2c49fffeat: addcreateStoreMiddlewareAPI4ece138Create hip-bags-walk.mdd1569e4chore: lint fix4399adechore: lint fixacff122fix: test117eff7refactor: rename APIe73827bchore: update changeset784bfb5fix: api changef85b3cdfix: type changefc9fc06fix: remove unused📊 Changes
15 files changed (+353 additions, -203 deletions)
View changed files
➕
.changeset/hip-bags-walk.md(+65 -0)📝
README.md(+22 -11)📝
demo/node/file-parse-promise.ts(+9 -6)📝
demo/node/mcp-file-parse-tool.ts(+2 -2)📝
demo/workflows/file-parse-agent.ts(+10 -10)📝
demo/workflows/llama-parse-workflow.ts(+6 -6)📝
docs/llamaflow/basic-workflow.mdx(+50 -42)📝
packages/core/jsr.json(+1 -1)📝
packages/core/package.json(+3 -3)➕
packages/core/src/middleware/state.ts(+68 -0)📝
packages/core/src/middleware/store.ts(+61 -68)📝
packages/core/tests/middleware/full-workflow.spec.ts(+9 -8)➕
packages/core/tests/middleware/with-state.spec.ts(+39 -0)➖
packages/core/tests/middleware/with-store.spec.ts(+0 -37)📝
packages/llamaindex/src/index.ts(+8 -9)📄 Description
/cc @marcusschiesser
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.