@copilotkit/runtime 1.0.8-mme-pre-dev-console.2 → 1.0.8
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.
- package/CHANGELOG.md +3 -19
- package/dist/{chunk-XHOL2AM5.mjs → chunk-3NNTVF3U.mjs} +3 -3
- package/dist/{chunk-FH6QCZ2P.mjs → chunk-5HYZJ5QT.mjs} +2 -2
- package/dist/{chunk-Y5STA3LH.mjs → chunk-7TX7GUAM.mjs} +2 -2
- package/dist/{chunk-J5GIXAC4.mjs → chunk-EKDV7RJD.mjs} +1 -1
- package/dist/chunk-EKDV7RJD.mjs.map +1 -0
- package/dist/{chunk-46TTR6FX.mjs → chunk-KI4XBYB2.mjs} +2 -2
- package/dist/{chunk-TGJKZ6L5.mjs → chunk-PY5F57AZ.mjs} +2 -2
- package/dist/chunk-PY5F57AZ.mjs.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/lib/index.d.ts +1 -1
- package/dist/lib/index.js +1 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +6 -6
- package/dist/lib/integrations/index.js +1 -1
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- package/dist/lib/integrations/nest/index.js +1 -1
- package/dist/lib/integrations/nest/index.js.map +1 -1
- package/dist/lib/integrations/nest/index.mjs +2 -2
- package/dist/lib/integrations/node-express/index.js +1 -1
- package/dist/lib/integrations/node-express/index.js.map +1 -1
- package/dist/lib/integrations/node-express/index.mjs +2 -2
- package/dist/lib/integrations/node-http/index.js +1 -1
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +1 -1
- package/dist/service-adapters/index.d.ts +1 -1
- package/dist/service-adapters/index.js.map +1 -1
- package/dist/service-adapters/index.mjs +1 -1
- package/dist/{unify-adapter-8d38c723.d.ts → unify-adapter-d5d10954.d.ts} +5 -5
- package/package.json +4 -4
- package/src/service-adapters/langchain/langchain-adapter.ts +5 -5
- package/dist/chunk-J5GIXAC4.mjs.map +0 -1
- package/dist/chunk-TGJKZ6L5.mjs.map +0 -1
- /package/dist/{chunk-XHOL2AM5.mjs.map → chunk-3NNTVF3U.mjs.map} +0 -0
- /package/dist/{chunk-FH6QCZ2P.mjs.map → chunk-5HYZJ5QT.mjs.map} +0 -0
- /package/dist/{chunk-Y5STA3LH.mjs.map → chunk-7TX7GUAM.mjs.map} +0 -0
- /package/dist/{chunk-46TTR6FX.mjs.map → chunk-KI4XBYB2.mjs.map} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CopilotRuntime,
|
|
3
3
|
flattenToolCallsNoDuplicates
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-3NNTVF3U.mjs";
|
|
5
5
|
import {
|
|
6
6
|
GoogleGenerativeAIAdapter,
|
|
7
7
|
LangChainAdapter,
|
|
8
8
|
OpenAIAdapter,
|
|
9
9
|
OpenAIAssistantAdapter,
|
|
10
10
|
UnifyAdapter
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-EKDV7RJD.mjs";
|
|
12
12
|
import {
|
|
13
13
|
config,
|
|
14
14
|
copilotRuntimeNextJSAppRouterEndpoint,
|
|
15
15
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-5HYZJ5QT.mjs";
|
|
17
17
|
import {
|
|
18
18
|
copilotRuntimeNestEndpoint
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-7TX7GUAM.mjs";
|
|
20
20
|
import {
|
|
21
21
|
copilotRuntimeNodeExpressEndpoint
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-KI4XBYB2.mjs";
|
|
23
23
|
import {
|
|
24
24
|
buildSchema,
|
|
25
25
|
copilotRuntimeNodeHttpEndpoint,
|
|
26
26
|
createContext,
|
|
27
27
|
getCommonConfig
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-PY5F57AZ.mjs";
|
|
29
29
|
import "./chunk-URMISMK2.mjs";
|
|
30
30
|
import {
|
|
31
31
|
GuardrailsValidationFailureResponse,
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { g as CommonConfig, b as CopilotRequestContextProperties, a as CopilotRuntime, C as CopilotRuntimeConstructorParams, c as CreateCopilotRuntimeServerOptions, G as GraphQLContext, e as buildSchema, d as createContext, f as flattenToolCallsNoDuplicates, h as getCommonConfig } from '../shared-48c0f7b8.js';
|
|
2
|
-
export { G as GoogleGenerativeAIAdapter, L as LangChainAdapter, a as OpenAIAdapter, O as OpenAIAdapterParams, c as OpenAIAssistantAdapter, b as OpenAIAssistantAdapterParams, d as UnifyAdapter, U as UnifyAdapterParams } from '../unify-adapter-
|
|
2
|
+
export { G as GoogleGenerativeAIAdapter, L as LangChainAdapter, a as OpenAIAdapter, O as OpenAIAdapterParams, c as OpenAIAssistantAdapter, b as OpenAIAssistantAdapterParams, d as UnifyAdapter, U as UnifyAdapterParams } from '../unify-adapter-d5d10954.js';
|
|
3
3
|
export { C as CopilotRuntimeServerInstance, a as config, c as copilotRuntimeNextJSAppRouterEndpoint, b as copilotRuntimeNextJSPagesRouterEndpoint } from '../pages-router-24897543.js';
|
|
4
4
|
export { copilotRuntimeNodeHttpEndpoint } from './integrations/node-http/index.js';
|
|
5
5
|
export { copilotRuntimeNodeExpressEndpoint } from './integrations/node-express/index.js';
|
package/dist/lib/index.js
CHANGED