@copilotkit/runtime 1.8.9 → 1.8.10-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.
- package/CHANGELOG.md +14 -0
- package/__snapshots__/schema/schema.graphql +1 -1
- package/dist/{chunk-4KLOSPKW.mjs → chunk-2UGQMYRO.mjs} +34 -17
- package/dist/chunk-2UGQMYRO.mjs.map +1 -0
- package/dist/{chunk-75TKODO4.mjs → chunk-DLKNGWDL.mjs} +2 -2
- package/dist/{chunk-W7BXDLO4.mjs → chunk-QT6WWDGM.mjs} +2 -2
- package/dist/{chunk-JXLF6SJU.mjs → chunk-TIJIKNRW.mjs} +2 -2
- package/dist/{groq-adapter-53d3fa48.d.ts → groq-adapter-4848f8e8.d.ts} +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +33 -16
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/{langserve-c9a20fe9.d.ts → langserve-4a5c9217.d.ts} +1 -1
- package/dist/lib/index.d.ts +3 -3
- package/dist/lib/index.js +33 -16
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +4 -4
- package/dist/lib/integrations/index.d.ts +3 -3
- package/dist/lib/integrations/index.js +3 -3
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- package/dist/lib/integrations/nest/index.d.ts +2 -2
- package/dist/lib/integrations/nest/index.js +3 -3
- 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.d.ts +2 -2
- package/dist/lib/integrations/node-express/index.js +3 -3
- 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.d.ts +2 -2
- package/dist/lib/integrations/node-http/index.js +3 -3
- 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 +3 -3
- package/dist/{shared-df478d34.d.ts → shared-a7b30781.d.ts} +1 -1
- package/package.json +2 -2
- package/src/graphql/inputs/agent-state.input.ts +1 -1
- package/src/lib/runtime/remote-action-constructors.ts +6 -6
- package/src/lib/runtime/remote-lg-action.ts +39 -7
- package/dist/chunk-4KLOSPKW.mjs.map +0 -1
- /package/dist/{chunk-75TKODO4.mjs.map → chunk-DLKNGWDL.mjs.map} +0 -0
- /package/dist/{chunk-W7BXDLO4.mjs.map → chunk-QT6WWDGM.mjs.map} +0 -0
- /package/dist/{chunk-JXLF6SJU.mjs.map → chunk-TIJIKNRW.mjs.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
copilotRuntimeNestEndpoint
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-QT6WWDGM.mjs";
|
|
4
|
+
import "../../../chunk-2UGQMYRO.mjs";
|
|
5
5
|
import "../../../chunk-EY6RUVB7.mjs";
|
|
6
6
|
import "../../../chunk-5BIEM2UU.mjs";
|
|
7
7
|
import "../../../chunk-SHBDMA63.mjs";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as graphql_yoga from 'graphql-yoga';
|
|
2
|
-
import { b as CreateCopilotRuntimeServerOptions, G as GraphQLContext } from '../../../shared-
|
|
2
|
+
import { b as CreateCopilotRuntimeServerOptions, G as GraphQLContext } from '../../../shared-a7b30781.js';
|
|
3
3
|
import 'graphql';
|
|
4
4
|
import 'pino';
|
|
5
5
|
import '@copilotkit/shared';
|
|
6
|
-
import '../../../langserve-
|
|
6
|
+
import '../../../langserve-4a5c9217.js';
|
|
7
7
|
import '../../../index-d4614f9b.js';
|
|
8
8
|
import '../../../graphql/types/base/index.js';
|
|
9
9
|
import 'rxjs';
|
|
@@ -44,7 +44,7 @@ var require_package = __commonJS({
|
|
|
44
44
|
publishConfig: {
|
|
45
45
|
access: "public"
|
|
46
46
|
},
|
|
47
|
-
version: "1.8.
|
|
47
|
+
version: "1.8.10-next.1",
|
|
48
48
|
sideEffects: false,
|
|
49
49
|
main: "./dist/index.js",
|
|
50
50
|
module: "./dist/index.mjs",
|
|
@@ -755,7 +755,7 @@ __name(_ts_metadata9, "_ts_metadata");
|
|
|
755
755
|
var AgentStateInput = class {
|
|
756
756
|
agentName;
|
|
757
757
|
state;
|
|
758
|
-
|
|
758
|
+
config;
|
|
759
759
|
};
|
|
760
760
|
__name(AgentStateInput, "AgentStateInput");
|
|
761
761
|
_ts_decorate9([
|
|
@@ -771,7 +771,7 @@ _ts_decorate9([
|
|
|
771
771
|
nullable: true
|
|
772
772
|
}),
|
|
773
773
|
_ts_metadata9("design:type", String)
|
|
774
|
-
], AgentStateInput.prototype, "
|
|
774
|
+
], AgentStateInput.prototype, "config", void 0);
|
|
775
775
|
AgentStateInput = _ts_decorate9([
|
|
776
776
|
(0, import_type_graphql10.InputType)()
|
|
777
777
|
], AgentStateInput);
|