Skip to content

Version Packages #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/dirty-pugs-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-rings-talk.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/pretty-moose-share.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @llama-flow/core

## 0.4.2

### Patch Changes

- 23ecfc7: feat: update http protocol
- 4402a6d: fix: workflow stream extends standard readable stream
- 9c65785: feat: add `withSnapshot` middleware API

Add snapshot API, for human in the loop feature. The API is designed for cross JavaScript platform, including node.js, browser, and serverless platform such as cloudflare worker and edge runtime

- `workflow.createContext(): Context`
- `context.snapshot(): Promise<[requestEvent, snapshot]>`
- `workflow.resume(data, snapshot)`

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llama-flow/core",
"version": "0.4.1",
"version": "0.4.2",
"exports": {
".": "./src/core/index.ts",
"./async-context": "./src/async-context/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llama-flow/core",
"version": "0.4.1",
"version": "0.4.2",
"description": "event-based workflow engine",
"type": "module",
"main": "dist/index.cjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @llama-flow/http

## 0.0.2

### Patch Changes

- 23ecfc7: feat: update http protocol
- Updated dependencies [23ecfc7]
- Updated dependencies [4402a6d]
- Updated dependencies [9c65785]
- @llama-flow/[email protected]
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llama-flow/http",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"description": "HTTP protocol for Llama Flow",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/llamaindex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @llama-flow/llamaindex

## 0.0.16

### Patch Changes

- Updated dependencies [23ecfc7]
- Updated dependencies [4402a6d]
- Updated dependencies [9c65785]
- @llama-flow/[email protected]

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/llamaindex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llama-flow/llamaindex",
"version": "0.0.15",
"version": "0.0.16",
"type": "module",
"description": "LlamaIndex binding for llama-flow",
"main": "dist/index.cjs",
Expand Down