@copilotkit/runtime 1.8.10 → 1.8.11-next.1

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 (39) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/{chunk-5EMHHQ4P.mjs → chunk-IYF3PJG5.mjs} +14 -14
  3. package/dist/chunk-IYF3PJG5.mjs.map +1 -0
  4. package/dist/{chunk-LSELEGWC.mjs → chunk-KY2KPEXS.mjs} +2 -2
  5. package/dist/{chunk-DBY2YRE7.mjs → chunk-POEBLTPP.mjs} +2 -2
  6. package/dist/{chunk-KFZJJYUQ.mjs → chunk-T5O3LCUA.mjs} +2 -2
  7. package/dist/index.d.ts +1 -1
  8. package/dist/index.js +3 -3
  9. package/dist/index.js.map +1 -1
  10. package/dist/index.mjs +6 -6
  11. package/dist/lib/index.d.ts +1 -1
  12. package/dist/lib/index.js +3 -3
  13. package/dist/lib/index.js.map +1 -1
  14. package/dist/lib/index.mjs +6 -6
  15. package/dist/lib/integrations/index.d.ts +2 -2
  16. package/dist/lib/integrations/index.js +1 -1
  17. package/dist/lib/integrations/index.js.map +1 -1
  18. package/dist/lib/integrations/index.mjs +6 -6
  19. package/dist/lib/integrations/nest/index.d.ts +1 -1
  20. package/dist/lib/integrations/nest/index.js +1 -1
  21. package/dist/lib/integrations/nest/index.js.map +1 -1
  22. package/dist/lib/integrations/nest/index.mjs +4 -4
  23. package/dist/lib/integrations/node-express/index.d.ts +1 -1
  24. package/dist/lib/integrations/node-express/index.js +1 -1
  25. package/dist/lib/integrations/node-express/index.js.map +1 -1
  26. package/dist/lib/integrations/node-express/index.mjs +4 -4
  27. package/dist/lib/integrations/node-http/index.d.ts +1 -1
  28. package/dist/lib/integrations/node-http/index.js +1 -1
  29. package/dist/lib/integrations/node-http/index.js.map +1 -1
  30. package/dist/lib/integrations/node-http/index.mjs +3 -3
  31. package/dist/{shared-ede87417.d.ts → shared-0c31d7c5.d.ts} +1 -1
  32. package/package.json +2 -2
  33. package/src/lib/runtime/remote-action-constructors.ts +3 -1
  34. package/src/lib/runtime/remote-actions.ts +1 -1
  35. package/src/lib/runtime/remote-lg-action.ts +4 -2
  36. package/dist/chunk-5EMHHQ4P.mjs.map +0 -1
  37. /package/dist/{chunk-LSELEGWC.mjs.map → chunk-KY2KPEXS.mjs.map} +0 -0
  38. /package/dist/{chunk-DBY2YRE7.mjs.map → chunk-POEBLTPP.mjs.map} +0 -0
  39. /package/dist/{chunk-KFZJJYUQ.mjs.map → chunk-T5O3LCUA.mjs.map} +0 -0
@@ -2,7 +2,7 @@ import {
2
2
  copilotRuntimeNodeHttpEndpoint,
3
3
  getRuntimeInstanceTelemetryInfo,
4
4
  telemetry_client_default
5
- } from "./chunk-5EMHHQ4P.mjs";
5
+ } from "./chunk-IYF3PJG5.mjs";
6
6
  import {
7
7
  __name
8
8
  } from "./chunk-FHD4JECV.mjs";
@@ -22,4 +22,4 @@ __name(copilotRuntimeNestEndpoint, "copilotRuntimeNestEndpoint");
22
22
  export {
23
23
  copilotRuntimeNestEndpoint
24
24
  };
25
- //# sourceMappingURL=chunk-LSELEGWC.mjs.map
25
+ //# sourceMappingURL=chunk-KY2KPEXS.mjs.map
@@ -2,7 +2,7 @@ import {
2
2
  copilotRuntimeNodeHttpEndpoint,
3
3
  getRuntimeInstanceTelemetryInfo,
4
4
  telemetry_client_default
5
- } from "./chunk-5EMHHQ4P.mjs";
5
+ } from "./chunk-IYF3PJG5.mjs";
6
6
  import {
7
7
  __name
8
8
  } from "./chunk-FHD4JECV.mjs";
@@ -22,4 +22,4 @@ __name(copilotRuntimeNodeExpressEndpoint, "copilotRuntimeNodeExpressEndpoint");
22
22
  export {
23
23
  copilotRuntimeNodeExpressEndpoint
24
24
  };
25
- //# sourceMappingURL=chunk-DBY2YRE7.mjs.map
25
+ //# sourceMappingURL=chunk-POEBLTPP.mjs.map
@@ -2,7 +2,7 @@ import {
2
2
  getCommonConfig,
3
3
  getRuntimeInstanceTelemetryInfo,
4
4
  telemetry_client_default
5
- } from "./chunk-5EMHHQ4P.mjs";
5
+ } from "./chunk-IYF3PJG5.mjs";
6
6
  import {
7
7
  __name
8
8
  } from "./chunk-FHD4JECV.mjs";
@@ -77,4 +77,4 @@ export {
77
77
  config,
78
78
  copilotRuntimeNextJSPagesRouterEndpoint
79
79
  };
80
- //# sourceMappingURL=chunk-KFZJJYUQ.mjs.map
80
+ //# sourceMappingURL=chunk-T5O3LCUA.mjs.map
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export { G as GoogleGenerativeAIAdapter, f as GroqAdapter, e as GroqAdapterParams, L as LangChainAdapter, a as OpenAIAdapter, O as OpenAIAdapterParams, c as OpenAIAssistantAdapter, b as OpenAIAssistantAdapterParams, d as UnifyAdapter, U as UnifyAdapterParams } from './groq-adapter-4848f8e8.js';
2
- export { e as CommonConfig, C as CopilotRequestContextProperties, k as CopilotRuntime, j as CopilotRuntimeConstructorParams, f as CopilotRuntimeLogger, i as CopilotRuntimeRequest, b as CreateCopilotRuntimeServerOptions, G as GraphQLContext, L as LogLevel, o as MCPClient, p as MCPEndpointConfig, M as MCPTool, a as addCustomHeaderPlugin, d as buildSchema, s as convertMCPToolsToActions, m as copilotKitEndpoint, c as createContext, h as createLogger, q as extractParametersFromSchema, l as flattenToolCallsNoDuplicates, t as generateMcpToolInstructions, g as getCommonConfig, n as langGraphPlatformEndpoint, r as resolveEndpointType } from './shared-ede87417.js';
2
+ export { e as CommonConfig, C as CopilotRequestContextProperties, k as CopilotRuntime, j as CopilotRuntimeConstructorParams, f as CopilotRuntimeLogger, i as CopilotRuntimeRequest, b as CreateCopilotRuntimeServerOptions, G as GraphQLContext, L as LogLevel, o as MCPClient, p as MCPEndpointConfig, M as MCPTool, a as addCustomHeaderPlugin, d as buildSchema, s as convertMCPToolsToActions, m as copilotKitEndpoint, c as createContext, h as createLogger, q as extractParametersFromSchema, l as flattenToolCallsNoDuplicates, t as generateMcpToolInstructions, g as getCommonConfig, n as langGraphPlatformEndpoint, r as resolveEndpointType } from './shared-0c31d7c5.js';
3
3
  export { CopilotRuntimeServerInstance, config, copilotRuntimeNextJSAppRouterEndpoint, copilotRuntimeNextJSPagesRouterEndpoint } from './lib/integrations/index.js';
4
4
  export { copilotRuntimeNodeHttpEndpoint } from './lib/integrations/node-http/index.js';
5
5
  export { copilotRuntimeNodeExpressEndpoint } from './lib/integrations/node-express/index.js';
package/dist/index.js CHANGED
@@ -44,7 +44,7 @@ var require_package = __commonJS({
44
44
  publishConfig: {
45
45
  access: "public"
46
46
  },
47
- version: "1.8.10",
47
+ version: "1.8.11-next.1",
48
48
  sideEffects: false,
49
49
  main: "./dist/index.js",
50
50
  module: "./dist/index.mjs",
@@ -3086,7 +3086,7 @@ async function streamEvents(controller, args) {
3086
3086
  });
3087
3087
  }
3088
3088
  let streamInfo = {
3089
- hashedLgcKey: (0, import_node_crypto.createHash)("sha256").update(langsmithApiKey).digest("hex")
3089
+ hashedLgcKey: langsmithApiKey ? (0, import_node_crypto.createHash)("sha256").update(langsmithApiKey).digest("hex") : null
3090
3090
  };
3091
3091
  const assistants = await client.assistants.search();
3092
3092
  const retrievedAssistant = assistants.find((a) => a.name === name || a.assistant_id === initialAssistantId);
@@ -3670,7 +3670,7 @@ function constructLGCRemoteAction({ endpoint, graphqlContext, logger: logger2, m
3670
3670
  agentExecution: true,
3671
3671
  type: "langgraph-platform",
3672
3672
  agentsAmount: endpoint.agents.length,
3673
- hashedLgcKey: (0, import_node_crypto2.createHash)("sha256").update(endpoint.langsmithApiKey).digest("hex")
3673
+ hashedLgcKey: endpoint.langsmithApiKey ? (0, import_node_crypto2.createHash)("sha256").update(endpoint.langsmithApiKey).digest("hex") : null
3674
3674
  });
3675
3675
  let state = {};
3676
3676
  let config2 = {};