We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea89a96 commit b94c8beCopy full SHA for b94c8be
1 file changed
libs/deepagents/src/types.ts
@@ -22,7 +22,7 @@ import type {
22
BaseStore,
23
} from "@langchain/langgraph-checkpoint";
24
25
-import type { BackendProtocol } from "./backends/index.js";
+import type { AnyBackendProtocol } from "./backends/index.js";
26
import type { AsyncSubAgent, SubAgent } from "./middleware/index.js";
27
import type { InteropZodObject } from "@langchain/core/utils/types";
28
import type { AnnotationRoot } from "@langchain/langgraph";
0 commit comments