@deadair/plugin-sdk 0.13.3 → 0.14.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/README.md +63 -0
- package/dist/boundary.json.safe.d.ts +11 -3
- package/dist/boundary.json.safe.d.ts.map +1 -1
- package/dist/capabilities/narration.d.ts +248 -0
- package/dist/capabilities/narration.d.ts.map +1 -0
- package/dist/capabilities/speech.d.ts +41 -0
- package/dist/capabilities/speech.d.ts.map +1 -1
- package/dist/define.plugin.d.ts +3 -0
- package/dist/define.plugin.d.ts.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +13 -1
- package/dist/index.js.map +1 -1
- package/dist/plugin.config.fields.d.ts +10 -1
- package/dist/plugin.config.fields.d.ts.map +1 -1
- package/dist/plugin.manifest.d.ts +21 -1
- package/dist/plugin.manifest.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -106,6 +106,11 @@ export interface ConfigFieldOption {
|
|
|
106
106
|
* says which show a `syndicated` band on the format clock means. Here for the same reason: the ids
|
|
107
107
|
* are qualified with the plugin that carries the show, and no plugin knows what the others carry.
|
|
108
108
|
*
|
|
109
|
+
* `station.narrationSeries` is the same shape once more, for the books and columns the station reads
|
|
110
|
+
* out: every series every narration plugin currently offers, for the topic that says which one a
|
|
111
|
+
* `narration` band means. Third instance of one argument, which is what makes it a pattern rather
|
|
112
|
+
* than three special cases: an id a plugin minted and only the station can collect.
|
|
113
|
+
*
|
|
109
114
|
* The four `plugins.*` members answer the enabled plugins that declare a given capability — speech,
|
|
110
115
|
* llm, mixer, analysis — by id and name, for the settings that pick which plugin a capability with
|
|
111
116
|
* several installed candidates uses. Those settings stay free text (`selectPlugin` in
|
|
@@ -124,7 +129,7 @@ export interface ConfigFieldOption {
|
|
|
124
129
|
* personas) is obvious, and a closed set is what the contract mirroring this can express. Whatever
|
|
125
130
|
* it names is resolved by the CONSOLE; nothing here reaches a plugin.
|
|
126
131
|
*/
|
|
127
|
-
export type ConfigFieldOptionSource = 'station.newsCategories' | 'station.newsFeeds' | 'station.podcastShows' | 'intl.timeZones' | 'plugins.speech' | 'plugins.llm' | 'plugins.mixer' | 'plugins.analysis' | 'llm.models';
|
|
132
|
+
export type ConfigFieldOptionSource = 'station.newsCategories' | 'station.newsFeeds' | 'station.podcastShows' | 'station.narrationSeries' | 'intl.timeZones' | 'plugins.speech' | 'plugins.llm' | 'plugins.mixer' | 'plugins.analysis' | 'llm.models';
|
|
128
133
|
/**
|
|
129
134
|
* One column of a `list` field.
|
|
130
135
|
*
|
|
@@ -417,6 +422,7 @@ export declare const configFieldOptionSourceSchema: z.ZodEnum<{
|
|
|
417
422
|
"station.newsCategories": "station.newsCategories";
|
|
418
423
|
"station.newsFeeds": "station.newsFeeds";
|
|
419
424
|
"station.podcastShows": "station.podcastShows";
|
|
425
|
+
"station.narrationSeries": "station.narrationSeries";
|
|
420
426
|
"intl.timeZones": "intl.timeZones";
|
|
421
427
|
"plugins.speech": "plugins.speech";
|
|
422
428
|
"plugins.llm": "plugins.llm";
|
|
@@ -443,6 +449,7 @@ export declare const configFieldColumnSchema: z.ZodObject<{
|
|
|
443
449
|
"station.newsCategories": "station.newsCategories";
|
|
444
450
|
"station.newsFeeds": "station.newsFeeds";
|
|
445
451
|
"station.podcastShows": "station.podcastShows";
|
|
452
|
+
"station.narrationSeries": "station.narrationSeries";
|
|
446
453
|
"intl.timeZones": "intl.timeZones";
|
|
447
454
|
"plugins.speech": "plugins.speech";
|
|
448
455
|
"plugins.llm": "plugins.llm";
|
|
@@ -491,6 +498,7 @@ export declare const configFieldSchema: z.ZodObject<{
|
|
|
491
498
|
"station.newsCategories": "station.newsCategories";
|
|
492
499
|
"station.newsFeeds": "station.newsFeeds";
|
|
493
500
|
"station.podcastShows": "station.podcastShows";
|
|
501
|
+
"station.narrationSeries": "station.narrationSeries";
|
|
494
502
|
"intl.timeZones": "intl.timeZones";
|
|
495
503
|
"plugins.speech": "plugins.speech";
|
|
496
504
|
"plugins.llm": "plugins.llm";
|
|
@@ -517,6 +525,7 @@ export declare const configFieldSchema: z.ZodObject<{
|
|
|
517
525
|
"station.newsCategories": "station.newsCategories";
|
|
518
526
|
"station.newsFeeds": "station.newsFeeds";
|
|
519
527
|
"station.podcastShows": "station.podcastShows";
|
|
528
|
+
"station.narrationSeries": "station.narrationSeries";
|
|
520
529
|
"intl.timeZones": "intl.timeZones";
|
|
521
530
|
"plugins.speech": "plugins.speech";
|
|
522
531
|
"plugins.llm": "plugins.llm";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.config.fields.d.ts","sourceRoot":"","sources":["../src/plugin.config.fields.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAM,MAAM,eAAe,GAAG,QAAQ,GAAG,MAAM,GAAG,KAAK,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,QAAQ,GAAG,aAAa,GAAG,MAAM,GAAG,MAAM,CAAC;AAEvI;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,MAAM,eAAe,GAAG,OAAO,GAAG,UAAU,CAAC;AAEnD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAM,MAAM,kBAAkB,GAAG,QAAQ,GAAG,MAAM,CAAC;AAEnD,uEAAuE;AACvE,MAAM,WAAW,iBAAiB;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACjB;AAED
|
|
1
|
+
{"version":3,"file":"plugin.config.fields.d.ts","sourceRoot":"","sources":["../src/plugin.config.fields.ts"],"names":[],"mappings":"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"}
|
|
@@ -80,6 +80,24 @@ export declare const PLUGIN_CAPABILITY_CHARTS = "charts";
|
|
|
80
80
|
* is a fact, and the only thing that can be done with it is say it.
|
|
81
81
|
*/
|
|
82
82
|
export declare const PLUGIN_CAPABILITY_NEWS = "news";
|
|
83
|
+
/**
|
|
84
|
+
* The plugin can offer text for the station to read out: a series in, its
|
|
85
|
+
* instalments out, and the words of one on request.
|
|
86
|
+
*
|
|
87
|
+
* Separate from {@link PLUGIN_CAPABILITY_NEWS}, the other capability that hands
|
|
88
|
+
* over somebody else's words, and the line between them is what the station does
|
|
89
|
+
* with them rather than where they came from. A news item is a fact to MENTION,
|
|
90
|
+
* so what airs is a sentence a model wrote about it; a narration piece is read
|
|
91
|
+
* VERBATIM, and reading it out is the whole programme. A source whose text would
|
|
92
|
+
* need summarising is a news source even if it publishes books.
|
|
93
|
+
*
|
|
94
|
+
* And separate from {@link PLUGIN_CAPABILITY_PODCAST}, although both end in a
|
|
95
|
+
* programme at a clock band, because a podcast plugin names audio somebody else
|
|
96
|
+
* made and this one hands over words the STATION speaks: in its own voice, with
|
|
97
|
+
* its own lexicon and cues, measured rather than assumed.
|
|
98
|
+
* `capabilities/narration.ts` says why at length.
|
|
99
|
+
*/
|
|
100
|
+
export declare const PLUGIN_CAPABILITY_NARRATION = "narration";
|
|
83
101
|
/**
|
|
84
102
|
* The plugin can say what programmes the station subscribes to, and what each
|
|
85
103
|
* has published: a show in, episodes out, each with the address of its audio.
|
|
@@ -143,7 +161,7 @@ export declare const PLUGIN_CAPABILITY_WEATHER = "weather";
|
|
|
143
161
|
* that installing a plugin is consent to broadcast from it.
|
|
144
162
|
*/
|
|
145
163
|
export declare const PLUGIN_CAPABILITY_SCROBBLE = "scrobble";
|
|
146
|
-
export declare const KNOWN_PLUGIN_CAPABILITIES: readonly ["catalog", "stream", "steer", "oauth", "enrichment", "speech", "llm", "analysis", "mixer", "charts", "news", "podcast", "similarity", "search", "weather", "scrobble"];
|
|
164
|
+
export declare const KNOWN_PLUGIN_CAPABILITIES: readonly ["catalog", "stream", "steer", "oauth", "enrichment", "speech", "llm", "analysis", "mixer", "charts", "news", "narration", "podcast", "similarity", "search", "weather", "scrobble"];
|
|
147
165
|
export type KnownPluginCapability = (typeof KNOWN_PLUGIN_CAPABILITIES)[number];
|
|
148
166
|
/**
|
|
149
167
|
* Known capabilities get autocomplete; the type stays open so a plugin built
|
|
@@ -253,6 +271,7 @@ export declare const pluginManifestSchema: z.ZodObject<{
|
|
|
253
271
|
"station.newsCategories": "station.newsCategories";
|
|
254
272
|
"station.newsFeeds": "station.newsFeeds";
|
|
255
273
|
"station.podcastShows": "station.podcastShows";
|
|
274
|
+
"station.narrationSeries": "station.narrationSeries";
|
|
256
275
|
"intl.timeZones": "intl.timeZones";
|
|
257
276
|
"plugins.speech": "plugins.speech";
|
|
258
277
|
"plugins.llm": "plugins.llm";
|
|
@@ -279,6 +298,7 @@ export declare const pluginManifestSchema: z.ZodObject<{
|
|
|
279
298
|
"station.newsCategories": "station.newsCategories";
|
|
280
299
|
"station.newsFeeds": "station.newsFeeds";
|
|
281
300
|
"station.podcastShows": "station.podcastShows";
|
|
301
|
+
"station.narrationSeries": "station.narrationSeries";
|
|
282
302
|
"intl.timeZones": "intl.timeZones";
|
|
283
303
|
"plugins.speech": "plugins.speech";
|
|
284
304
|
"plugins.llm": "plugins.llm";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.manifest.d.ts","sourceRoot":"","sources":["../src/plugin.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAqB,KAAK,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAChF,OAAO,EAA2B,KAAK,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAE1F;;;;;;;;GAQG;AACH,eAAO,MAAM,yBAAyB,YAAY,CAAC;AAEnD;;;;;GAKG;AACH,eAAO,MAAM,wBAAwB,WAAW,CAAC;AAEjD;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,UAAU,CAAC;AAC/C,eAAO,MAAM,uBAAuB,UAAU,CAAC;AAC/C,eAAO,MAAM,4BAA4B,eAAe,CAAC;AAEzD,iEAAiE;AACjE,eAAO,MAAM,wBAAwB,WAAW,CAAC;AAEjD;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB,QAAQ,CAAC;AAE3C;;;;;;;GAOG;AACH,eAAO,MAAM,0BAA0B,aAAa,CAAC;AAErD;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,uBAAuB,UAAU,CAAC;AAE/C;;;;;;;;;GASG;AACH,eAAO,MAAM,wBAAwB,WAAW,CAAC;AAEjD;;;;;;;;GAQG;AACH,eAAO,MAAM,sBAAsB,SAAS,CAAC;AAE7C;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,yBAAyB,YAAY,CAAC;AAEnD;;;;;;;GAOG;AACH,eAAO,MAAM,4BAA4B,eAAe,CAAC;AAEzD;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,wBAAwB,WAAW,CAAC;AAEjD;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,yBAAyB,YAAY,CAAC;AAEnD;;;;;;;GAOG;AACH,eAAO,MAAM,0BAA0B,aAAa,CAAC;AAErD,eAAO,MAAM,yBAAyB,
|
|
1
|
+
{"version":3,"file":"plugin.manifest.d.ts","sourceRoot":"","sources":["../src/plugin.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAqB,KAAK,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAChF,OAAO,EAA2B,KAAK,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAE1F;;;;;;;;GAQG;AACH,eAAO,MAAM,yBAAyB,YAAY,CAAC;AAEnD;;;;;GAKG;AACH,eAAO,MAAM,wBAAwB,WAAW,CAAC;AAEjD;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,UAAU,CAAC;AAC/C,eAAO,MAAM,uBAAuB,UAAU,CAAC;AAC/C,eAAO,MAAM,4BAA4B,eAAe,CAAC;AAEzD,iEAAiE;AACjE,eAAO,MAAM,wBAAwB,WAAW,CAAC;AAEjD;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB,QAAQ,CAAC;AAE3C;;;;;;;GAOG;AACH,eAAO,MAAM,0BAA0B,aAAa,CAAC;AAErD;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,uBAAuB,UAAU,CAAC;AAE/C;;;;;;;;;GASG;AACH,eAAO,MAAM,wBAAwB,WAAW,CAAC;AAEjD;;;;;;;;GAQG;AACH,eAAO,MAAM,sBAAsB,SAAS,CAAC;AAE7C;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,2BAA2B,cAAc,CAAC;AAEvD;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,yBAAyB,YAAY,CAAC;AAEnD;;;;;;;GAOG;AACH,eAAO,MAAM,4BAA4B,eAAe,CAAC;AAEzD;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,wBAAwB,WAAW,CAAC;AAEjD;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,yBAAyB,YAAY,CAAC;AAEnD;;;;;;;GAOG;AACH,eAAO,MAAM,0BAA0B,aAAa,CAAC;AAErD,eAAO,MAAM,yBAAyB,+LAkB5B,CAAC;AAEX,MAAM,MAAM,qBAAqB,GAAG,CAAC,OAAO,yBAAyB,CAAC,CAAC,MAAM,CAAC,CAAC;AAE/E;;;;GAIG;AACH,MAAM,MAAM,gBAAgB,GAAG,qBAAqB,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC;AAEvF;;;GAGG;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,OAAO,CAAC;AAE3C;;;;GAIG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,kBAAkB,CAKvE;AAED;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B,+FAA+F;IAC/F,EAAE,EAAE,MAAM,CAAC;IAEX,oCAAoC;IACpC,IAAI,EAAE,MAAM,CAAC;IAEb,2CAA2C;IAC3C,OAAO,EAAE,MAAM,CAAC;IAEhB,0EAA0E;IAC1E,YAAY,EAAE,gBAAgB,EAAE,CAAC;IAEjC;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,6DAA6D;IAC7D,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,WAAW,EAAE,iBAAiB,CAAC;IAE/B,iCAAiC;IACjC,YAAY,EAAE,WAAW,EAAE,CAAC;IAE5B;;;;OAIG;IACH,YAAY,EAAE,kBAAkB,CAAC;CACpC;AAKD;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAY/B,CAAC"}
|
package/package.json
CHANGED