mirror of
https://github.com/run-llama/ts-workflow-examples.git
synced 2026-06-30 21:38:03 -04:00
Run instructions
This commit is contained in:
@@ -6,7 +6,6 @@ import { pipeline } from "node:stream/promises";
|
||||
import { Anthropic } from "@llamaindex/anthropic";
|
||||
import {
|
||||
agent,
|
||||
AgentStream,
|
||||
tool,
|
||||
Settings,
|
||||
} from "llamaindex";
|
||||
|
||||
@@ -7,7 +7,6 @@ const startEvent = workflowEvent<string>();
|
||||
const stepAEvent = workflowEvent<string>();
|
||||
const stepBEvent = workflowEvent<string>();
|
||||
const stepCEvent = workflowEvent<string>();
|
||||
const loopEvent = workflowEvent<string>();
|
||||
const stopEvent = workflowEvent<string>();
|
||||
|
||||
const workflow = createWorkflow();
|
||||
|
||||
Reference in New Issue
Block a user