Compare commits

...

4 Commits

Author SHA1 Message Date
Marcus Schiesser fb093ac578 Update .changeset/brown-roses-smash.md 2025-05-05 16:03:46 +07:00
leehuwuj 4a8c29746d relock 2025-05-05 15:45:25 +07:00
leehuwuj 15bbddf451 chore: add changeset for bumping llama-flow to version 0.4.1 2025-05-05 15:43:47 +07:00
leehuwuj 9a788f35ee chore: update @llama-flow/core to version 0.4.1 and export additional stream functionality 2025-05-05 15:41:33 +07:00
5 changed files with 13 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@llamaindex/workflow": patch
---
Bump llama-flow@0.4.1
+1 -1
View File
@@ -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
View File
@@ -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";
+5 -5
View File
@@ -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