@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.
@@ -4901,20 +4901,23 @@ var INTEGRATION_REGISTRY = [
4901
4901
  // that every customer agent's transcriptions bill back to, so the account key
4902
4902
  // is a single platform-held secret (`ELEVENLABS_ACCOUNT_KEY`), NOT a per-agent
4903
4903
  // credential. Auth type is therefore `none` — customers never enter a key.
4904
- // Usage is metered in audio-seconds at the broker chokepoint and gated on a
4905
- // per-org opt-in + monthly cap. (TTS for Augmented Live voiceover is a
4906
- // separate surface ENG-7048 that reuses the same account key.)
4904
+ // Usage is metered per operation at the broker chokepoint and gated on a
4905
+ // per-org opt-in + monthly cap. (ENG-7556: text-to-speech and music are now
4906
+ // standalone brokered tools too - not tied to Augmented Live - sharing the
4907
+ // same account key and budget; see the elevenlabs:tts / :music capabilities.)
4907
4908
  supported_auth_types: ["none"],
4908
4909
  capabilities: [
4909
4910
  { 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" },
4910
- // ENG-7048: text-to-speech voiceover for Augmented Live. Surfaced as the
4911
- // agt_live.generate_voiceover tool (not a standalone scribe_* tool); shares
4912
- // this one platform account key + the same per-org budget.
4913
- { 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" },
4914
- // ENG-7089: instrumental music generation for Augmented Live. Surfaced as the
4915
- // agt_live.generate_music tool; shares this one platform account key + the
4916
- // same per-org budget.
4917
- { 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" },
4911
+ // ENG-7556: standalone text-to-speech. Surfaced as the general brokered
4912
+ // elevenlabs_text_to_speech tool (scribe-broker.ts), available to any agent
4913
+ // and no longer tied to Augmented Live; shares this one platform account key
4914
+ // + the same per-org budget.
4915
+ { 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" },
4916
+ // ENG-7556: standalone instrumental music generation. Surfaced as the general
4917
+ // brokered elevenlabs_generate_music tool (scribe-broker.ts), available to any
4918
+ // agent and no longer tied to Augmented Live; shares this one platform account
4919
+ // key + the same per-org budget.
4920
+ { 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" },
4918
4921
  // ENG-7453: sound-effects + speech-to-speech, surfaced as general brokered
4919
4922
  // agent tools (elevenlabs_generate_sound_effect, elevenlabs_speech_to_speech
4920
4923
  // in scribe-broker.ts) available to any agent - not Augmented-Live-only.
@@ -4935,7 +4938,7 @@ var INTEGRATION_REGISTRY = [
4935
4938
  // amounts live in integration_rate_cards; this only declares the model.
4936
4939
  premium: {
4937
4940
  pricing: "usage",
4938
- 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).",
4941
+ 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).",
4939
4942
  // ENG-7032 / ENG-7453: each surface meters its own event in its own physical
4940
4943
  // unit; the matching integration_rate_cards rows price them. Until a rate is
4941
4944
  // seeded, that event prices at 0. Sound-effects and speech-to-speech meter
@@ -9345,4 +9348,4 @@ export {
9345
9348
  stopAllSessionsAndWait,
9346
9349
  getProjectDir
9347
9350
  };
9348
- //# sourceMappingURL=chunk-PNETKYLF.js.map
9351
+ //# sourceMappingURL=chunk-THMHJITM.js.map