@integrity-labs/agt-cli 0.28.273 → 0.28.275

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.
@@ -38686,20 +38686,23 @@ var INTEGRATION_REGISTRY = [
38686
38686
  // that every customer agent's transcriptions bill back to, so the account key
38687
38687
  // is a single platform-held secret (`ELEVENLABS_ACCOUNT_KEY`), NOT a per-agent
38688
38688
  // credential. Auth type is therefore `none` — customers never enter a key.
38689
- // Usage is metered in audio-seconds at the broker chokepoint and gated on a
38690
- // per-org opt-in + monthly cap. (TTS for Augmented Live voiceover is a
38691
- // separate surface ENG-7048 that reuses the same account key.)
38689
+ // Usage is metered per operation at the broker chokepoint and gated on a
38690
+ // per-org opt-in + monthly cap. (ENG-7556: text-to-speech and music are now
38691
+ // standalone brokered tools too - not tied to Augmented Live - sharing the
38692
+ // same account key and budget; see the elevenlabs:tts / :music capabilities.)
38692
38693
  supported_auth_types: ["none"],
38693
38694
  capabilities: [
38694
38695
  { id: "elevenlabs:transcribe", name: "Transcribe Voice Notes", description: "Upload an inbound audio file and transcribe it to text via ElevenLabs Scribe (scribe_create_upload, scribe_transcribe)", access: "write" },
38695
- // ENG-7048: text-to-speech voiceover for Augmented Live. Surfaced as the
38696
- // agt_live.generate_voiceover tool (not a standalone scribe_* tool); shares
38697
- // this one platform account key + the same per-org budget.
38698
- { id: "elevenlabs:tts", name: "Generate Voiceover", description: "Synthesize a spoken-voice MP3 voiceover from text for an Augmented Live page via ElevenLabs text-to-speech (agt_live.generate_voiceover)", access: "write" },
38699
- // ENG-7089: instrumental music generation for Augmented Live. Surfaced as the
38700
- // agt_live.generate_music tool; shares this one platform account key + the
38701
- // same per-org budget.
38702
- { id: "elevenlabs:music", name: "Generate Music", description: "Compose an instrumental MP3 music track from a text prompt for an Augmented Live page via ElevenLabs Music (agt_live.generate_music)", access: "write" },
38696
+ // ENG-7556: standalone text-to-speech. Surfaced as the general brokered
38697
+ // elevenlabs_text_to_speech tool (scribe-broker.ts), available to any agent
38698
+ // and no longer tied to Augmented Live; shares this one platform account key
38699
+ // + the same per-org budget.
38700
+ { id: "elevenlabs:tts", name: "Text to Speech", description: "Synthesize spoken audio (MP3) from text in a chosen voice via ElevenLabs text-to-speech (elevenlabs_text_to_speech)", access: "write" },
38701
+ // ENG-7556: standalone instrumental music generation. Surfaced as the general
38702
+ // brokered elevenlabs_generate_music tool (scribe-broker.ts), available to any
38703
+ // agent and no longer tied to Augmented Live; shares this one platform account
38704
+ // key + the same per-org budget.
38705
+ { id: "elevenlabs:music", name: "Generate Music", description: "Compose an instrumental MP3 music track from a text prompt via ElevenLabs Music (elevenlabs_generate_music)", access: "write" },
38703
38706
  // ENG-7453: sound-effects + speech-to-speech, surfaced as general brokered
38704
38707
  // agent tools (elevenlabs_generate_sound_effect, elevenlabs_speech_to_speech
38705
38708
  // in scribe-broker.ts) available to any agent - not Augmented-Live-only.
@@ -38720,7 +38723,7 @@ var INTEGRATION_REGISTRY = [
38720
38723
  // amounts live in integration_rate_cards; this only declares the model.
38721
38724
  premium: {
38722
38725
  pricing: "usage",
38723
- note: "Billed on audio transcribed (per second), voiceover synthesized (per character), music/sound-effects generated and speech-to-speech converted (per second of output audio).",
38726
+ note: "Billed on audio transcribed (per second), speech synthesized (per character), music/sound-effects generated and speech-to-speech converted (per second of output audio).",
38724
38727
  // ENG-7032 / ENG-7453: each surface meters its own event in its own physical
38725
38728
  // unit; the matching integration_rate_cards rows price them. Until a rate is
38726
38729
  // seeded, that event prices at 0. Sound-effects and speech-to-speech meter