mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-21 23:05:25 -04:00
chore: update @llama-flow/core to version 0.4.1 and export stream api (#1906)
Co-authored-by: Marcus Schiesser <mail@marcusschiesser.de>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@llamaindex/workflow": patch
|
||||
---
|
||||
|
||||
Bump llama-flow@0.4.1
|
||||
@@ -48,6 +48,6 @@
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"@llama-flow/core": "^0.4.0"
|
||||
"@llama-flow/core": "^0.4.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ export const startAgentEvent = workflowEvent<
|
||||
|
||||
export type AgentResultData = {
|
||||
result: MessageContent;
|
||||
state: AgentWorkflowState;
|
||||
state?: AgentWorkflowState | undefined;
|
||||
};
|
||||
export const stopAgentEvent = workflowEvent<AgentResultData, "llamaindex-stop">(
|
||||
{
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
export * from "@llama-flow/core";
|
||||
export * from "@llama-flow/core/middleware/state";
|
||||
export * from "@llama-flow/core/stream/run";
|
||||
export * from "./agent/index.js";
|
||||
|
||||
Generated
+5
-5
@@ -1760,8 +1760,8 @@ importers:
|
||||
packages/workflow:
|
||||
dependencies:
|
||||
'@llama-flow/core':
|
||||
specifier: ^0.4.0
|
||||
version: 0.4.0(@modelcontextprotocol/sdk@1.9.0)(hono@4.7.7)(next@15.3.0(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(p-retry@6.2.1)(zod@3.24.2)
|
||||
specifier: ^0.4.1
|
||||
version: 0.4.1(@modelcontextprotocol/sdk@1.9.0)(hono@4.7.7)(next@15.3.0(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(p-retry@6.2.1)(zod@3.24.2)
|
||||
zod:
|
||||
specifier: ^3.23.8
|
||||
version: 3.24.2
|
||||
@@ -3620,8 +3620,8 @@ packages:
|
||||
'@lezer/yaml@1.0.3':
|
||||
resolution: {integrity: sha512-GuBLekbw9jDBDhGur82nuwkxKQ+a3W5H0GfaAthDXcAu+XdpS43VlnxA9E9hllkpSP5ellRDKjLLj7Lu9Wr6xA==}
|
||||
|
||||
'@llama-flow/core@0.4.0':
|
||||
resolution: {integrity: sha512-ctCnvIAE3U1YUgwtQOr5UwU9b0f5NLeEH4YkDc87Q8hAY+e/8T2iuar44wHPz20zMDF6WssXh2lepNjQVnVmRQ==}
|
||||
'@llama-flow/core@0.4.1':
|
||||
resolution: {integrity: sha512-xHhJMRmY16C1pYPWIonmLWPkkjTGuj1iVQCTXOM6sXajQ3r0+mEVERQCjPqf48tvX0K+szbdgxjg6wx+KwVqcg==}
|
||||
peerDependencies:
|
||||
'@modelcontextprotocol/sdk': ^1.7.0
|
||||
hono: ^4.7.4
|
||||
@@ -15380,7 +15380,7 @@ snapshots:
|
||||
'@lezer/highlight': 1.2.1
|
||||
'@lezer/lr': 1.4.2
|
||||
|
||||
'@llama-flow/core@0.4.0(@modelcontextprotocol/sdk@1.9.0)(hono@4.7.7)(next@15.3.0(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(p-retry@6.2.1)(zod@3.24.2)':
|
||||
'@llama-flow/core@0.4.1(@modelcontextprotocol/sdk@1.9.0)(hono@4.7.7)(next@15.3.0(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(p-retry@6.2.1)(zod@3.24.2)':
|
||||
optionalDependencies:
|
||||
'@modelcontextprotocol/sdk': 1.9.0
|
||||
hono: 4.7.7
|
||||
|
||||
Reference in New Issue
Block a user