Add message (#195)

This commit is contained in:
Logan
2026-03-09 15:13:15 -06:00
committed by GitHub
parent 3dcfbc6fb5
commit 2e0420612d
9 changed files with 20 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
---
"@llamaindex/workflow-viz-node": patch
"@llamaindex/workflow-server": patch
"@llamaindex/workflow-graph": patch
"@llamaindex/workflow-core": patch
"@llamaindex/workflow-http": patch
"@llamaindex/workflow-otel": patch
"@llamaindex/workflow-viz": patch
---
Add deprecation message
+2
View File
@@ -1,5 +1,7 @@
# LlamaIndex Workflows TS
> **⚠️ DEPRECATED**: This package is no longer maintained. Please use [LlamaAgents (Python Workflows)](https://developers.llamaindex.ai/python/llamaagents/overview/) instead.
🌊 is a simple, lightweight workflow engine, in TypeScript.
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz_small.svg)](https://stackblitz.com/github/run-llama/workflows-ts/tree/main/demo/browser?file=src%2FApp.tsx)
+1
View File
@@ -2,6 +2,7 @@
"name": "@llamaindex/workflow-core",
"version": "1.3.3",
"description": "event-based workflow engine",
"deprecated": "This package is deprecated. Please use LlamaAgents (Python Workflows) instead: https://developers.llamaindex.ai/python/llamaagents/overview/",
"type": "module",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
+1
View File
@@ -3,6 +3,7 @@
"version": "1.0.0",
"private": true,
"description": "Shared graph utilities",
"deprecated": "This package is deprecated. Please use LlamaAgents (Python Workflows) instead: https://developers.llamaindex.ai/python/llamaagents/overview/",
"type": "module",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
+1
View File
@@ -3,6 +3,7 @@
"version": "4.0.3",
"type": "module",
"description": "HTTP protocol for Llama Flow",
"deprecated": "This package is deprecated. Please use LlamaAgents (Python Workflows) instead: https://developers.llamaindex.ai/python/llamaagents/overview/",
"exports": {
"./server": {
"types": "./dist/server.d.ts",
+1
View File
@@ -2,6 +2,7 @@
"name": "@llamaindex/workflow-otel",
"version": "1.0.4",
"description": "OpenTelemetry plugin for LlamaFlow",
"deprecated": "This package is deprecated. Please use LlamaAgents (Python Workflows) instead: https://developers.llamaindex.ai/python/llamaagents/overview/",
"type": "module",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
+1
View File
@@ -2,6 +2,7 @@
"name": "@llamaindex/workflow-server",
"version": "0.0.2",
"description": "Fastify-based workflow server with OpenAPI support",
"deprecated": "This package is deprecated. Please use LlamaAgents (Python Workflows) instead: https://developers.llamaindex.ai/python/llamaagents/overview/",
"type": "module",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
+1
View File
@@ -2,6 +2,7 @@
"name": "@llamaindex/workflow-viz-node",
"version": "1.0.1",
"description": "Visualization components for drawing LlamaIndex Workflows in Node.js",
"deprecated": "This package is deprecated. Please use LlamaAgents (Python Workflows) instead: https://developers.llamaindex.ai/python/llamaagents/overview/",
"type": "module",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
+1
View File
@@ -2,6 +2,7 @@
"name": "@llamaindex/workflow-viz",
"version": "1.0.5",
"description": "Visualization components for drawing LlamaIndex Workflows in the browser",
"deprecated": "This package is deprecated. Please use LlamaAgents (Python Workflows) instead: https://developers.llamaindex.ai/python/llamaagents/overview/",
"type": "module",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",