openmates 0.16.0-alpha.2 → 0.16.0-alpha.3
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/{chunk-QQA6E4KG.js → chunk-DPVVIUVO.js} +199 -1
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -45168,6 +45168,138 @@ notebook:
|
|
|
45168
45168
|
}
|
|
45169
45169
|
};
|
|
45170
45170
|
|
|
45171
|
+
// ../ui/src/demo_chats/data/example_chats/audio-generate-confirmation-tick.ts
|
|
45172
|
+
var audioGenerateConfirmationTickChat = {
|
|
45173
|
+
chat_id: "example-audio-generate-confirmation-tick",
|
|
45174
|
+
slug: "audio-generate-confirmation-tick",
|
|
45175
|
+
title: "example_chats.audio_generate_confirmation_tick.title",
|
|
45176
|
+
summary: "example_chats.audio_generate_confirmation_tick.summary",
|
|
45177
|
+
icon: "volume2",
|
|
45178
|
+
category: "design",
|
|
45179
|
+
keywords: ["audio generation", "sound effects", "ElevenLabs", "notification sound", "OpenMates apps"],
|
|
45180
|
+
follow_up_suggestions: ["example_chats.audio_generate_confirmation_tick.follow_up_1", "example_chats.audio_generate_confirmation_tick.follow_up_2", "example_chats.audio_generate_confirmation_tick.follow_up_3", "example_chats.audio_generate_confirmation_tick.follow_up_4", "example_chats.audio_generate_confirmation_tick.follow_up_5", "example_chats.audio_generate_confirmation_tick.follow_up_6"],
|
|
45181
|
+
messages: [
|
|
45182
|
+
{
|
|
45183
|
+
"id": "db51b1d4-7db8-4ee9-ab5c-fbb6530f0589",
|
|
45184
|
+
"role": "user",
|
|
45185
|
+
"content": "example_chats.audio_generate_confirmation_tick.message_1",
|
|
45186
|
+
"created_at": 1786382134
|
|
45187
|
+
},
|
|
45188
|
+
{
|
|
45189
|
+
"id": "588e6dde-60f9-53a7-912b-a59a64ed49a1",
|
|
45190
|
+
"role": "assistant",
|
|
45191
|
+
"content": "example_chats.audio_generate_confirmation_tick.message_2",
|
|
45192
|
+
"created_at": 1786382154,
|
|
45193
|
+
"user_message_id": "db51b1d4-7db8-4ee9-ab5c-fbb6530f0589",
|
|
45194
|
+
"response_credits": 17,
|
|
45195
|
+
"category": "general_knowledge",
|
|
45196
|
+
"model_name": "Gemini 3.5 Flash-Lite"
|
|
45197
|
+
}
|
|
45198
|
+
],
|
|
45199
|
+
embeds: [
|
|
45200
|
+
{
|
|
45201
|
+
"embed_id": "c2a44760-1aff-403c-b163-c49b4186db53",
|
|
45202
|
+
"type": "app_skill_use",
|
|
45203
|
+
"content": 'app_id: audio\nskill_id: generate\nresults[1]{id,status,prompt,generation_type,provider,model,mime_type,duration_seconds,byte_length,credits_charged,error}:\n 1,finished,"crisp, friendly confirmation tick sound effect for a successful task completion, short, clean, pleasant notification pop",sound_effect,ElevenLabs,eleven_text_to_sound_v2,audio/mpeg,1.0,17180,2,null\nresult_count: 1\nstatus: finished\nembed_ref: generate-BnC\nprompt: "crisp, friendly confirmation tick sound effect for a successful task completion, short, clean, pleasant notification pop"\nprovider: ElevenLabs\nduration_seconds: 1',
|
|
45204
|
+
"parent_embed_id": null,
|
|
45205
|
+
"embed_ids": null
|
|
45206
|
+
}
|
|
45207
|
+
],
|
|
45208
|
+
usage_entries: [
|
|
45209
|
+
{
|
|
45210
|
+
"id": "example-audio-generate-confirmation-tick-usage-1",
|
|
45211
|
+
"type": "skill_execution",
|
|
45212
|
+
"source": "chat",
|
|
45213
|
+
"app_id": "ai",
|
|
45214
|
+
"skill_id": "ask",
|
|
45215
|
+
"model_used": "google/gemini-3.5-flash-lite",
|
|
45216
|
+
"credits": 17,
|
|
45217
|
+
"input_tokens": 18477,
|
|
45218
|
+
"output_tokens": 107,
|
|
45219
|
+
"user_input_tokens": 185,
|
|
45220
|
+
"system_prompt_tokens": 8516,
|
|
45221
|
+
"server_provider": "Google AI Studio",
|
|
45222
|
+
"server_region": "US",
|
|
45223
|
+
"chat_id": "example-audio-generate-confirmation-tick",
|
|
45224
|
+
"message_id": "db51b1d4-7db8-4ee9-ab5c-fbb6530f0589",
|
|
45225
|
+
"created_at": 1786382147,
|
|
45226
|
+
"updated_at": 1786382147,
|
|
45227
|
+
"tool_inference_iterations": 1
|
|
45228
|
+
}
|
|
45229
|
+
],
|
|
45230
|
+
metadata: {
|
|
45231
|
+
featured: true,
|
|
45232
|
+
order: 123,
|
|
45233
|
+
app_skill_examples: ["audio.generate"]
|
|
45234
|
+
}
|
|
45235
|
+
};
|
|
45236
|
+
|
|
45237
|
+
// ../ui/src/demo_chats/data/example_chats/audio-speak-welcome-message.ts
|
|
45238
|
+
var audioSpeakWelcomeMessageChat = {
|
|
45239
|
+
chat_id: "example-audio-speak-welcome-message",
|
|
45240
|
+
slug: "audio-speak-welcome-message",
|
|
45241
|
+
title: "example_chats.audio_speak_welcome_message.title",
|
|
45242
|
+
summary: "example_chats.audio_speak_welcome_message.summary",
|
|
45243
|
+
icon: "volume2",
|
|
45244
|
+
category: "design",
|
|
45245
|
+
keywords: ["text to speech", "ElevenLabs", "speech generation", "voice narration", "OpenMates apps"],
|
|
45246
|
+
follow_up_suggestions: ["example_chats.audio_speak_welcome_message.follow_up_1", "example_chats.audio_speak_welcome_message.follow_up_2", "example_chats.audio_speak_welcome_message.follow_up_3", "example_chats.audio_speak_welcome_message.follow_up_4", "example_chats.audio_speak_welcome_message.follow_up_5", "example_chats.audio_speak_welcome_message.follow_up_6"],
|
|
45247
|
+
messages: [
|
|
45248
|
+
{
|
|
45249
|
+
"id": "31b4d8c3-2275-4d4a-9524-afa4db0ce1fa",
|
|
45250
|
+
"role": "user",
|
|
45251
|
+
"content": "example_chats.audio_speak_welcome_message.message_1",
|
|
45252
|
+
"created_at": 1786382241
|
|
45253
|
+
},
|
|
45254
|
+
{
|
|
45255
|
+
"id": "788e47e2-6f0b-5a4b-9230-b906f6da09b3",
|
|
45256
|
+
"role": "assistant",
|
|
45257
|
+
"content": "example_chats.audio_speak_welcome_message.message_2",
|
|
45258
|
+
"created_at": 1786382255,
|
|
45259
|
+
"user_message_id": "31b4d8c3-2275-4d4a-9524-afa4db0ce1fa",
|
|
45260
|
+
"response_credits": 18,
|
|
45261
|
+
"category": "onboarding_support",
|
|
45262
|
+
"model_name": "Gemini 3.5 Flash-Lite"
|
|
45263
|
+
}
|
|
45264
|
+
],
|
|
45265
|
+
embeds: [
|
|
45266
|
+
{
|
|
45267
|
+
"embed_id": "96260d6f-9258-4de5-bfcd-f579951e93f5",
|
|
45268
|
+
"type": "app_skill_use",
|
|
45269
|
+
"content": "app_id: audio\nskill_id: speak\nresults[1]{id,status,text_preview,generation_type,voice,accent,style,provider,model,mime_type,duration_seconds,byte_length,credits_charged,error}:\n 1,finished,Welcome back to OpenMates. Your morning briefing is ready.,speech,warm_neutral,en_us,natural,ElevenLabs,eleven_flash_v2_5,audio/mpeg,3.631,58140,3,null\nresult_count: 1\nstatus: finished\nembed_ref: speak-rNM\ntext: Welcome back to OpenMates. Your morning briefing is ready.",
|
|
45270
|
+
"parent_embed_id": null,
|
|
45271
|
+
"embed_ids": null
|
|
45272
|
+
}
|
|
45273
|
+
],
|
|
45274
|
+
usage_entries: [
|
|
45275
|
+
{
|
|
45276
|
+
"id": "example-audio-speak-welcome-message-usage-1",
|
|
45277
|
+
"type": "skill_execution",
|
|
45278
|
+
"source": "chat",
|
|
45279
|
+
"app_id": "ai",
|
|
45280
|
+
"skill_id": "ask",
|
|
45281
|
+
"model_used": "google/gemini-3.5-flash-lite",
|
|
45282
|
+
"credits": 18,
|
|
45283
|
+
"input_tokens": 19599,
|
|
45284
|
+
"output_tokens": 69,
|
|
45285
|
+
"user_input_tokens": 181,
|
|
45286
|
+
"system_prompt_tokens": 9066,
|
|
45287
|
+
"server_provider": "Google AI Studio",
|
|
45288
|
+
"server_region": "US",
|
|
45289
|
+
"chat_id": "example-audio-speak-welcome-message",
|
|
45290
|
+
"message_id": "31b4d8c3-2275-4d4a-9524-afa4db0ce1fa",
|
|
45291
|
+
"created_at": 1786382249,
|
|
45292
|
+
"updated_at": 1786382249,
|
|
45293
|
+
"tool_inference_iterations": 1
|
|
45294
|
+
}
|
|
45295
|
+
],
|
|
45296
|
+
metadata: {
|
|
45297
|
+
featured: true,
|
|
45298
|
+
order: 124,
|
|
45299
|
+
app_skill_examples: ["audio.speak"]
|
|
45300
|
+
}
|
|
45301
|
+
};
|
|
45302
|
+
|
|
45171
45303
|
// ../ui/src/demo_chats/exampleChatData.ts
|
|
45172
45304
|
var ALL_EXAMPLE_CHATS = [
|
|
45173
45305
|
giganticAirplanesChat,
|
|
@@ -45271,7 +45403,9 @@ var ALL_EXAMPLE_CHATS = [
|
|
|
45271
45403
|
berlinAiFounderMeetupsMapChat,
|
|
45272
45404
|
deutschlandticketTrainFareBreakdownChat,
|
|
45273
45405
|
berlinMitteWorkFriendlyRestaurantsChat,
|
|
45274
|
-
openMeteoWeatherNotebookChat
|
|
45406
|
+
openMeteoWeatherNotebookChat,
|
|
45407
|
+
audioGenerateConfirmationTickChat,
|
|
45408
|
+
audioSpeakWelcomeMessageChat
|
|
45275
45409
|
].sort((a, b) => a.metadata.order - b.metadata.order);
|
|
45276
45410
|
|
|
45277
45411
|
// ../ui/src/i18n/locales/en.json
|
|
@@ -53211,6 +53345,70 @@ Only output the final Markdown table. Do NOT include explanations, notes, or any
|
|
|
53211
53345
|
text: "[images-search] Show me more photos of the Orion spacecraft"
|
|
53212
53346
|
}
|
|
53213
53347
|
},
|
|
53348
|
+
audio_generate_confirmation_tick: {
|
|
53349
|
+
title: {
|
|
53350
|
+
text: "Generate a Confirmation Tick Sound"
|
|
53351
|
+
},
|
|
53352
|
+
summary: {
|
|
53353
|
+
text: "Create a short success-notification sound effect with the Audio Generate app skill."
|
|
53354
|
+
},
|
|
53355
|
+
message_1: {
|
|
53356
|
+
text: "@skill:audio:generate Create a crisp, friendly confirmation tick sound effect for a completed OpenMates task. Keep it short, clean, and suitable for a success notification."
|
|
53357
|
+
},
|
|
53358
|
+
message_2: {
|
|
53359
|
+
text: '```json\n{"type":"app_skill_use","embed_id":"c2a44760-1aff-403c-b163-c49b4186db53","app_id":"audio","skill_id":"generate"}\n```\n\nI have generated a crisp and friendly confirmation tick sound effect for your OpenMates task completion.\n\nTask Confirmation Sound\n\nWould you like me to help you configure this audio notification for a specific task workflow, or explore other UI sound effects?'
|
|
53360
|
+
},
|
|
53361
|
+
follow_up_1: {
|
|
53362
|
+
text: "Play the generated confirmation sound"
|
|
53363
|
+
},
|
|
53364
|
+
follow_up_2: {
|
|
53365
|
+
text: "Explain how to assign sounds to tasks"
|
|
53366
|
+
},
|
|
53367
|
+
follow_up_3: {
|
|
53368
|
+
text: "Preview other UI sound effects"
|
|
53369
|
+
},
|
|
53370
|
+
follow_up_4: {
|
|
53371
|
+
text: "List common UI sound design principles"
|
|
53372
|
+
},
|
|
53373
|
+
follow_up_5: {
|
|
53374
|
+
text: "Search for cheerful notification tones"
|
|
53375
|
+
},
|
|
53376
|
+
follow_up_6: {
|
|
53377
|
+
text: "Compare short vs long notification sounds"
|
|
53378
|
+
}
|
|
53379
|
+
},
|
|
53380
|
+
audio_speak_welcome_message: {
|
|
53381
|
+
title: {
|
|
53382
|
+
text: "Generate a Spoken Welcome Message"
|
|
53383
|
+
},
|
|
53384
|
+
summary: {
|
|
53385
|
+
text: "Turn a short welcome line into natural speech with the Audio Speak app skill."
|
|
53386
|
+
},
|
|
53387
|
+
message_1: {
|
|
53388
|
+
text: "@skill:audio:speak Say this as warm, natural narration: Welcome back to OpenMates. Your morning briefing is ready."
|
|
53389
|
+
},
|
|
53390
|
+
message_2: {
|
|
53391
|
+
text: '```json\n{"type":"app_skill_use","embed_id":"96260d6f-9258-4de5-bfcd-f579951e93f5","app_id":"audio","skill_id":"speak"}\n```\n\nWelcome back to OpenMates! Your morning briefing has been generated as audio. \n\nWould you like me to read through the highlights of your briefing here, or explore any specific updates?'
|
|
53392
|
+
},
|
|
53393
|
+
follow_up_1: {
|
|
53394
|
+
text: "Play the morning briefing audio now"
|
|
53395
|
+
},
|
|
53396
|
+
follow_up_2: {
|
|
53397
|
+
text: "What topics does the briefing cover today"
|
|
53398
|
+
},
|
|
53399
|
+
follow_up_3: {
|
|
53400
|
+
text: "Summarize the briefing highlights here"
|
|
53401
|
+
},
|
|
53402
|
+
follow_up_4: {
|
|
53403
|
+
text: "Are there any urgent reminders I should know"
|
|
53404
|
+
},
|
|
53405
|
+
follow_up_5: {
|
|
53406
|
+
text: "Read aloud the latest updates"
|
|
53407
|
+
},
|
|
53408
|
+
follow_up_6: {
|
|
53409
|
+
text: "How can I customize my morning briefing"
|
|
53410
|
+
}
|
|
53411
|
+
},
|
|
53214
53412
|
audio_transcribe_voice_note: {
|
|
53215
53413
|
title: {
|
|
53216
53414
|
text: "Transcribe a voice note"
|
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED