Skip to content

Commit b94c8be

Browse files
committed
use any backend protocol
1 parent ea89a96 commit b94c8be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/deepagents/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import type {
2222
BaseStore,
2323
} from "@langchain/langgraph-checkpoint";
2424

25-
import type { BackendProtocol } from "./backends/index.js";
25+
import type { AnyBackendProtocol } from "./backends/index.js";
2626
import type { AsyncSubAgent, SubAgent } from "./middleware/index.js";
2727
import type { InteropZodObject } from "@langchain/core/utils/types";
2828
import type { AnnotationRoot } from "@langchain/langgraph";

0 commit comments

Comments
 (0)