Skip to content

Commit 0a5bdd7

Browse files
authored
fix: fix import from agui client (#164)
1 parent 866a415 commit 0a5bdd7

File tree

1 file changed

+1
-1
lines changed
  • typescript-sdk/integrations/langgraph/src

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { HttpAgent } from "@ag-ui/client/src";
1+
import { HttpAgent } from "@ag-ui/client";
22

33
export * from './agent'
44
export class LangGraphHttpAgent extends HttpAgent {}

0 commit comments

Comments
 (0)