braintrust 3.32.0 → 3.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/README.md +0 -43
  2. package/dev/dist/index.d.mts +31 -0
  3. package/dev/dist/index.d.ts +31 -0
  4. package/dev/dist/index.js +2275 -920
  5. package/dev/dist/index.mjs +1610 -255
  6. package/dist/apply-auto-instrumentation.js +263 -224
  7. package/dist/apply-auto-instrumentation.mjs +45 -6
  8. package/dist/auto-instrumentations/bundler/esbuild.cjs +78 -5
  9. package/dist/auto-instrumentations/bundler/esbuild.mjs +2 -2
  10. package/dist/auto-instrumentations/bundler/next.cjs +78 -5
  11. package/dist/auto-instrumentations/bundler/next.mjs +3 -3
  12. package/dist/auto-instrumentations/bundler/rollup.cjs +78 -5
  13. package/dist/auto-instrumentations/bundler/rollup.mjs +2 -2
  14. package/dist/auto-instrumentations/bundler/vite.cjs +78 -5
  15. package/dist/auto-instrumentations/bundler/vite.mjs +2 -2
  16. package/dist/auto-instrumentations/bundler/webpack-loader.cjs +78 -5
  17. package/dist/auto-instrumentations/bundler/webpack.cjs +78 -5
  18. package/dist/auto-instrumentations/bundler/webpack.mjs +3 -3
  19. package/dist/auto-instrumentations/{chunk-AFND2U7E.mjs → chunk-T2DMPWFI.mjs} +75 -5
  20. package/dist/auto-instrumentations/{chunk-RI4Y55ZF.mjs → chunk-UHJ2DNYJ.mjs} +6 -1
  21. package/dist/auto-instrumentations/{chunk-QEEPRBIS.mjs → chunk-W5QNG3PV.mjs} +1 -1
  22. package/dist/auto-instrumentations/hook.mjs +86 -7
  23. package/dist/auto-instrumentations/index.cjs +76 -5
  24. package/dist/auto-instrumentations/index.d.mts +3 -1
  25. package/dist/auto-instrumentations/index.d.ts +3 -1
  26. package/dist/auto-instrumentations/index.mjs +3 -1
  27. package/dist/browser.d.mts +202 -342
  28. package/dist/browser.d.ts +202 -342
  29. package/dist/browser.js +2586 -623
  30. package/dist/browser.mjs +2586 -623
  31. package/dist/chunk-7P6ASYW6.mjs +9 -0
  32. package/dist/{chunk-BTRLPQG5.js → chunk-AXJTOUOC.js} +2250 -1172
  33. package/dist/{chunk-AW4QECG5.js → chunk-G3VHOHRC.js} +40 -9
  34. package/dist/chunk-MLKGABMK.js +9 -0
  35. package/dist/{chunk-4QSAHP7D.mjs → chunk-MZLBAFVJ.mjs} +1236 -158
  36. package/dist/{chunk-WV6QZI2W.mjs → chunk-TZVZN2JJ.mjs} +39 -8
  37. package/dist/cli.js +1695 -293
  38. package/dist/custom-views.d.mts +112 -0
  39. package/dist/custom-views.d.ts +112 -0
  40. package/dist/custom-views.js +13 -0
  41. package/dist/custom-views.mjs +13 -0
  42. package/dist/edge-light.d.mts +1 -1
  43. package/dist/edge-light.d.ts +1 -1
  44. package/dist/edge-light.js +2586 -623
  45. package/dist/edge-light.mjs +2586 -623
  46. package/dist/index.d.mts +202 -342
  47. package/dist/index.d.ts +202 -342
  48. package/dist/index.js +1842 -986
  49. package/dist/index.mjs +1310 -454
  50. package/dist/instrumentation/index.d.mts +5 -245
  51. package/dist/instrumentation/index.d.ts +5 -245
  52. package/dist/instrumentation/index.js +1694 -254
  53. package/dist/instrumentation/index.mjs +1694 -254
  54. package/dist/vitest-evals-reporter.js +17 -16
  55. package/dist/vitest-evals-reporter.mjs +3 -2
  56. package/dist/workerd.d.mts +1 -1
  57. package/dist/workerd.d.ts +1 -1
  58. package/dist/workerd.js +2586 -623
  59. package/dist/workerd.mjs +2586 -623
  60. package/package.json +10 -2
@@ -86,6 +86,9 @@ var envIntegrationAliases = {
86
86
  "langchain-js": "langchain",
87
87
  "@langchain": "langchain",
88
88
  langgraph: "langgraph",
89
+ langgraphsdk: "langgraphSDK",
90
+ "langgraph-sdk": "langgraphSDK",
91
+ "@langchain/langgraph-sdk": "langgraphSDK",
89
92
  langsmith: "langsmith",
90
93
  voyage: "voyageai",
91
94
  "voyage-ai": "voyageai",
@@ -4977,6 +4980,7 @@ var INSTRUMENTATION_NAMES = {
4977
4980
  LANGSMITH: "langsmith",
4978
4981
  MASTRA: "mastra",
4979
4982
  MISTRAL: "mistral",
4983
+ LANGGRAPH_SDK: "langgraph-sdk",
4980
4984
  OLLAMA: "ollama",
4981
4985
  OPENAI: "openai",
4982
4986
  OPENAI_AGENTS: "openai-agents",
@@ -4991,7 +4995,7 @@ var INSTRUMENTATION_NAMES = {
4991
4995
  var INTERNAL_SPAN_INSTRUMENTATION_NAME = /* @__PURE__ */ Symbol.for(
4992
4996
  "braintrust.spanInstrumentationName"
4993
4997
  );
4994
- var SDK_VERSION = true ? "3.32.0" : "0.0.0";
4998
+ var SDK_VERSION = true ? "3.33.0" : "0.0.0";
4995
4999
  function withSpanInstrumentationName(args, instrumentationName) {
4996
5000
  return {
4997
5001
  ...args,
@@ -8927,10 +8931,16 @@ var SpanImpl = class _SpanImpl {
8927
8931
  inject(carrier) {
8928
8932
  const resolvedCarrier = carrier ?? {};
8929
8933
  try {
8934
+ const braintrustParent = this._getOtelParent() ?? this._propagatedState?.braintrustParent;
8935
+ if (!braintrustParent) {
8936
+ debugLogger.forState(this._state).warn(
8937
+ "Injecting trace context without braintrust.parent because the span's destination is not available yet. The receiver will start a new local trace instead of continuing this one."
8938
+ );
8939
+ }
8930
8940
  _injectIntoCarrier(resolvedCarrier, {
8931
8941
  traceId: this._rootSpanId,
8932
8942
  spanId: this._spanId,
8933
- braintrustParent: this._getOtelParent() ?? this._propagatedState?.braintrustParent,
8943
+ braintrustParent,
8934
8944
  propagatedState: this._propagatedState
8935
8945
  });
8936
8946
  } catch (e) {
@@ -10291,8 +10301,8 @@ var harnessAgentChannels = defineChannels(
10291
10301
  // src/auto-instrumentations/configs/ai-sdk.ts
10292
10302
  var aiSDKConfigs = [
10293
10303
  // HarnessAgent turn methods are published only from the package's ESM
10294
- // `./agent` entrypoint. The compiled class expression is anonymous, so match
10295
- // the first async method with each public name instead of a class name.
10304
+ // `./agent` entrypoint. Target the class binding so similarly named getters
10305
+ // on stream result classes are not mistaken for agent turn methods.
10296
10306
  ...[
10297
10307
  ["createSession", harnessAgentChannels.createSession.channelName],
10298
10308
  ["generate", harnessAgentChannels.generate.channelName],
@@ -10307,6 +10317,7 @@ var aiSDKConfigs = [
10307
10317
  filePath: "dist/agent/index.js"
10308
10318
  },
10309
10319
  functionQuery: {
10320
+ className: "HarnessAgent",
10310
10321
  methodName,
10311
10322
  kind: "Async",
10312
10323
  index: 0
@@ -10740,9 +10751,9 @@ var anthropicChannels = defineChannels(
10740
10751
  // src/auto-instrumentations/configs/anthropic.ts
10741
10752
  var anthropicConfigs = [
10742
10753
  // Each logical target is listed for both published module formats:
10743
- // `.mjs` covers ESM imports, while `.js` covers CJS requires. The Bedrock
10744
- // SDK delegates CJS `messages.create` calls through these Anthropic SDK
10745
- // `.js` resource files.
10754
+ // `.mjs` covers ESM imports, while `.js` covers CJS requires. Both
10755
+ // @anthropic-ai/bedrock-sdk and @anthropic-ai/vertex-sdk instantiate these
10756
+ // shared Anthropic resources, so they use the same targets and channels.
10746
10757
  // Messages API - create in older SDK layouts (supports streaming via stream=true parameter)
10747
10758
  {
10748
10759
  channelName: anthropicChannels.messagesCreate.channelName,
@@ -12103,6 +12114,10 @@ var googleGenAIChannels = defineChannels(
12103
12114
  channelName: "models.embedContent",
12104
12115
  kind: "async"
12105
12116
  }),
12117
+ httpResponseJson: channel({
12118
+ channelName: "httpResponse.json",
12119
+ kind: "async"
12120
+ }),
12106
12121
  interactionsCreate: channel({
12107
12122
  channelName: "interactions.create",
12108
12123
  kind: "async"
@@ -12172,6 +12187,21 @@ var googleGenAIConfigs = [
12172
12187
  kind: "Async"
12173
12188
  }
12174
12189
  },
12190
+ // The SDK's embedding response converter drops usageMetadata. Observe the
12191
+ // parsed HTTP response before conversion; the plugin scopes this to embeddings.
12192
+ {
12193
+ channelName: googleGenAIChannels.httpResponseJson.channelName,
12194
+ module: {
12195
+ name: "@google/genai",
12196
+ versionRange: ">=1.0.0",
12197
+ filePath: "dist/node/index.mjs"
12198
+ },
12199
+ functionQuery: {
12200
+ className: "HttpResponse",
12201
+ methodName: "json",
12202
+ kind: "Async"
12203
+ }
12204
+ },
12175
12205
  // BaseInteractions.create - Interactions API entry point
12176
12206
  {
12177
12207
  channelName: googleGenAIChannels.interactionsCreate.channelName,
@@ -13027,6 +13057,42 @@ var mistralConfigs = [
13027
13057
  }
13028
13058
  ];
13029
13059
 
13060
+ // src/instrumentation/plugins/langgraph-sdk-channels.ts
13061
+ var langGraphSDKChannels = defineChannels(
13062
+ "@langchain/langgraph-sdk",
13063
+ {
13064
+ wait: channel({
13065
+ channelName: "runs.wait",
13066
+ kind: "async"
13067
+ }),
13068
+ stream: channel({
13069
+ channelName: "runs.stream",
13070
+ kind: "sync-stream"
13071
+ })
13072
+ },
13073
+ { instrumentationName: INSTRUMENTATION_NAMES.LANGGRAPH_SDK }
13074
+ );
13075
+
13076
+ // src/auto-instrumentations/configs/langgraph-sdk.ts
13077
+ var langGraphSDKConfigs = [
13078
+ "js",
13079
+ "cjs"
13080
+ ].flatMap(
13081
+ (extension) => ["wait", "stream"].map((methodName) => ({
13082
+ channelName: langGraphSDKChannels[methodName].channelName,
13083
+ module: {
13084
+ name: "@langchain/langgraph-sdk",
13085
+ versionRange: ">=1.9.25 <2.0.0",
13086
+ filePath: `dist/client/runs/index.${extension}`
13087
+ },
13088
+ functionQuery: {
13089
+ className: "RunsClient",
13090
+ methodName,
13091
+ kind: methodName === "stream" ? "Sync" : "Async"
13092
+ }
13093
+ }))
13094
+ );
13095
+
13030
13096
  // src/instrumentation/plugins/ollama-channels.ts
13031
13097
  var ollamaChannels = defineChannels(
13032
13098
  "ollama",
@@ -13125,6 +13191,18 @@ var openAIAgentsCoreConfigs = lifecycleMethods.flatMap(
13125
13191
  var openAIChannels = defineChannels(
13126
13192
  "openai",
13127
13193
  {
13194
+ agentsTraceStart: channel({
13195
+ channelName: "agents.trace.start",
13196
+ kind: "async"
13197
+ }),
13198
+ agentsTraceCapture: channel({
13199
+ channelName: "agents.trace.capture",
13200
+ kind: "async"
13201
+ }),
13202
+ agentsTraceFail: channel({
13203
+ channelName: "agents.trace.fail",
13204
+ kind: "async"
13205
+ }),
13128
13206
  filesCreateTraced: channel({
13129
13207
  channelName: "files.create-traced",
13130
13208
  kind: "async"
@@ -13836,6 +13914,7 @@ var defaultInstrumentationConfigGroups = [
13836
13914
  configs: openRouterAgentConfigs
13837
13915
  },
13838
13916
  { integrations: ["mistral"], configs: mistralConfigs },
13917
+ { integrations: ["langgraphSDK"], configs: langGraphSDKConfigs },
13839
13918
  { integrations: ["ollama"], configs: ollamaConfigs },
13840
13919
  { integrations: ["googleADK"], configs: googleADKConfigs },
13841
13920
  { integrations: ["cohere"], configs: cohereConfigs },
@@ -36,6 +36,7 @@ __export(index_exports, {
36
36
  googleGenerativeAIConfigs: () => googleGenerativeAIConfigs,
37
37
  groqConfigs: () => groqConfigs,
38
38
  huggingFaceConfigs: () => huggingFaceConfigs,
39
+ langGraphSDKConfigs: () => langGraphSDKConfigs,
39
40
  langSmithConfigs: () => langSmithConfigs,
40
41
  langchainConfigs: () => langchainConfigs,
41
42
  mistralConfigs: () => mistralConfigs,
@@ -816,6 +817,7 @@ var INSTRUMENTATION_NAMES = {
816
817
  LANGSMITH: "langsmith",
817
818
  MASTRA: "mastra",
818
819
  MISTRAL: "mistral",
820
+ LANGGRAPH_SDK: "langgraph-sdk",
819
821
  OLLAMA: "ollama",
820
822
  OPENAI: "openai",
821
823
  OPENAI_AGENTS: "openai-agents",
@@ -832,6 +834,18 @@ var INSTRUMENTATION_NAMES = {
832
834
  var openAIChannels = defineChannels(
833
835
  "openai",
834
836
  {
837
+ agentsTraceStart: channel({
838
+ channelName: "agents.trace.start",
839
+ kind: "async"
840
+ }),
841
+ agentsTraceCapture: channel({
842
+ channelName: "agents.trace.capture",
843
+ kind: "async"
844
+ }),
845
+ agentsTraceFail: channel({
846
+ channelName: "agents.trace.fail",
847
+ kind: "async"
848
+ }),
835
849
  filesCreateTraced: channel({
836
850
  channelName: "files.create-traced",
837
851
  kind: "async"
@@ -1141,9 +1155,9 @@ var anthropicChannels = defineChannels(
1141
1155
  // src/auto-instrumentations/configs/anthropic.ts
1142
1156
  var anthropicConfigs = [
1143
1157
  // Each logical target is listed for both published module formats:
1144
- // `.mjs` covers ESM imports, while `.js` covers CJS requires. The Bedrock
1145
- // SDK delegates CJS `messages.create` calls through these Anthropic SDK
1146
- // `.js` resource files.
1158
+ // `.mjs` covers ESM imports, while `.js` covers CJS requires. Both
1159
+ // @anthropic-ai/bedrock-sdk and @anthropic-ai/vertex-sdk instantiate these
1160
+ // shared Anthropic resources, so they use the same targets and channels.
1147
1161
  // Messages API - create in older SDK layouts (supports streaming via stream=true parameter)
1148
1162
  {
1149
1163
  channelName: anthropicChannels.messagesCreate.channelName,
@@ -1475,8 +1489,8 @@ var harnessAgentChannels = defineChannels(
1475
1489
  // src/auto-instrumentations/configs/ai-sdk.ts
1476
1490
  var aiSDKConfigs = [
1477
1491
  // HarnessAgent turn methods are published only from the package's ESM
1478
- // `./agent` entrypoint. The compiled class expression is anonymous, so match
1479
- // the first async method with each public name instead of a class name.
1492
+ // `./agent` entrypoint. Target the class binding so similarly named getters
1493
+ // on stream result classes are not mistaken for agent turn methods.
1480
1494
  ...[
1481
1495
  ["createSession", harnessAgentChannels.createSession.channelName],
1482
1496
  ["generate", harnessAgentChannels.generate.channelName],
@@ -1491,6 +1505,7 @@ var aiSDKConfigs = [
1491
1505
  filePath: "dist/agent/index.js"
1492
1506
  },
1493
1507
  functionQuery: {
1508
+ className: "HarnessAgent",
1494
1509
  methodName,
1495
1510
  kind: "Async",
1496
1511
  index: 0
@@ -2164,6 +2179,10 @@ var googleGenAIChannels = defineChannels(
2164
2179
  channelName: "models.embedContent",
2165
2180
  kind: "async"
2166
2181
  }),
2182
+ httpResponseJson: channel({
2183
+ channelName: "httpResponse.json",
2184
+ kind: "async"
2185
+ }),
2167
2186
  interactionsCreate: channel({
2168
2187
  channelName: "interactions.create",
2169
2188
  kind: "async"
@@ -2233,6 +2252,21 @@ var googleGenAIConfigs = [
2233
2252
  kind: "Async"
2234
2253
  }
2235
2254
  },
2255
+ // The SDK's embedding response converter drops usageMetadata. Observe the
2256
+ // parsed HTTP response before conversion; the plugin scopes this to embeddings.
2257
+ {
2258
+ channelName: googleGenAIChannels.httpResponseJson.channelName,
2259
+ module: {
2260
+ name: "@google/genai",
2261
+ versionRange: ">=1.0.0",
2262
+ filePath: "dist/node/index.mjs"
2263
+ },
2264
+ functionQuery: {
2265
+ className: "HttpResponse",
2266
+ methodName: "json",
2267
+ kind: "Async"
2268
+ }
2269
+ },
2236
2270
  // BaseInteractions.create - Interactions API entry point
2237
2271
  {
2238
2272
  channelName: googleGenAIChannels.interactionsCreate.channelName,
@@ -3017,6 +3051,42 @@ var mistralConfigs = [
3017
3051
  }
3018
3052
  ];
3019
3053
 
3054
+ // src/instrumentation/plugins/langgraph-sdk-channels.ts
3055
+ var langGraphSDKChannels = defineChannels(
3056
+ "@langchain/langgraph-sdk",
3057
+ {
3058
+ wait: channel({
3059
+ channelName: "runs.wait",
3060
+ kind: "async"
3061
+ }),
3062
+ stream: channel({
3063
+ channelName: "runs.stream",
3064
+ kind: "sync-stream"
3065
+ })
3066
+ },
3067
+ { instrumentationName: INSTRUMENTATION_NAMES.LANGGRAPH_SDK }
3068
+ );
3069
+
3070
+ // src/auto-instrumentations/configs/langgraph-sdk.ts
3071
+ var langGraphSDKConfigs = [
3072
+ "js",
3073
+ "cjs"
3074
+ ].flatMap(
3075
+ (extension) => ["wait", "stream"].map((methodName) => ({
3076
+ channelName: langGraphSDKChannels[methodName].channelName,
3077
+ module: {
3078
+ name: "@langchain/langgraph-sdk",
3079
+ versionRange: ">=1.9.25 <2.0.0",
3080
+ filePath: `dist/client/runs/index.${extension}`
3081
+ },
3082
+ functionQuery: {
3083
+ className: "RunsClient",
3084
+ methodName,
3085
+ kind: methodName === "stream" ? "Sync" : "Async"
3086
+ }
3087
+ }))
3088
+ );
3089
+
3020
3090
  // src/instrumentation/plugins/ollama-channels.ts
3021
3091
  var ollamaChannels = defineChannels(
3022
3092
  "ollama",
@@ -4140,6 +4210,7 @@ var piCodingAgentConfigs = [
4140
4210
  googleGenerativeAIConfigs,
4141
4211
  groqConfigs,
4142
4212
  huggingFaceConfigs,
4213
+ langGraphSDKConfigs,
4143
4214
  langSmithConfigs,
4144
4215
  langchainConfigs,
4145
4216
  mistralConfigs,
@@ -87,6 +87,8 @@ declare const openRouterConfigs: InstrumentationConfig[];
87
87
 
88
88
  declare const mistralConfigs: InstrumentationConfig[];
89
89
 
90
+ declare const langGraphSDKConfigs: InstrumentationConfig[];
91
+
90
92
  declare const ollamaConfigs: InstrumentationConfig[];
91
93
 
92
94
  /**
@@ -125,4 +127,4 @@ declare const langSmithConfigs: InstrumentationConfig[];
125
127
 
126
128
  declare const piCodingAgentConfigs: InstrumentationConfig[];
127
129
 
128
- export { InstrumentationConfig, aiSDKConfigs, anthropicConfigs, bedrockRuntimeConfigs, claudeAgentSDKConfigs, cloudflareAIChatConfigs, cloudflareAgentsConfigs, cloudflareThinkConfigs, cohereConfigs, cursorSDKConfigs, genkitConfigs, gitHubCopilotConfigs, googleADKConfigs, googleGenAIConfigs, googleGenerativeAIConfigs, groqConfigs, huggingFaceConfigs, langSmithConfigs, langchainConfigs, mistralConfigs, ollamaConfigs, openAIAgentsCoreConfigs, openAICodexConfigs, openRouterAgentConfigs, openRouterConfigs, openaiConfigs, piCodingAgentConfigs };
130
+ export { InstrumentationConfig, aiSDKConfigs, anthropicConfigs, bedrockRuntimeConfigs, claudeAgentSDKConfigs, cloudflareAIChatConfigs, cloudflareAgentsConfigs, cloudflareThinkConfigs, cohereConfigs, cursorSDKConfigs, genkitConfigs, gitHubCopilotConfigs, googleADKConfigs, googleGenAIConfigs, googleGenerativeAIConfigs, groqConfigs, huggingFaceConfigs, langGraphSDKConfigs, langSmithConfigs, langchainConfigs, mistralConfigs, ollamaConfigs, openAIAgentsCoreConfigs, openAICodexConfigs, openRouterAgentConfigs, openRouterConfigs, openaiConfigs, piCodingAgentConfigs };
@@ -87,6 +87,8 @@ declare const openRouterConfigs: InstrumentationConfig[];
87
87
 
88
88
  declare const mistralConfigs: InstrumentationConfig[];
89
89
 
90
+ declare const langGraphSDKConfigs: InstrumentationConfig[];
91
+
90
92
  declare const ollamaConfigs: InstrumentationConfig[];
91
93
 
92
94
  /**
@@ -125,4 +127,4 @@ declare const langSmithConfigs: InstrumentationConfig[];
125
127
 
126
128
  declare const piCodingAgentConfigs: InstrumentationConfig[];
127
129
 
128
- export { InstrumentationConfig, aiSDKConfigs, anthropicConfigs, bedrockRuntimeConfigs, claudeAgentSDKConfigs, cloudflareAIChatConfigs, cloudflareAgentsConfigs, cloudflareThinkConfigs, cohereConfigs, cursorSDKConfigs, genkitConfigs, gitHubCopilotConfigs, googleADKConfigs, googleGenAIConfigs, googleGenerativeAIConfigs, groqConfigs, huggingFaceConfigs, langSmithConfigs, langchainConfigs, mistralConfigs, ollamaConfigs, openAIAgentsCoreConfigs, openAICodexConfigs, openRouterAgentConfigs, openRouterConfigs, openaiConfigs, piCodingAgentConfigs };
130
+ export { InstrumentationConfig, aiSDKConfigs, anthropicConfigs, bedrockRuntimeConfigs, claudeAgentSDKConfigs, cloudflareAIChatConfigs, cloudflareAgentsConfigs, cloudflareThinkConfigs, cohereConfigs, cursorSDKConfigs, genkitConfigs, gitHubCopilotConfigs, googleADKConfigs, googleGenAIConfigs, googleGenerativeAIConfigs, groqConfigs, huggingFaceConfigs, langGraphSDKConfigs, langSmithConfigs, langchainConfigs, mistralConfigs, ollamaConfigs, openAIAgentsCoreConfigs, openAICodexConfigs, openRouterAgentConfigs, openRouterConfigs, openaiConfigs, piCodingAgentConfigs };
@@ -15,6 +15,7 @@ import {
15
15
  googleGenerativeAIConfigs,
16
16
  groqConfigs,
17
17
  huggingFaceConfigs,
18
+ langGraphSDKConfigs,
18
19
  langSmithConfigs,
19
20
  langchainConfigs,
20
21
  mistralConfigs,
@@ -25,7 +26,7 @@ import {
25
26
  openRouterConfigs,
26
27
  openaiConfigs,
27
28
  piCodingAgentConfigs
28
- } from "./chunk-AFND2U7E.mjs";
29
+ } from "./chunk-T2DMPWFI.mjs";
29
30
  import "./chunk-JPUFNW7X.mjs";
30
31
  export {
31
32
  aiSDKConfigs,
@@ -44,6 +45,7 @@ export {
44
45
  googleGenerativeAIConfigs,
45
46
  groqConfigs,
46
47
  huggingFaceConfigs,
48
+ langGraphSDKConfigs,
47
49
  langSmithConfigs,
48
50
  langchainConfigs,
49
51
  mistralConfigs,