Skip to content
Snippets Groups Projects
Unverified Commit b39f40db authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files
parent fadc8b8e
No related branches found
No related tags found
No related merge requests found
---
"@llamaindex/workflow": patch
---
fix: output event check
---
"@llamaindex/workflow": patch
---
feat: recoverable context with error handling
# docs
## 0.0.117
### Patch Changes
- @llamaindex/examples@0.0.15
## 0.0.116
### Patch Changes
......
{
"name": "docs",
"version": "0.0.116",
"version": "0.0.117",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
......
# @llamaindex/doc
## 0.0.15
### Patch Changes
- Updated dependencies [ea92b69]
- Updated dependencies [fadc8b8]
- @llamaindex/workflow@0.0.5
## 0.0.14
### Patch Changes
......
{
"name": "@llamaindex/doc",
"version": "0.0.14",
"version": "0.0.15",
"private": true,
"scripts": {
"build": "pnpm run build:docs && next build",
......
# examples
## 0.0.15
### Patch Changes
- Updated dependencies [ea92b69]
- Updated dependencies [fadc8b8]
- @llamaindex/workflow@0.0.5
## 0.0.14
### Patch Changes
......
{
"name": "@llamaindex/examples",
"private": true,
"version": "0.0.14",
"version": "0.0.15",
"dependencies": {
"@aws-crypto/sha256-js": "^5.2.0",
"@azure/cosmos": "^4.1.1",
......@@ -9,7 +9,7 @@
"@datastax/astra-db-ts": "^1.4.1",
"@llamaindex/core": "^0.4.7",
"@llamaindex/readers": "^1.0.8",
"@llamaindex/workflow": "^0.0.4",
"@llamaindex/workflow": "^0.0.5",
"@notionhq/client": "^2.2.15",
"@pinecone-database/pinecone": "^3.0.2",
"@vercel/postgres": "^0.10.0",
......
# @llamaindex/workflow
## 0.0.5
### Patch Changes
- ea92b69: fix: output event check
- fadc8b8: feat: recoverable context with error handling
## 0.0.4
### Patch Changes
......
{
"name": "@llamaindex/workflow",
"description": "Workflow API",
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"types": "dist/index.d.ts",
"module": "dist/index.js",
......
......@@ -590,7 +590,7 @@ importers:
specifier: ^1.0.8
version: link:../packages/readers
'@llamaindex/workflow':
specifier: ^0.0.4
specifier: ^0.0.5
version: link:../packages/workflow
'@notionhq/client':
specifier: ^2.2.15
......
# @llamaindex/unit-test
## 0.0.22
### Patch Changes
- Updated dependencies [ea92b69]
- Updated dependencies [fadc8b8]
- @llamaindex/workflow@0.0.5
## 0.0.21
### Patch Changes
......
{
"name": "@llamaindex/unit-test",
"private": true,
"version": "0.0.21",
"version": "0.0.22",
"type": "module",
"scripts": {
"test": "vitest run"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment