@pellux/goodvibes-sdk 0.25.6 → 0.25.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/dist/_internal/contracts/artifacts/operator-contract.json +280 -4
- package/dist/_internal/contracts/generated/foundation-metadata.d.ts +2 -2
- package/dist/_internal/contracts/generated/foundation-metadata.js +2 -2
- package/dist/_internal/contracts/generated/operator-contract.d.ts.map +1 -1
- package/dist/_internal/contracts/generated/operator-contract.js +280 -4
- package/dist/_internal/contracts/generated/operator-method-ids.d.ts +1 -1
- package/dist/_internal/contracts/generated/operator-method-ids.d.ts.map +1 -1
- package/dist/_internal/contracts/generated/operator-method-ids.js +2 -0
- package/dist/_internal/contracts/zod-schemas/providers.d.ts +132 -0
- package/dist/_internal/contracts/zod-schemas/providers.d.ts.map +1 -1
- package/dist/_internal/contracts/zod-schemas/providers.js +16 -0
- package/dist/_internal/daemon/context.d.ts +1 -0
- package/dist/_internal/daemon/context.d.ts.map +1 -1
- package/dist/_internal/daemon/media-route-types.d.ts +10 -0
- package/dist/_internal/daemon/media-route-types.d.ts.map +1 -1
- package/dist/_internal/daemon/media-routes.d.ts +1 -1
- package/dist/_internal/daemon/media-routes.d.ts.map +1 -1
- package/dist/_internal/daemon/media-routes.js +91 -10
- package/dist/_internal/daemon/operator.d.ts +1 -1
- package/dist/_internal/daemon/operator.d.ts.map +1 -1
- package/dist/_internal/daemon/operator.js +2 -0
- package/dist/_internal/platform/adapters/ntfy/index.js +13 -2
- package/dist/_internal/platform/adapters/types.d.ts +2 -0
- package/dist/_internal/platform/adapters/types.d.ts.map +1 -1
- package/dist/_internal/platform/batch/index.d.ts +4 -0
- package/dist/_internal/platform/batch/index.d.ts.map +1 -0
- package/dist/_internal/platform/batch/index.js +2 -0
- package/dist/_internal/platform/batch/manager.d.ts +41 -0
- package/dist/_internal/platform/batch/manager.d.ts.map +1 -0
- package/dist/_internal/platform/batch/manager.js +400 -0
- package/dist/_internal/platform/batch/types.d.ts +85 -0
- package/dist/_internal/platform/batch/types.d.ts.map +1 -0
- package/dist/_internal/platform/batch/types.js +10 -0
- package/dist/_internal/platform/channels/builtin/plugins.d.ts.map +1 -1
- package/dist/_internal/platform/channels/builtin/plugins.js +1 -0
- package/dist/_internal/platform/channels/reply-pipeline.d.ts +9 -1
- package/dist/_internal/platform/channels/reply-pipeline.d.ts.map +1 -1
- package/dist/_internal/platform/channels/reply-pipeline.js +156 -6
- package/dist/_internal/platform/companion/companion-chat-manager.d.ts +2 -1
- package/dist/_internal/platform/companion/companion-chat-manager.d.ts.map +1 -1
- package/dist/_internal/platform/companion/companion-chat-manager.js +21 -0
- package/dist/_internal/platform/companion/companion-chat-routes.d.ts +1 -0
- package/dist/_internal/platform/companion/companion-chat-routes.d.ts.map +1 -1
- package/dist/_internal/platform/companion/companion-chat-routes.js +76 -0
- package/dist/_internal/platform/companion/companion-chat-types.d.ts +9 -0
- package/dist/_internal/platform/companion/companion-chat-types.d.ts.map +1 -1
- package/dist/_internal/platform/companion/index.d.ts +1 -1
- package/dist/_internal/platform/companion/index.d.ts.map +1 -1
- package/dist/_internal/platform/config/schema-domain-core.d.ts +6 -0
- package/dist/_internal/platform/config/schema-domain-core.d.ts.map +1 -1
- package/dist/_internal/platform/config/schema-domain-core.js +30 -0
- package/dist/_internal/platform/config/schema-domain-runtime.d.ts +19 -0
- package/dist/_internal/platform/config/schema-domain-runtime.d.ts.map +1 -1
- package/dist/_internal/platform/config/schema-domain-runtime.js +118 -0
- package/dist/_internal/platform/config/schema-types.d.ts +33 -2
- package/dist/_internal/platform/config/schema-types.d.ts.map +1 -1
- package/dist/_internal/platform/config/schema.d.ts.map +1 -1
- package/dist/_internal/platform/config/schema.js +3 -0
- package/dist/_internal/platform/control-plane/method-catalog-control-core.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/method-catalog-control-core.js +17 -0
- package/dist/_internal/platform/control-plane/method-catalog-media.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/method-catalog-media.js +17 -0
- package/dist/_internal/platform/control-plane/routes/operator.d.ts +1 -1
- package/dist/_internal/platform/control-plane/routes/operator.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/routes/operator.js +2 -0
- package/dist/_internal/platform/daemon/facade-composition.d.ts +2 -0
- package/dist/_internal/platform/daemon/facade-composition.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/facade-composition.js +10 -0
- package/dist/_internal/platform/daemon/http/batch-routes.d.ts +8 -0
- package/dist/_internal/platform/daemon/http/batch-routes.d.ts.map +1 -0
- package/dist/_internal/platform/daemon/http/batch-routes.js +113 -0
- package/dist/_internal/platform/daemon/http/provider-routes.d.ts +3 -0
- package/dist/_internal/platform/daemon/http/provider-routes.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/http/provider-routes.js +79 -20
- package/dist/_internal/platform/daemon/http/router-route-contexts.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/http/router-route-contexts.js +1 -0
- package/dist/_internal/platform/daemon/http/router.d.ts +4 -0
- package/dist/_internal/platform/daemon/http/router.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/http/router.js +15 -0
- package/dist/_internal/platform/daemon/http/runtime-route-types.d.ts +2 -0
- package/dist/_internal/platform/daemon/http/runtime-route-types.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/surface-actions.d.ts +6 -0
- package/dist/_internal/platform/daemon/surface-actions.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/surface-actions.js +13 -0
- package/dist/_internal/platform/daemon/surface-delivery.d.ts +3 -0
- package/dist/_internal/platform/daemon/surface-delivery.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/surface-delivery.js +42 -6
- package/dist/_internal/platform/daemon/types.d.ts +2 -0
- package/dist/_internal/platform/daemon/types.d.ts.map +1 -1
- package/dist/_internal/platform/providers/anthropic.d.ts +13 -1
- package/dist/_internal/platform/providers/anthropic.d.ts.map +1 -1
- package/dist/_internal/platform/providers/anthropic.js +219 -1
- package/dist/_internal/platform/providers/interface.d.ts +48 -0
- package/dist/_internal/platform/providers/interface.d.ts.map +1 -1
- package/dist/_internal/platform/providers/openai.d.ts +13 -1
- package/dist/_internal/platform/providers/openai.d.ts.map +1 -1
- package/dist/_internal/platform/providers/openai.js +189 -1
- package/dist/_internal/platform/version.js +1 -1
- package/dist/_internal/platform/voice/index.d.ts +1 -1
- package/dist/_internal/platform/voice/index.d.ts.map +1 -1
- package/dist/_internal/platform/voice/providers/elevenlabs.d.ts.map +1 -1
- package/dist/_internal/platform/voice/providers/elevenlabs.js +150 -4
- package/dist/_internal/platform/voice/service.d.ts +2 -1
- package/dist/_internal/platform/voice/service.d.ts.map +1 -1
- package/dist/_internal/platform/voice/service.js +7 -0
- package/dist/_internal/platform/voice/types.d.ts +18 -1
- package/dist/_internal/platform/voice/types.d.ts.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/workers.d.ts +40 -0
- package/dist/workers.d.ts.map +1 -0
- package/dist/workers.js +144 -0
- package/package.json +5 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"product": {
|
|
4
4
|
"id": "goodvibes",
|
|
5
5
|
"surface": "operator",
|
|
6
|
-
"version": "0.
|
|
6
|
+
"version": "0.25.8"
|
|
7
7
|
},
|
|
8
8
|
"auth": {
|
|
9
9
|
"modes": [
|
|
@@ -20780,6 +20780,186 @@
|
|
|
20780
20780
|
},
|
|
20781
20781
|
"invokable": true
|
|
20782
20782
|
},
|
|
20783
|
+
{
|
|
20784
|
+
"id": "companion.chat.sessions.update",
|
|
20785
|
+
"title": "Update Companion Chat Session",
|
|
20786
|
+
"description": "Update companion-chat session metadata, including session-local `provider` and `model`, without changing the daemon/TUI current model.",
|
|
20787
|
+
"category": "companion",
|
|
20788
|
+
"source": "builtin",
|
|
20789
|
+
"access": "authenticated",
|
|
20790
|
+
"transport": [
|
|
20791
|
+
"http",
|
|
20792
|
+
"ws"
|
|
20793
|
+
],
|
|
20794
|
+
"scopes": [
|
|
20795
|
+
"write:sessions"
|
|
20796
|
+
],
|
|
20797
|
+
"http": {
|
|
20798
|
+
"method": "PATCH",
|
|
20799
|
+
"path": "/api/companion/chat/sessions/{sessionId}"
|
|
20800
|
+
},
|
|
20801
|
+
"inputSchema": {
|
|
20802
|
+
"type": "object",
|
|
20803
|
+
"properties": {
|
|
20804
|
+
"title": {
|
|
20805
|
+
"type": "string"
|
|
20806
|
+
},
|
|
20807
|
+
"model": {
|
|
20808
|
+
"type": "string"
|
|
20809
|
+
},
|
|
20810
|
+
"provider": {
|
|
20811
|
+
"type": "string"
|
|
20812
|
+
},
|
|
20813
|
+
"systemPrompt": {
|
|
20814
|
+
"type": "string"
|
|
20815
|
+
}
|
|
20816
|
+
},
|
|
20817
|
+
"additionalProperties": true
|
|
20818
|
+
},
|
|
20819
|
+
"outputSchema": {
|
|
20820
|
+
"type": "object",
|
|
20821
|
+
"properties": {
|
|
20822
|
+
"session": {
|
|
20823
|
+
"type": "object",
|
|
20824
|
+
"properties": {
|
|
20825
|
+
"id": {
|
|
20826
|
+
"type": "string"
|
|
20827
|
+
},
|
|
20828
|
+
"title": {
|
|
20829
|
+
"type": "string"
|
|
20830
|
+
},
|
|
20831
|
+
"status": {
|
|
20832
|
+
"type": "string",
|
|
20833
|
+
"enum": [
|
|
20834
|
+
"active",
|
|
20835
|
+
"closed"
|
|
20836
|
+
]
|
|
20837
|
+
},
|
|
20838
|
+
"createdAt": {
|
|
20839
|
+
"type": "number"
|
|
20840
|
+
},
|
|
20841
|
+
"updatedAt": {
|
|
20842
|
+
"type": "number"
|
|
20843
|
+
},
|
|
20844
|
+
"lastMessageAt": {
|
|
20845
|
+
"type": "number"
|
|
20846
|
+
},
|
|
20847
|
+
"closedAt": {
|
|
20848
|
+
"type": "number"
|
|
20849
|
+
},
|
|
20850
|
+
"messageCount": {
|
|
20851
|
+
"type": "number"
|
|
20852
|
+
},
|
|
20853
|
+
"pendingInputCount": {
|
|
20854
|
+
"type": "number"
|
|
20855
|
+
},
|
|
20856
|
+
"routeIds": {
|
|
20857
|
+
"type": "array",
|
|
20858
|
+
"items": {
|
|
20859
|
+
"type": "string"
|
|
20860
|
+
}
|
|
20861
|
+
},
|
|
20862
|
+
"surfaceKinds": {
|
|
20863
|
+
"type": "array",
|
|
20864
|
+
"items": {
|
|
20865
|
+
"type": "string"
|
|
20866
|
+
}
|
|
20867
|
+
},
|
|
20868
|
+
"participants": {
|
|
20869
|
+
"type": "array",
|
|
20870
|
+
"items": {
|
|
20871
|
+
"type": "object",
|
|
20872
|
+
"properties": {
|
|
20873
|
+
"surfaceKind": {
|
|
20874
|
+
"type": "string"
|
|
20875
|
+
},
|
|
20876
|
+
"surfaceId": {
|
|
20877
|
+
"type": "string"
|
|
20878
|
+
},
|
|
20879
|
+
"externalId": {
|
|
20880
|
+
"type": "string"
|
|
20881
|
+
},
|
|
20882
|
+
"userId": {
|
|
20883
|
+
"type": "string"
|
|
20884
|
+
},
|
|
20885
|
+
"displayName": {
|
|
20886
|
+
"type": "string"
|
|
20887
|
+
},
|
|
20888
|
+
"routeId": {
|
|
20889
|
+
"type": "string"
|
|
20890
|
+
},
|
|
20891
|
+
"lastSeenAt": {
|
|
20892
|
+
"type": "number"
|
|
20893
|
+
}
|
|
20894
|
+
},
|
|
20895
|
+
"required": [
|
|
20896
|
+
"surfaceKind",
|
|
20897
|
+
"surfaceId",
|
|
20898
|
+
"lastSeenAt"
|
|
20899
|
+
],
|
|
20900
|
+
"additionalProperties": false
|
|
20901
|
+
}
|
|
20902
|
+
},
|
|
20903
|
+
"activeAgentId": {
|
|
20904
|
+
"type": "string"
|
|
20905
|
+
},
|
|
20906
|
+
"lastAgentId": {
|
|
20907
|
+
"type": "string"
|
|
20908
|
+
},
|
|
20909
|
+
"lastError": {
|
|
20910
|
+
"type": "string"
|
|
20911
|
+
},
|
|
20912
|
+
"metadata": {
|
|
20913
|
+
"type": "object",
|
|
20914
|
+
"additionalProperties": {
|
|
20915
|
+
"anyOf": [
|
|
20916
|
+
{
|
|
20917
|
+
"type": "string"
|
|
20918
|
+
},
|
|
20919
|
+
{
|
|
20920
|
+
"type": "number"
|
|
20921
|
+
},
|
|
20922
|
+
{
|
|
20923
|
+
"type": "boolean"
|
|
20924
|
+
},
|
|
20925
|
+
{
|
|
20926
|
+
"type": "null"
|
|
20927
|
+
},
|
|
20928
|
+
{
|
|
20929
|
+
"type": "object",
|
|
20930
|
+
"additionalProperties": {}
|
|
20931
|
+
},
|
|
20932
|
+
{
|
|
20933
|
+
"type": "array",
|
|
20934
|
+
"items": {}
|
|
20935
|
+
}
|
|
20936
|
+
]
|
|
20937
|
+
}
|
|
20938
|
+
}
|
|
20939
|
+
},
|
|
20940
|
+
"required": [
|
|
20941
|
+
"id",
|
|
20942
|
+
"title",
|
|
20943
|
+
"status",
|
|
20944
|
+
"createdAt",
|
|
20945
|
+
"updatedAt",
|
|
20946
|
+
"messageCount",
|
|
20947
|
+
"pendingInputCount",
|
|
20948
|
+
"routeIds",
|
|
20949
|
+
"surfaceKinds",
|
|
20950
|
+
"participants",
|
|
20951
|
+
"metadata"
|
|
20952
|
+
],
|
|
20953
|
+
"additionalProperties": false
|
|
20954
|
+
}
|
|
20955
|
+
},
|
|
20956
|
+
"required": [
|
|
20957
|
+
"session"
|
|
20958
|
+
],
|
|
20959
|
+
"additionalProperties": false
|
|
20960
|
+
},
|
|
20961
|
+
"invokable": true
|
|
20962
|
+
},
|
|
20783
20963
|
{
|
|
20784
20964
|
"id": "config.get",
|
|
20785
20965
|
"title": "Get Config",
|
|
@@ -51429,6 +51609,102 @@
|
|
|
51429
51609
|
},
|
|
51430
51610
|
"invokable": true
|
|
51431
51611
|
},
|
|
51612
|
+
{
|
|
51613
|
+
"id": "voice.tts.stream",
|
|
51614
|
+
"title": "Stream Text To Speech",
|
|
51615
|
+
"description": "Synthesize audio as streamed bytes through a registered streaming voice provider.",
|
|
51616
|
+
"category": "voice",
|
|
51617
|
+
"source": "builtin",
|
|
51618
|
+
"access": "authenticated",
|
|
51619
|
+
"transport": [
|
|
51620
|
+
"http"
|
|
51621
|
+
],
|
|
51622
|
+
"scopes": [
|
|
51623
|
+
"write:voice"
|
|
51624
|
+
],
|
|
51625
|
+
"http": {
|
|
51626
|
+
"method": "POST",
|
|
51627
|
+
"path": "/api/voice/tts/stream"
|
|
51628
|
+
},
|
|
51629
|
+
"inputSchema": {
|
|
51630
|
+
"type": "object",
|
|
51631
|
+
"properties": {
|
|
51632
|
+
"providerId": {
|
|
51633
|
+
"type": "string"
|
|
51634
|
+
},
|
|
51635
|
+
"text": {
|
|
51636
|
+
"type": "string"
|
|
51637
|
+
},
|
|
51638
|
+
"voiceId": {
|
|
51639
|
+
"type": "string"
|
|
51640
|
+
},
|
|
51641
|
+
"modelId": {
|
|
51642
|
+
"type": "string"
|
|
51643
|
+
},
|
|
51644
|
+
"format": {
|
|
51645
|
+
"type": "string"
|
|
51646
|
+
},
|
|
51647
|
+
"speed": {
|
|
51648
|
+
"type": "number"
|
|
51649
|
+
},
|
|
51650
|
+
"metadata": {
|
|
51651
|
+
"type": "object",
|
|
51652
|
+
"additionalProperties": {
|
|
51653
|
+
"anyOf": [
|
|
51654
|
+
{
|
|
51655
|
+
"type": "string"
|
|
51656
|
+
},
|
|
51657
|
+
{
|
|
51658
|
+
"type": "number"
|
|
51659
|
+
},
|
|
51660
|
+
{
|
|
51661
|
+
"type": "boolean"
|
|
51662
|
+
},
|
|
51663
|
+
{
|
|
51664
|
+
"type": "null"
|
|
51665
|
+
},
|
|
51666
|
+
{
|
|
51667
|
+
"type": "object",
|
|
51668
|
+
"additionalProperties": {}
|
|
51669
|
+
},
|
|
51670
|
+
{
|
|
51671
|
+
"type": "array",
|
|
51672
|
+
"items": {}
|
|
51673
|
+
}
|
|
51674
|
+
]
|
|
51675
|
+
}
|
|
51676
|
+
}
|
|
51677
|
+
},
|
|
51678
|
+
"required": [
|
|
51679
|
+
"text"
|
|
51680
|
+
],
|
|
51681
|
+
"additionalProperties": true
|
|
51682
|
+
},
|
|
51683
|
+
"outputSchema": {
|
|
51684
|
+
"type": "object",
|
|
51685
|
+
"properties": {
|
|
51686
|
+
"contentType": {
|
|
51687
|
+
"type": "string"
|
|
51688
|
+
},
|
|
51689
|
+
"providerId": {
|
|
51690
|
+
"type": "string"
|
|
51691
|
+
},
|
|
51692
|
+
"format": {
|
|
51693
|
+
"type": "string"
|
|
51694
|
+
}
|
|
51695
|
+
},
|
|
51696
|
+
"required": [
|
|
51697
|
+
"contentType",
|
|
51698
|
+
"providerId",
|
|
51699
|
+
"format"
|
|
51700
|
+
],
|
|
51701
|
+
"additionalProperties": false
|
|
51702
|
+
},
|
|
51703
|
+
"invokable": false,
|
|
51704
|
+
"metadata": {
|
|
51705
|
+
"responseKind": "binary-stream"
|
|
51706
|
+
}
|
|
51707
|
+
},
|
|
51432
51708
|
{
|
|
51433
51709
|
"id": "voice.voices.list",
|
|
51434
51710
|
"title": "List Voices",
|
|
@@ -54702,10 +54978,10 @@
|
|
|
54702
54978
|
}
|
|
54703
54979
|
],
|
|
54704
54980
|
"schemaCoverage": {
|
|
54705
|
-
"methods":
|
|
54706
|
-
"typedInputs":
|
|
54981
|
+
"methods": 223,
|
|
54982
|
+
"typedInputs": 223,
|
|
54707
54983
|
"genericInputs": 0,
|
|
54708
|
-
"typedOutputs":
|
|
54984
|
+
"typedOutputs": 223,
|
|
54709
54985
|
"genericOutputs": 0
|
|
54710
54986
|
},
|
|
54711
54987
|
"eventCoverage": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const FOUNDATION_METADATA: {
|
|
2
2
|
readonly productId: "goodvibes";
|
|
3
|
-
readonly productVersion: "0.
|
|
4
|
-
readonly operatorMethodCount:
|
|
3
|
+
readonly productVersion: "0.25.8";
|
|
4
|
+
readonly operatorMethodCount: 223;
|
|
5
5
|
readonly operatorEventCount: 30;
|
|
6
6
|
readonly peerEndpointCount: 6;
|
|
7
7
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// Synced from packages/contracts/src/generated/foundation-metadata.ts
|
|
2
2
|
export const FOUNDATION_METADATA = {
|
|
3
3
|
"productId": "goodvibes",
|
|
4
|
-
"productVersion": "0.
|
|
5
|
-
"operatorMethodCount":
|
|
4
|
+
"productVersion": "0.25.8",
|
|
5
|
+
"operatorMethodCount": 223,
|
|
6
6
|
"operatorEventCount": 30,
|
|
7
7
|
"peerEndpointCount": 6
|
|
8
8
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operator-contract.d.ts","sourceRoot":"","sources":["../../../../src/_internal/contracts/generated/operator-contract.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAE5D,eAAO,MAAM,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"operator-contract.d.ts","sourceRoot":"","sources":["../../../../src/_internal/contracts/generated/operator-contract.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAE5D,eAAO,MAAM,iBAAiB,EAAE,wBAutrDtB,CAAC"}
|
|
@@ -3,7 +3,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
3
3
|
"product": {
|
|
4
4
|
"id": "goodvibes",
|
|
5
5
|
"surface": "operator",
|
|
6
|
-
"version": "0.
|
|
6
|
+
"version": "0.25.8"
|
|
7
7
|
},
|
|
8
8
|
"auth": {
|
|
9
9
|
"modes": [
|
|
@@ -20780,6 +20780,186 @@ export const OPERATOR_CONTRACT = {
|
|
|
20780
20780
|
},
|
|
20781
20781
|
"invokable": true
|
|
20782
20782
|
},
|
|
20783
|
+
{
|
|
20784
|
+
"id": "companion.chat.sessions.update",
|
|
20785
|
+
"title": "Update Companion Chat Session",
|
|
20786
|
+
"description": "Update companion-chat session metadata, including session-local `provider` and `model`, without changing the daemon/TUI current model.",
|
|
20787
|
+
"category": "companion",
|
|
20788
|
+
"source": "builtin",
|
|
20789
|
+
"access": "authenticated",
|
|
20790
|
+
"transport": [
|
|
20791
|
+
"http",
|
|
20792
|
+
"ws"
|
|
20793
|
+
],
|
|
20794
|
+
"scopes": [
|
|
20795
|
+
"write:sessions"
|
|
20796
|
+
],
|
|
20797
|
+
"http": {
|
|
20798
|
+
"method": "PATCH",
|
|
20799
|
+
"path": "/api/companion/chat/sessions/{sessionId}"
|
|
20800
|
+
},
|
|
20801
|
+
"inputSchema": {
|
|
20802
|
+
"type": "object",
|
|
20803
|
+
"properties": {
|
|
20804
|
+
"title": {
|
|
20805
|
+
"type": "string"
|
|
20806
|
+
},
|
|
20807
|
+
"model": {
|
|
20808
|
+
"type": "string"
|
|
20809
|
+
},
|
|
20810
|
+
"provider": {
|
|
20811
|
+
"type": "string"
|
|
20812
|
+
},
|
|
20813
|
+
"systemPrompt": {
|
|
20814
|
+
"type": "string"
|
|
20815
|
+
}
|
|
20816
|
+
},
|
|
20817
|
+
"additionalProperties": true
|
|
20818
|
+
},
|
|
20819
|
+
"outputSchema": {
|
|
20820
|
+
"type": "object",
|
|
20821
|
+
"properties": {
|
|
20822
|
+
"session": {
|
|
20823
|
+
"type": "object",
|
|
20824
|
+
"properties": {
|
|
20825
|
+
"id": {
|
|
20826
|
+
"type": "string"
|
|
20827
|
+
},
|
|
20828
|
+
"title": {
|
|
20829
|
+
"type": "string"
|
|
20830
|
+
},
|
|
20831
|
+
"status": {
|
|
20832
|
+
"type": "string",
|
|
20833
|
+
"enum": [
|
|
20834
|
+
"active",
|
|
20835
|
+
"closed"
|
|
20836
|
+
]
|
|
20837
|
+
},
|
|
20838
|
+
"createdAt": {
|
|
20839
|
+
"type": "number"
|
|
20840
|
+
},
|
|
20841
|
+
"updatedAt": {
|
|
20842
|
+
"type": "number"
|
|
20843
|
+
},
|
|
20844
|
+
"lastMessageAt": {
|
|
20845
|
+
"type": "number"
|
|
20846
|
+
},
|
|
20847
|
+
"closedAt": {
|
|
20848
|
+
"type": "number"
|
|
20849
|
+
},
|
|
20850
|
+
"messageCount": {
|
|
20851
|
+
"type": "number"
|
|
20852
|
+
},
|
|
20853
|
+
"pendingInputCount": {
|
|
20854
|
+
"type": "number"
|
|
20855
|
+
},
|
|
20856
|
+
"routeIds": {
|
|
20857
|
+
"type": "array",
|
|
20858
|
+
"items": {
|
|
20859
|
+
"type": "string"
|
|
20860
|
+
}
|
|
20861
|
+
},
|
|
20862
|
+
"surfaceKinds": {
|
|
20863
|
+
"type": "array",
|
|
20864
|
+
"items": {
|
|
20865
|
+
"type": "string"
|
|
20866
|
+
}
|
|
20867
|
+
},
|
|
20868
|
+
"participants": {
|
|
20869
|
+
"type": "array",
|
|
20870
|
+
"items": {
|
|
20871
|
+
"type": "object",
|
|
20872
|
+
"properties": {
|
|
20873
|
+
"surfaceKind": {
|
|
20874
|
+
"type": "string"
|
|
20875
|
+
},
|
|
20876
|
+
"surfaceId": {
|
|
20877
|
+
"type": "string"
|
|
20878
|
+
},
|
|
20879
|
+
"externalId": {
|
|
20880
|
+
"type": "string"
|
|
20881
|
+
},
|
|
20882
|
+
"userId": {
|
|
20883
|
+
"type": "string"
|
|
20884
|
+
},
|
|
20885
|
+
"displayName": {
|
|
20886
|
+
"type": "string"
|
|
20887
|
+
},
|
|
20888
|
+
"routeId": {
|
|
20889
|
+
"type": "string"
|
|
20890
|
+
},
|
|
20891
|
+
"lastSeenAt": {
|
|
20892
|
+
"type": "number"
|
|
20893
|
+
}
|
|
20894
|
+
},
|
|
20895
|
+
"required": [
|
|
20896
|
+
"surfaceKind",
|
|
20897
|
+
"surfaceId",
|
|
20898
|
+
"lastSeenAt"
|
|
20899
|
+
],
|
|
20900
|
+
"additionalProperties": false
|
|
20901
|
+
}
|
|
20902
|
+
},
|
|
20903
|
+
"activeAgentId": {
|
|
20904
|
+
"type": "string"
|
|
20905
|
+
},
|
|
20906
|
+
"lastAgentId": {
|
|
20907
|
+
"type": "string"
|
|
20908
|
+
},
|
|
20909
|
+
"lastError": {
|
|
20910
|
+
"type": "string"
|
|
20911
|
+
},
|
|
20912
|
+
"metadata": {
|
|
20913
|
+
"type": "object",
|
|
20914
|
+
"additionalProperties": {
|
|
20915
|
+
"anyOf": [
|
|
20916
|
+
{
|
|
20917
|
+
"type": "string"
|
|
20918
|
+
},
|
|
20919
|
+
{
|
|
20920
|
+
"type": "number"
|
|
20921
|
+
},
|
|
20922
|
+
{
|
|
20923
|
+
"type": "boolean"
|
|
20924
|
+
},
|
|
20925
|
+
{
|
|
20926
|
+
"type": "null"
|
|
20927
|
+
},
|
|
20928
|
+
{
|
|
20929
|
+
"type": "object",
|
|
20930
|
+
"additionalProperties": {}
|
|
20931
|
+
},
|
|
20932
|
+
{
|
|
20933
|
+
"type": "array",
|
|
20934
|
+
"items": {}
|
|
20935
|
+
}
|
|
20936
|
+
]
|
|
20937
|
+
}
|
|
20938
|
+
}
|
|
20939
|
+
},
|
|
20940
|
+
"required": [
|
|
20941
|
+
"id",
|
|
20942
|
+
"title",
|
|
20943
|
+
"status",
|
|
20944
|
+
"createdAt",
|
|
20945
|
+
"updatedAt",
|
|
20946
|
+
"messageCount",
|
|
20947
|
+
"pendingInputCount",
|
|
20948
|
+
"routeIds",
|
|
20949
|
+
"surfaceKinds",
|
|
20950
|
+
"participants",
|
|
20951
|
+
"metadata"
|
|
20952
|
+
],
|
|
20953
|
+
"additionalProperties": false
|
|
20954
|
+
}
|
|
20955
|
+
},
|
|
20956
|
+
"required": [
|
|
20957
|
+
"session"
|
|
20958
|
+
],
|
|
20959
|
+
"additionalProperties": false
|
|
20960
|
+
},
|
|
20961
|
+
"invokable": true
|
|
20962
|
+
},
|
|
20783
20963
|
{
|
|
20784
20964
|
"id": "config.get",
|
|
20785
20965
|
"title": "Get Config",
|
|
@@ -51429,6 +51609,102 @@ export const OPERATOR_CONTRACT = {
|
|
|
51429
51609
|
},
|
|
51430
51610
|
"invokable": true
|
|
51431
51611
|
},
|
|
51612
|
+
{
|
|
51613
|
+
"id": "voice.tts.stream",
|
|
51614
|
+
"title": "Stream Text To Speech",
|
|
51615
|
+
"description": "Synthesize audio as streamed bytes through a registered streaming voice provider.",
|
|
51616
|
+
"category": "voice",
|
|
51617
|
+
"source": "builtin",
|
|
51618
|
+
"access": "authenticated",
|
|
51619
|
+
"transport": [
|
|
51620
|
+
"http"
|
|
51621
|
+
],
|
|
51622
|
+
"scopes": [
|
|
51623
|
+
"write:voice"
|
|
51624
|
+
],
|
|
51625
|
+
"http": {
|
|
51626
|
+
"method": "POST",
|
|
51627
|
+
"path": "/api/voice/tts/stream"
|
|
51628
|
+
},
|
|
51629
|
+
"inputSchema": {
|
|
51630
|
+
"type": "object",
|
|
51631
|
+
"properties": {
|
|
51632
|
+
"providerId": {
|
|
51633
|
+
"type": "string"
|
|
51634
|
+
},
|
|
51635
|
+
"text": {
|
|
51636
|
+
"type": "string"
|
|
51637
|
+
},
|
|
51638
|
+
"voiceId": {
|
|
51639
|
+
"type": "string"
|
|
51640
|
+
},
|
|
51641
|
+
"modelId": {
|
|
51642
|
+
"type": "string"
|
|
51643
|
+
},
|
|
51644
|
+
"format": {
|
|
51645
|
+
"type": "string"
|
|
51646
|
+
},
|
|
51647
|
+
"speed": {
|
|
51648
|
+
"type": "number"
|
|
51649
|
+
},
|
|
51650
|
+
"metadata": {
|
|
51651
|
+
"type": "object",
|
|
51652
|
+
"additionalProperties": {
|
|
51653
|
+
"anyOf": [
|
|
51654
|
+
{
|
|
51655
|
+
"type": "string"
|
|
51656
|
+
},
|
|
51657
|
+
{
|
|
51658
|
+
"type": "number"
|
|
51659
|
+
},
|
|
51660
|
+
{
|
|
51661
|
+
"type": "boolean"
|
|
51662
|
+
},
|
|
51663
|
+
{
|
|
51664
|
+
"type": "null"
|
|
51665
|
+
},
|
|
51666
|
+
{
|
|
51667
|
+
"type": "object",
|
|
51668
|
+
"additionalProperties": {}
|
|
51669
|
+
},
|
|
51670
|
+
{
|
|
51671
|
+
"type": "array",
|
|
51672
|
+
"items": {}
|
|
51673
|
+
}
|
|
51674
|
+
]
|
|
51675
|
+
}
|
|
51676
|
+
}
|
|
51677
|
+
},
|
|
51678
|
+
"required": [
|
|
51679
|
+
"text"
|
|
51680
|
+
],
|
|
51681
|
+
"additionalProperties": true
|
|
51682
|
+
},
|
|
51683
|
+
"outputSchema": {
|
|
51684
|
+
"type": "object",
|
|
51685
|
+
"properties": {
|
|
51686
|
+
"contentType": {
|
|
51687
|
+
"type": "string"
|
|
51688
|
+
},
|
|
51689
|
+
"providerId": {
|
|
51690
|
+
"type": "string"
|
|
51691
|
+
},
|
|
51692
|
+
"format": {
|
|
51693
|
+
"type": "string"
|
|
51694
|
+
}
|
|
51695
|
+
},
|
|
51696
|
+
"required": [
|
|
51697
|
+
"contentType",
|
|
51698
|
+
"providerId",
|
|
51699
|
+
"format"
|
|
51700
|
+
],
|
|
51701
|
+
"additionalProperties": false
|
|
51702
|
+
},
|
|
51703
|
+
"invokable": false,
|
|
51704
|
+
"metadata": {
|
|
51705
|
+
"responseKind": "binary-stream"
|
|
51706
|
+
}
|
|
51707
|
+
},
|
|
51432
51708
|
{
|
|
51433
51709
|
"id": "voice.voices.list",
|
|
51434
51710
|
"title": "List Voices",
|
|
@@ -54702,10 +54978,10 @@ export const OPERATOR_CONTRACT = {
|
|
|
54702
54978
|
}
|
|
54703
54979
|
],
|
|
54704
54980
|
"schemaCoverage": {
|
|
54705
|
-
"methods":
|
|
54706
|
-
"typedInputs":
|
|
54981
|
+
"methods": 223,
|
|
54982
|
+
"typedInputs": 223,
|
|
54707
54983
|
"genericInputs": 0,
|
|
54708
|
-
"typedOutputs":
|
|
54984
|
+
"typedOutputs": 223,
|
|
54709
54985
|
"genericOutputs": 0
|
|
54710
54986
|
},
|
|
54711
54987
|
"eventCoverage": {
|