Skip to content

Commit 381777e

Browse files
Merge pull request #100 from restackio/nitFix
fix import
2 parents 13549e3 + 812b56e commit 381777e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent-todo/src/agents/agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import {
44
condition,
55
log,
66
step,
7+
childExecute,
78
} from "@restackio/ai/agent";
89
import * as functions from "../functions";
9-
import { childExecute } from "@restackio/ai/workflow";
1010
import { executeTodoWorkflow } from "../workflows/executeTodo";
1111

1212
export type EndEvent = {

0 commit comments

Comments
 (0)