@copilotkit/runtime 1.5.20-next.0 → 1.6.0-next.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.
- package/CHANGELOG.md +17 -0
- package/__snapshots__/schema/schema.graphql +1 -0
- package/dist/{chunk-AAWP2HYD.mjs → chunk-A4P5YLJQ.mjs} +2 -2
- package/dist/{chunk-K6IGTCMT.mjs → chunk-AMKPW7KT.mjs} +32 -14
- package/dist/chunk-AMKPW7KT.mjs.map +1 -0
- package/dist/{chunk-F3LPT2YH.mjs → chunk-EYEJ5L3X.mjs} +2 -2
- package/dist/{chunk-7FQYBI2B.mjs → chunk-RGSZK24X.mjs} +2 -2
- package/dist/{copilot-runtime-084fb9c7.d.ts → copilot-runtime-67033bfa.d.ts} +1 -1
- package/dist/{groq-adapter-3b894689.d.ts → groq-adapter-9d15c927.d.ts} +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +26 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -9
- package/dist/{langserve-3a591089.d.ts → langserve-7cc5be48.d.ts} +1 -0
- package/dist/lib/index.d.ts +3 -3
- package/dist/lib/index.js +26 -8
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +5 -5
- package/dist/lib/integrations/index.d.ts +3 -3
- package/dist/lib/integrations/index.js +8 -1
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +5 -5
- package/dist/lib/integrations/nest/index.d.ts +2 -2
- package/dist/lib/integrations/nest/index.js +8 -1
- package/dist/lib/integrations/nest/index.js.map +1 -1
- package/dist/lib/integrations/nest/index.mjs +3 -3
- package/dist/lib/integrations/node-express/index.d.ts +2 -2
- package/dist/lib/integrations/node-express/index.js +8 -1
- package/dist/lib/integrations/node-express/index.js.map +1 -1
- package/dist/lib/integrations/node-express/index.mjs +3 -3
- package/dist/lib/integrations/node-http/index.d.ts +2 -2
- package/dist/lib/integrations/node-http/index.js +8 -1
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +2 -2
- package/dist/service-adapters/index.d.ts +3 -3
- package/package.json +2 -2
- package/src/graphql/inputs/agent-state.input.ts +3 -0
- package/src/lib/runtime/remote-action-constructors.ts +10 -4
- package/src/lib/runtime/remote-lg-action.ts +5 -0
- package/dist/chunk-K6IGTCMT.mjs.map +0 -1
- /package/dist/{chunk-AAWP2HYD.mjs.map → chunk-A4P5YLJQ.mjs.map} +0 -0
- /package/dist/{chunk-F3LPT2YH.mjs.map → chunk-EYEJ5L3X.mjs.map} +0 -0
- /package/dist/{chunk-7FQYBI2B.mjs.map → chunk-RGSZK24X.mjs.map} +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
copilotRuntimeNestEndpoint
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-OS5YD32G.mjs";
|
|
3
|
+
} from "../../../chunk-EYEJ5L3X.mjs";
|
|
4
|
+
import "../../../chunk-AMKPW7KT.mjs";
|
|
6
5
|
import "../../../chunk-5BIEM2UU.mjs";
|
|
6
|
+
import "../../../chunk-OS5YD32G.mjs";
|
|
7
7
|
import "../../../chunk-RTFJTJMA.mjs";
|
|
8
8
|
import "../../../chunk-2OZAGFV3.mjs";
|
|
9
9
|
import "../../../chunk-FHD4JECV.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as graphql_yoga from 'graphql-yoga';
|
|
2
|
-
import { e as CreateCopilotRuntimeServerOptions, G as GraphQLContext } from '../../../copilot-runtime-
|
|
2
|
+
import { e as CreateCopilotRuntimeServerOptions, G as GraphQLContext } from '../../../copilot-runtime-67033bfa.js';
|
|
3
3
|
import '@copilotkit/shared';
|
|
4
|
-
import '../../../langserve-
|
|
4
|
+
import '../../../langserve-7cc5be48.js';
|
|
5
5
|
import '../../../index-f6d1f30b.js';
|
|
6
6
|
import '../../../graphql/types/base/index.js';
|
|
7
7
|
import 'rxjs';
|
|
@@ -44,7 +44,7 @@ var require_package = __commonJS({
|
|
|
44
44
|
publishConfig: {
|
|
45
45
|
access: "public"
|
|
46
46
|
},
|
|
47
|
-
version: "1.
|
|
47
|
+
version: "1.6.0-next.0",
|
|
48
48
|
sideEffects: false,
|
|
49
49
|
main: "./dist/index.js",
|
|
50
50
|
module: "./dist/index.mjs",
|
|
@@ -714,6 +714,7 @@ __name(_ts_metadata9, "_ts_metadata");
|
|
|
714
714
|
var AgentStateInput = class {
|
|
715
715
|
agentName;
|
|
716
716
|
state;
|
|
717
|
+
configurable;
|
|
717
718
|
};
|
|
718
719
|
__name(AgentStateInput, "AgentStateInput");
|
|
719
720
|
_ts_decorate9([
|
|
@@ -724,6 +725,12 @@ _ts_decorate9([
|
|
|
724
725
|
(0, import_type_graphql10.Field)(() => String),
|
|
725
726
|
_ts_metadata9("design:type", String)
|
|
726
727
|
], AgentStateInput.prototype, "state", void 0);
|
|
728
|
+
_ts_decorate9([
|
|
729
|
+
(0, import_type_graphql10.Field)(() => String, {
|
|
730
|
+
nullable: true
|
|
731
|
+
}),
|
|
732
|
+
_ts_metadata9("design:type", String)
|
|
733
|
+
], AgentStateInput.prototype, "configurable", void 0);
|
|
727
734
|
AgentStateInput = _ts_decorate9([
|
|
728
735
|
(0, import_type_graphql10.InputType)()
|
|
729
736
|
], AgentStateInput);
|