@copilotkit/runtime 1.5.9 → 1.5.10
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 +22 -0
- package/__snapshots__/schema/schema.graphql +273 -0
- package/dist/chunk-44O2JGUY.mjs +12 -0
- package/dist/chunk-44O2JGUY.mjs.map +1 -0
- package/dist/chunk-CLGKEUOA.mjs +1408 -0
- package/dist/chunk-CLGKEUOA.mjs.map +1 -0
- package/dist/chunk-D2WLFQS6.mjs +43 -0
- package/dist/chunk-D2WLFQS6.mjs.map +1 -0
- package/dist/chunk-DFOKBSIS.mjs +1 -0
- package/dist/chunk-DFOKBSIS.mjs.map +1 -0
- package/dist/chunk-EH6BECEX.mjs +25 -0
- package/dist/chunk-EH6BECEX.mjs.map +1 -0
- package/dist/chunk-HKF5IS6J.mjs +3395 -0
- package/dist/chunk-HKF5IS6J.mjs.map +1 -0
- package/dist/chunk-O3VDLEP4.mjs +80 -0
- package/dist/chunk-O3VDLEP4.mjs.map +1 -0
- package/dist/chunk-RFF5IIZJ.mjs +66 -0
- package/dist/chunk-RFF5IIZJ.mjs.map +1 -0
- package/dist/chunk-U3V2BCGI.mjs +152 -0
- package/dist/chunk-U3V2BCGI.mjs.map +1 -0
- package/dist/chunk-XFOOQKZE.mjs +25 -0
- package/dist/chunk-XFOOQKZE.mjs.map +1 -0
- package/dist/copilot-runtime-36700e00.d.ts +196 -0
- package/dist/graphql/types/base/index.d.ts +6 -0
- package/dist/graphql/types/base/index.js +63 -0
- package/dist/graphql/types/base/index.js.map +1 -0
- package/dist/graphql/types/base/index.mjs +8 -0
- package/dist/graphql/types/base/index.mjs.map +1 -0
- package/dist/graphql/types/converted/index.d.ts +2 -0
- package/dist/graphql/types/converted/index.js +124 -0
- package/dist/graphql/types/converted/index.js.map +1 -0
- package/dist/graphql/types/converted/index.mjs +17 -0
- package/dist/graphql/types/converted/index.mjs.map +1 -0
- package/dist/groq-adapter-696b5d29.d.ts +281 -0
- package/dist/index-cc2b17be.d.ts +87 -0
- package/dist/index.d.ts +23 -0
- package/dist/index.js +5153 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +76 -0
- package/dist/index.mjs.map +1 -0
- package/dist/langserve-9125a12e.d.ts +176 -0
- package/dist/lib/cloud/index.d.ts +6 -0
- package/dist/lib/cloud/index.js +18 -0
- package/dist/lib/cloud/index.js.map +1 -0
- package/dist/lib/cloud/index.mjs +1 -0
- package/dist/lib/cloud/index.mjs.map +1 -0
- package/dist/lib/index.d.ts +20 -0
- package/dist/lib/index.js +4801 -0
- package/dist/lib/index.js.map +1 -0
- package/dist/lib/index.mjs +58 -0
- package/dist/lib/index.mjs.map +1 -0
- package/dist/lib/integrations/index.d.ts +33 -0
- package/dist/lib/integrations/index.js +2166 -0
- package/dist/lib/integrations/index.js.map +1 -0
- package/dist/lib/integrations/index.mjs +34 -0
- package/dist/lib/integrations/index.mjs.map +1 -0
- package/dist/lib/integrations/nest/index.d.ts +14 -0
- package/dist/lib/integrations/nest/index.js +2075 -0
- package/dist/lib/integrations/nest/index.js.map +1 -0
- package/dist/lib/integrations/nest/index.mjs +13 -0
- package/dist/lib/integrations/nest/index.mjs.map +1 -0
- package/dist/lib/integrations/node-express/index.d.ts +14 -0
- package/dist/lib/integrations/node-express/index.js +2075 -0
- package/dist/lib/integrations/node-express/index.js.map +1 -0
- package/dist/lib/integrations/node-express/index.mjs +13 -0
- package/dist/lib/integrations/node-express/index.mjs.map +1 -0
- package/dist/lib/integrations/node-http/index.d.ts +14 -0
- package/dist/lib/integrations/node-http/index.js +2061 -0
- package/dist/lib/integrations/node-http/index.js.map +1 -0
- package/dist/lib/integrations/node-http/index.mjs +12 -0
- package/dist/lib/integrations/node-http/index.mjs.map +1 -0
- package/dist/service-adapters/index.d.ts +84 -0
- package/dist/service-adapters/index.js +1448 -0
- package/dist/service-adapters/index.js.map +1 -0
- package/dist/service-adapters/index.mjs +26 -0
- package/dist/service-adapters/index.mjs.map +1 -0
- package/dist/utils/index.d.ts +49 -0
- package/dist/utils/index.js +174 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/index.mjs +12 -0
- package/dist/utils/index.mjs.map +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import "../chunk-DFOKBSIS.mjs";
|
|
2
|
+
import {
|
|
3
|
+
config,
|
|
4
|
+
copilotRuntimeNextJSAppRouterEndpoint,
|
|
5
|
+
copilotRuntimeNextJSPagesRouterEndpoint
|
|
6
|
+
} from "../chunk-O3VDLEP4.mjs";
|
|
7
|
+
import {
|
|
8
|
+
copilotRuntimeNestEndpoint
|
|
9
|
+
} from "../chunk-EH6BECEX.mjs";
|
|
10
|
+
import {
|
|
11
|
+
copilotRuntimeNodeExpressEndpoint
|
|
12
|
+
} from "../chunk-XFOOQKZE.mjs";
|
|
13
|
+
import {
|
|
14
|
+
CopilotRuntime,
|
|
15
|
+
buildSchema,
|
|
16
|
+
copilotKitEndpoint,
|
|
17
|
+
copilotRuntimeNodeHttpEndpoint,
|
|
18
|
+
createContext,
|
|
19
|
+
flattenToolCallsNoDuplicates,
|
|
20
|
+
getCommonConfig,
|
|
21
|
+
langGraphPlatformEndpoint,
|
|
22
|
+
resolveEndpointType
|
|
23
|
+
} from "../chunk-HKF5IS6J.mjs";
|
|
24
|
+
import {
|
|
25
|
+
GoogleGenerativeAIAdapter,
|
|
26
|
+
GroqAdapter,
|
|
27
|
+
LangChainAdapter,
|
|
28
|
+
OpenAIAdapter,
|
|
29
|
+
OpenAIAssistantAdapter,
|
|
30
|
+
UnifyAdapter
|
|
31
|
+
} from "../chunk-CLGKEUOA.mjs";
|
|
32
|
+
import "../chunk-U3V2BCGI.mjs";
|
|
33
|
+
import "../chunk-RFF5IIZJ.mjs";
|
|
34
|
+
import "../chunk-D2WLFQS6.mjs";
|
|
35
|
+
import "../chunk-44O2JGUY.mjs";
|
|
36
|
+
export {
|
|
37
|
+
CopilotRuntime,
|
|
38
|
+
GoogleGenerativeAIAdapter,
|
|
39
|
+
GroqAdapter,
|
|
40
|
+
LangChainAdapter,
|
|
41
|
+
OpenAIAdapter,
|
|
42
|
+
OpenAIAssistantAdapter,
|
|
43
|
+
UnifyAdapter,
|
|
44
|
+
buildSchema,
|
|
45
|
+
config,
|
|
46
|
+
copilotKitEndpoint,
|
|
47
|
+
copilotRuntimeNestEndpoint,
|
|
48
|
+
copilotRuntimeNextJSAppRouterEndpoint,
|
|
49
|
+
copilotRuntimeNextJSPagesRouterEndpoint,
|
|
50
|
+
copilotRuntimeNodeExpressEndpoint,
|
|
51
|
+
copilotRuntimeNodeHttpEndpoint,
|
|
52
|
+
createContext,
|
|
53
|
+
flattenToolCallsNoDuplicates,
|
|
54
|
+
getCommonConfig,
|
|
55
|
+
langGraphPlatformEndpoint,
|
|
56
|
+
resolveEndpointType
|
|
57
|
+
};
|
|
58
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { d as CreateCopilotRuntimeServerOptions, G as GraphQLContext } from '../../copilot-runtime-36700e00.js';
|
|
2
|
+
export { h as CommonConfig, b as CopilotRequestContextProperties, g as buildSchema, e as createContext, i as getCommonConfig } from '../../copilot-runtime-36700e00.js';
|
|
3
|
+
import * as graphql_yoga from 'graphql-yoga';
|
|
4
|
+
import { YogaServerInstance } from 'graphql-yoga';
|
|
5
|
+
export { copilotRuntimeNodeHttpEndpoint } from './node-http/index.js';
|
|
6
|
+
export { copilotRuntimeNodeExpressEndpoint } from './node-express/index.js';
|
|
7
|
+
export { copilotRuntimeNestEndpoint } from './nest/index.js';
|
|
8
|
+
import '@copilotkit/shared';
|
|
9
|
+
import '../../langserve-9125a12e.js';
|
|
10
|
+
import '../../index-cc2b17be.js';
|
|
11
|
+
import '../../graphql/types/base/index.js';
|
|
12
|
+
import 'rxjs';
|
|
13
|
+
import 'graphql';
|
|
14
|
+
import 'pino';
|
|
15
|
+
import '../cloud/index.js';
|
|
16
|
+
|
|
17
|
+
declare function copilotRuntimeNextJSAppRouterEndpoint(options: CreateCopilotRuntimeServerOptions): {
|
|
18
|
+
handleRequest: graphql_yoga.YogaServerInstance<{}, Partial<GraphQLContext>>;
|
|
19
|
+
GET: any;
|
|
20
|
+
POST: any;
|
|
21
|
+
OPTIONS: any;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
declare const config: {
|
|
25
|
+
api: {
|
|
26
|
+
bodyParser: boolean;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
type CopilotRuntimeServerInstance<T> = YogaServerInstance<T, Partial<GraphQLContext>>;
|
|
30
|
+
|
|
31
|
+
declare function copilotRuntimeNextJSPagesRouterEndpoint(options: CreateCopilotRuntimeServerOptions): CopilotRuntimeServerInstance<GraphQLContext>;
|
|
32
|
+
|
|
33
|
+
export { CopilotRuntimeServerInstance, CreateCopilotRuntimeServerOptions, GraphQLContext, config, copilotRuntimeNextJSAppRouterEndpoint, copilotRuntimeNextJSPagesRouterEndpoint };
|