@integrity-labs/agt-cli 0.28.272 → 0.28.274

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-5HCINBKO.js";
41
+ } from "../chunk-73NA6BKT.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-5TL5THQE.js";
70
+ } from "../chunk-THMHJITM.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.272" : "dev";
4829
+ var cliVersion = true ? "0.28.274" : "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.272" : "dev";
5843
+ var cliVersion2 = true ? "0.28.274" : "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-5TL5THQE.js";
21
+ } from "./chunk-THMHJITM.js";
22
22
  import {
23
23
  parsePsRows
24
24
  } from "./chunk-XWVM4KPK.js";
@@ -5880,7 +5880,7 @@ function requireHost() {
5880
5880
  }
5881
5881
 
5882
5882
  // src/lib/api-client.ts
5883
- var agtCliVersion = true ? "0.28.272" : "dev";
5883
+ var agtCliVersion = true ? "0.28.274" : "dev";
5884
5884
  var lastConfigHash = null;
5885
5885
  function setConfigHash(hash) {
5886
5886
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -8157,4 +8157,4 @@ export {
8157
8157
  managerInstallSystemUnitCommand,
8158
8158
  managerUninstallSystemUnitCommand
8159
8159
  };
8160
- //# sourceMappingURL=chunk-5HCINBKO.js.map
8160
+ //# sourceMappingURL=chunk-73NA6BKT.js.map
@@ -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
@@ -4950,6 +4953,35 @@ var INTEGRATION_REGISTRY = [
4950
4953
  ]
4951
4954
  }
4952
4955
  },
4956
+ {
4957
+ id: "grok-voice",
4958
+ name: "Grok Voice",
4959
+ category: "media",
4960
+ description: "Real-time two-way voice for your agent, powered by xAI Grok. Speak to the agent and hear it reply. Augmented Team manages Grok Voice access for you - there is no key to enter.",
4961
+ // Grok Voice is a PREMIUM integration on the platform-key model (mirrors
4962
+ // ElevenLabs / ADR-0031): Augmented holds one xAI account key and every
4963
+ // customer agent's voice minutes bill back to it, so auth_type is `none` -
4964
+ // customers never enter a key. Enabling this integration (resolved via the
4965
+ // agent/team/org scope chain) is what unlocks voice in Direct Chat; it
4966
+ // supersedes the legacy `grok-voice` channel (ENG-7523 spike). The realtime
4967
+ // client (webapp Voice Chat tab) and the ephemeral-token mint already exist;
4968
+ // this definition adds the premium opt-in + metering gate. Usage meters per
4969
+ // voice-minute at the session chokepoint (the mint wiring is a follow-up).
4970
+ supported_auth_types: ["none"],
4971
+ capabilities: [
4972
+ { id: "grok-voice:converse", name: "Voice Conversation", description: "Hold a real-time two-way spoken conversation with the agent (xAI Grok realtime voice)", access: "write" }
4973
+ ],
4974
+ docs_url: "https://docs.x.ai/developers/model-capabilities/audio/voice-agent",
4975
+ beta: true,
4976
+ // Premium (billable): voice minutes bill back to Augmented's xAI account key,
4977
+ // usage-priced and gated on a per-org opt-in. Pricing amounts live in
4978
+ // integration_rate_cards; this only declares the model + meter.
4979
+ premium: {
4980
+ pricing: "usage",
4981
+ note: "Billed per minute of real-time voice conversation.",
4982
+ meters: [{ event_type: "voice_session", unit: "minute" }]
4983
+ }
4984
+ },
4953
4985
  {
4954
4986
  id: "image-gen",
4955
4987
  name: "Image Generation",
@@ -6626,6 +6658,7 @@ function attributeTranscriptUsageByRun(jsonl) {
6626
6658
 
6627
6659
  // ../../packages/core/dist/loops/kanban-check.js
6628
6660
  var KANBAN_CHECK_COMMAND = "kanban_list \u2014 pick up any actionable items if you are free.";
6661
+ var KANBAN_NUDGE_ACTIONABLE_STATUSES = ["todo", "in_progress"];
6629
6662
 
6630
6663
  // ../../packages/core/dist/kanban/state-machine.js
6631
6664
  var KANBAN_STATUSES = [
@@ -9253,6 +9286,7 @@ export {
9253
9286
  isEmptyTotals,
9254
9287
  attributeTranscriptUsageByRun,
9255
9288
  KANBAN_CHECK_COMMAND,
9289
+ KANBAN_NUDGE_ACTIONABLE_STATUSES,
9256
9290
  isSystemInjectedContent,
9257
9291
  isBareAck,
9258
9292
  CONVERSATION_FAILURE_CATEGORIES,
@@ -9314,4 +9348,4 @@ export {
9314
9348
  stopAllSessionsAndWait,
9315
9349
  getProjectDir
9316
9350
  };
9317
- //# sourceMappingURL=chunk-5TL5THQE.js.map
9351
+ //# sourceMappingURL=chunk-THMHJITM.js.map