mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-07-21 06:05:23 -04:00
chore: bundle package
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@llama-flow/llamaindex": patch
|
||||
---
|
||||
|
||||
fix: export more types from core
|
||||
@@ -10,7 +10,12 @@ import { until } from "@llama-flow/core/stream/until";
|
||||
import { collect } from "@llama-flow/core/stream/consumer";
|
||||
import { withStore } from "@llama-flow/core/middleware/store";
|
||||
|
||||
export { workflowEvent } from "@llama-flow/core";
|
||||
export {
|
||||
workflowEvent,
|
||||
type WorkflowEventData,
|
||||
type WorkflowEvent,
|
||||
type InferWorkflowEventData,
|
||||
} from "@llama-flow/core";
|
||||
|
||||
export type StepContext<T = unknown> = ReturnType<typeof getContext> & {
|
||||
get data(): T;
|
||||
|
||||
Reference in New Issue
Block a user