mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-06-30 21:57:58 -04:00
Add message (#195)
This commit is contained in:
@@ -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
|
||||
@@ -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.
|
||||
|
||||
[](https://stackblitz.com/github/run-llama/workflows-ts/tree/main/demo/browser?file=src%2FApp.tsx)
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user