feat: Add xray support for drawing subgraphs #952
Annotations
10 errors and 1 warning
Build dependencies
No overload matches this call.
|
Build dependencies
Argument of type 'import("/home/runner/work/langgraphjs/langgraphjs/node_modules/@langchain/core/dist/runnables/types", { assert: { "resolution-mode": "import" } }).RunnableConfig' is not assignable to parameter of type 'import("/home/runner/work/langgraphjs/langgraphjs/libs/langgraph/node_modules/@langchain/core/dist/runnables/types", { assert: { "resolution-mode": "import" } }).RunnableConfig'.
|
Build dependencies
Type 'import("/home/runner/work/langgraphjs/langgraphjs/node_modules/@langchain/core/dist/runnables/types", { assert: { "resolution-mode": "import" } }).RunnableConfig | undefined' is not assignable to type 'import("/home/runner/work/langgraphjs/langgraphjs/libs/langgraph/node_modules/@langchain/core/dist/runnables/types", { assert: { "resolution-mode": "import" } }).RunnableConfig | undefined'.
|
Build dependencies
Argument of type 'Partial<LangGraphRunnableConfig>' is not assignable to parameter of type 'RunnableConfig'.
|
Build dependencies
Type 'import("/home/runner/work/langgraphjs/langgraphjs/node_modules/@langchain/core/dist/runnables/types", { assert: { "resolution-mode": "import" } }).RunnableConfig' is not assignable to type 'import("/home/runner/work/langgraphjs/langgraphjs/libs/langgraph/node_modules/@langchain/core/dist/runnables/types", { assert: { "resolution-mode": "import" } }).RunnableConfig'.
|
Build dependencies
Type 'CheckpointTuple | { config: RunnableConfig; checkpoint: Checkpoint<string, string>; metadata: { source: "input"; step: number; writes: null; parents: {}; }; pendingWrites: never[]; }' is not assignable to type 'CheckpointTuple'.
|
Build dependencies
Argument of type 'import("/home/runner/work/langgraphjs/langgraphjs/libs/langgraph/node_modules/@langchain/core/dist/runnables/types", { assert: { "resolution-mode": "import" } }).RunnableConfig' is not assignable to parameter of type 'import("/home/runner/work/langgraphjs/langgraphjs/node_modules/@langchain/core/dist/runnables/types", { assert: { "resolution-mode": "import" } }).RunnableConfig'.
|
Build dependencies
Type '{ configurable: { checkpoint_ns: string; }; recursionLimit?: number | undefined; maxConcurrency?: number | undefined; timeout?: number | undefined; signal?: AbortSignal | undefined; ... 4 more ...; runId?: string | undefined; }' is not assignable to type 'RunnableConfig'.
|
Build dependencies
Argument of type 'import("/home/runner/work/langgraphjs/langgraphjs/libs/langgraph/node_modules/@langchain/core/dist/runnables/types", { assert: { "resolution-mode": "import" } }).RunnableConfig' is not assignable to parameter of type 'import("/home/runner/work/langgraphjs/langgraphjs/node_modules/@langchain/core/dist/runnables/types", { assert: { "resolution-mode": "import" } }).RunnableConfig'.
|
Build dependencies
Argument of type '{ configurable: { checkpoint_ns: any; checkpoint_id: string; }; recursionLimit?: number | undefined; maxConcurrency?: number | undefined; timeout?: number | undefined; signal?: AbortSignal | undefined; ... 4 more ...; runId?: string | undefined; }' is not assignable to parameter of type 'RunnableConfig'.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading