@integrity-labs/agt-cli 0.28.255 → 0.28.257

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/bin/agt.js CHANGED
@@ -38,7 +38,7 @@ import {
38
38
  success,
39
39
  table,
40
40
  warn
41
- } from "../chunk-O5JHX7FG.js";
41
+ } from "../chunk-FKVH7UZA.js";
42
42
  import {
43
43
  CHANNEL_REGISTRY,
44
44
  DEFAULT_FRAMEWORK,
@@ -67,7 +67,7 @@ import {
67
67
  renderTemplate,
68
68
  resolveChannels,
69
69
  serializeManifestForSlackCli
70
- } from "../chunk-GFX74FGP.js";
70
+ } from "../chunk-L2GVB37X.js";
71
71
  import "../chunk-XWVM4KPK.js";
72
72
 
73
73
  // src/bin/agt.ts
@@ -4826,7 +4826,7 @@ import { execFileSync, execSync } from "child_process";
4826
4826
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4827
4827
  import chalk18 from "chalk";
4828
4828
  import ora16 from "ora";
4829
- var cliVersion = true ? "0.28.255" : "dev";
4829
+ var cliVersion = true ? "0.28.257" : "dev";
4830
4830
  async function fetchLatestVersion() {
4831
4831
  const host2 = getHost();
4832
4832
  if (!host2) return null;
@@ -5840,7 +5840,7 @@ function handleError(err) {
5840
5840
  }
5841
5841
 
5842
5842
  // src/bin/agt.ts
5843
- var cliVersion2 = true ? "0.28.255" : "dev";
5843
+ var cliVersion2 = true ? "0.28.257" : "dev";
5844
5844
  var program = new Command();
5845
5845
  program.name("agt").description("Augmented CLI \u2014 agent provisioning and management").version(cliVersion2).option("--json", "Emit machine-readable JSON output (suppress spinners and colors)").option("--skip-update-check", "Skip the automatic update check on startup");
5846
5846
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -18,7 +18,7 @@ import {
18
18
  resolveConnectivityProbe,
19
19
  worseConnectivityOutcome,
20
20
  wrapScheduledTaskPrompt
21
- } from "./chunk-GFX74FGP.js";
21
+ } from "./chunk-L2GVB37X.js";
22
22
  import {
23
23
  parsePsRows
24
24
  } from "./chunk-XWVM4KPK.js";
@@ -5832,7 +5832,7 @@ function requireHost() {
5832
5832
  }
5833
5833
 
5834
5834
  // src/lib/api-client.ts
5835
- var agtCliVersion = true ? "0.28.255" : "dev";
5835
+ var agtCliVersion = true ? "0.28.257" : "dev";
5836
5836
  var lastConfigHash = null;
5837
5837
  function setConfigHash(hash) {
5838
5838
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -8102,4 +8102,4 @@ export {
8102
8102
  managerInstallSystemUnitCommand,
8103
8103
  managerUninstallSystemUnitCommand
8104
8104
  };
8105
- //# sourceMappingURL=chunk-O5JHX7FG.js.map
8105
+ //# sourceMappingURL=chunk-FKVH7UZA.js.map
@@ -4872,11 +4872,18 @@ var INTEGRATION_REGISTRY = [
4872
4872
  // ENG-7089: instrumental music generation for Augmented Live. Surfaced as the
4873
4873
  // agt_live.generate_music tool; shares this one platform account key + the
4874
4874
  // same per-org budget.
4875
- { 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" }
4875
+ { 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" },
4876
+ // ENG-7453: sound-effects + speech-to-speech, surfaced as general brokered
4877
+ // agent tools (elevenlabs_generate_sound_effect, elevenlabs_speech_to_speech
4878
+ // in scribe-broker.ts) available to any agent - not Augmented-Live-only.
4879
+ // Both share this one platform account key + the same per-org budget.
4880
+ { id: "elevenlabs:sound_effects", name: "Generate Sound Effects", description: "Generate a sound-effect MP3 from a text prompt via ElevenLabs (elevenlabs_generate_sound_effect)", access: "write" },
4881
+ { id: "elevenlabs:speech_to_speech", name: "Convert Speech to Speech", description: "Re-voice an uploaded audio clip in a target voice and return an MP3 via ElevenLabs speech-to-speech (elevenlabs_speech_to_speech)", access: "write" }
4876
4882
  ],
4877
- // Capabilities index — covers speech-to-text, text-to-speech, and music, since
4878
- // the integration now advertises elevenlabs:transcribe, elevenlabs:tts, and
4879
- // elevenlabs:music.
4883
+ // Capabilities index — covers speech-to-text, text-to-speech, music, sound
4884
+ // effects, and speech-to-speech, since the integration now advertises
4885
+ // elevenlabs:transcribe, elevenlabs:tts, elevenlabs:music,
4886
+ // elevenlabs:sound_effects, and elevenlabs:speech_to_speech.
4880
4887
  docs_url: "https://elevenlabs.io/docs/capabilities",
4881
4888
  beta: true,
4882
4889
  // ENG-7005 / ENG-7048: premium (billable). Both surfaces bill back to
@@ -4886,14 +4893,18 @@ var INTEGRATION_REGISTRY = [
4886
4893
  // amounts live in integration_rate_cards; this only declares the model.
4887
4894
  premium: {
4888
4895
  pricing: "usage",
4889
- note: "Billed on audio transcribed (per second), voiceover synthesized (per character), and music generated (per second).",
4890
- // ENG-7032: each surface meters its own event in its own physical unit; the
4891
- // matching integration_rate_cards rows price them. Until a rate is seeded,
4892
- // that event prices at 0.
4896
+ 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).",
4897
+ // ENG-7032 / ENG-7453: each surface meters its own event in its own physical
4898
+ // unit; the matching integration_rate_cards rows price them. Until a rate is
4899
+ // seeded, that event prices at 0. Sound-effects and speech-to-speech meter
4900
+ // in seconds of OUTPUT audio (derived from the returned MP3 byte size at the
4901
+ // fixed 128 kbps output bitrate) at the broker chokepoint.
4893
4902
  meters: [
4894
4903
  { event_type: "transcribe", unit: "audio_second" },
4895
4904
  { event_type: "tts", unit: "character" },
4896
- { event_type: "music", unit: "second" }
4905
+ { event_type: "music", unit: "second" },
4906
+ { event_type: "sound_effects", unit: "second" },
4907
+ { event_type: "speech_to_speech", unit: "second" }
4897
4908
  ]
4898
4909
  }
4899
4910
  },
@@ -9161,4 +9172,4 @@ export {
9161
9172
  stopAllSessionsAndWait,
9162
9173
  getProjectDir
9163
9174
  };
9164
- //# sourceMappingURL=chunk-GFX74FGP.js.map
9175
+ //# sourceMappingURL=chunk-L2GVB37X.js.map