@ellipsis-dev/sdk 0.17.0 → 0.18.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/dist/index.d.ts +56 -121
- package/dist/index.js +57 -130
- package/dist/store/index.d.ts +1 -1
- package/dist/stream/index.d.ts +1 -1
- package/dist/{types--VF0yCc1.d.ts → types-BLSh1Px1.d.ts} +216 -686
- package/package.json +1 -1
- package/schema/frames.schema.json +12 -6
- package/schema/openapi.v1.json +298 -874
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ellipsis-dev/sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.0",
|
|
4
4
|
"description": "TypeScript SDK for the Ellipsis agents platform: /v1 REST types + client, the session stream WebSocket client, and the session transcript store.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"effort": null,
|
|
19
19
|
"fallback_model": null,
|
|
20
20
|
"max_turns": null,
|
|
21
|
-
"model":
|
|
21
|
+
"model": null,
|
|
22
22
|
"settings": null,
|
|
23
23
|
"system": ""
|
|
24
24
|
}
|
|
@@ -263,9 +263,16 @@
|
|
|
263
263
|
"title": "Max Turns"
|
|
264
264
|
},
|
|
265
265
|
"model": {
|
|
266
|
-
"
|
|
267
|
-
|
|
268
|
-
|
|
266
|
+
"anyOf": [
|
|
267
|
+
{
|
|
268
|
+
"type": "string"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"type": "null"
|
|
272
|
+
}
|
|
273
|
+
],
|
|
274
|
+
"default": null,
|
|
275
|
+
"title": "Model"
|
|
269
276
|
},
|
|
270
277
|
"settings": {
|
|
271
278
|
"anyOf": [
|
|
@@ -953,10 +960,9 @@
|
|
|
953
960
|
"type": "object"
|
|
954
961
|
},
|
|
955
962
|
"AgentConfigMentionPlatform": {
|
|
956
|
-
"description": "The surface an @ellipsis mention can come from.",
|
|
963
|
+
"description": "The surface an @ellipsis mention can come from.\n\nNo SLACK member: Slack routing is not a trigger on an agent config, it is the\n`slack.yaml` routing file (`SlackConfig`), which answers the questions a\nplatform list cannot \u2014 which channel, and whose DM. A mention trigger listing\n`slack` is therefore a config error, not a silently-never-fires config.",
|
|
957
964
|
"enum": [
|
|
958
965
|
"github",
|
|
959
|
-
"slack",
|
|
960
966
|
"linear"
|
|
961
967
|
],
|
|
962
968
|
"title": "AgentConfigMentionPlatform",
|