@integrity-labs/agt-cli 0.28.845 → 0.28.847
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 +5 -5
- package/dist/{chunk-ZNZ7HOH7.js → chunk-3THOQFC6.js} +4 -4
- package/dist/{chunk-N23P6M3P.js → chunk-MFU2FD4N.js} +42 -2
- package/dist/chunk-MFU2FD4N.js.map +1 -0
- package/dist/{chunk-NZQ3ILKM.js → chunk-PMQNTU7W.js} +2 -2
- package/dist/{claude-pair-runtime-PCMMXLJW.js → claude-pair-runtime-BQ5JUW5F.js} +2 -2
- package/dist/lib/manager-worker.js +13 -13
- package/dist/mcp/direct-chat-channel.js +23 -0
- package/dist/mcp/index.js +23 -0
- package/dist/mcp/origami.js +23 -0
- package/dist/mcp/slack-channel.js +23 -0
- package/dist/mcp/telegram-channel.js +23 -0
- package/dist/{persistent-session-MD23VXCZ.js → persistent-session-JKES3FMW.js} +3 -3
- package/dist/{responsiveness-probe-V4Z5EJYK.js → responsiveness-probe-P7EAWN6J.js} +3 -3
- package/dist/{session-auth-dead-PQX3NA2X.js → session-auth-dead-IFU2XLHO.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-N23P6M3P.js.map +0 -1
- /package/dist/{chunk-ZNZ7HOH7.js.map → chunk-3THOQFC6.js.map} +0 -0
- /package/dist/{chunk-NZQ3ILKM.js.map → chunk-PMQNTU7W.js.map} +0 -0
- /package/dist/{claude-pair-runtime-PCMMXLJW.js.map → claude-pair-runtime-BQ5JUW5F.js.map} +0 -0
- /package/dist/{persistent-session-MD23VXCZ.js.map → persistent-session-JKES3FMW.js.map} +0 -0
- /package/dist/{responsiveness-probe-V4Z5EJYK.js.map → responsiveness-probe-P7EAWN6J.js.map} +0 -0
- /package/dist/{session-auth-dead-PQX3NA2X.js.map → session-auth-dead-IFU2XLHO.js.map} +0 -0
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
rotateDailySession,
|
|
19
19
|
sessionFileExists,
|
|
20
20
|
todayLocalIso
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-MFU2FD4N.js";
|
|
22
22
|
import {
|
|
23
23
|
reapOrphanChannelMcps
|
|
24
24
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -5431,4 +5431,4 @@ export {
|
|
|
5431
5431
|
stopAllSessionsAndWait,
|
|
5432
5432
|
getProjectDir
|
|
5433
5433
|
};
|
|
5434
|
-
//# sourceMappingURL=chunk-
|
|
5434
|
+
//# sourceMappingURL=chunk-PMQNTU7W.js.map
|
|
@@ -100,7 +100,7 @@ async function spawnPairSession(session) {
|
|
|
100
100
|
return { ok: true };
|
|
101
101
|
} catch {
|
|
102
102
|
}
|
|
103
|
-
const { resolveClaudeBinary } = await import("./persistent-session-
|
|
103
|
+
const { resolveClaudeBinary } = await import("./persistent-session-JKES3FMW.js");
|
|
104
104
|
const claudeBin = resolveClaudeBinary();
|
|
105
105
|
const pairEnv = {
|
|
106
106
|
...process.env,
|
|
@@ -373,4 +373,4 @@ export {
|
|
|
373
373
|
startClaudePair,
|
|
374
374
|
submitClaudePairCode
|
|
375
375
|
};
|
|
376
|
-
//# sourceMappingURL=claude-pair-runtime-
|
|
376
|
+
//# sourceMappingURL=claude-pair-runtime-BQ5JUW5F.js.map
|
|
@@ -60,7 +60,7 @@ import {
|
|
|
60
60
|
safeWriteJsonAtomic,
|
|
61
61
|
setConfigHash,
|
|
62
62
|
tripClass
|
|
63
|
-
} from "../chunk-
|
|
63
|
+
} from "../chunk-3THOQFC6.js";
|
|
64
64
|
import {
|
|
65
65
|
getProjectDir as getProjectDir2,
|
|
66
66
|
getReadyTasks,
|
|
@@ -126,7 +126,7 @@ import {
|
|
|
126
126
|
takeZombieDetection,
|
|
127
127
|
toOpencodeModel,
|
|
128
128
|
writeEgressAllowlist
|
|
129
|
-
} from "../chunk-
|
|
129
|
+
} from "../chunk-PMQNTU7W.js";
|
|
130
130
|
import {
|
|
131
131
|
ACCOUNT_ENFORCEMENT_MARKER_FILENAME,
|
|
132
132
|
AnchorSessionClient,
|
|
@@ -221,7 +221,7 @@ import {
|
|
|
221
221
|
subagentActivityAgeSeconds,
|
|
222
222
|
sumTranscriptUsageInWindow,
|
|
223
223
|
transcriptActivityAgeSeconds
|
|
224
|
-
} from "../chunk-
|
|
224
|
+
} from "../chunk-MFU2FD4N.js";
|
|
225
225
|
import {
|
|
226
226
|
reapOrphanChannelMcps
|
|
227
227
|
} from "../chunk-XWVM4KPK.js";
|
|
@@ -13021,7 +13021,7 @@ var pendingDayRolloverReset = /* @__PURE__ */ new Set();
|
|
|
13021
13021
|
var dayRolloverInboundHold = /* @__PURE__ */ new Map();
|
|
13022
13022
|
var INBOUND_HOLD_EPISODE_GAP_MS = 12e4;
|
|
13023
13023
|
async function channelInboundActivityAgeSecondsFor(codeName) {
|
|
13024
|
-
const { newestPendingInboundActivityMtimeMs } = await import("../responsiveness-probe-
|
|
13024
|
+
const { newestPendingInboundActivityMtimeMs } = await import("../responsiveness-probe-P7EAWN6J.js");
|
|
13025
13025
|
const newest = newestPendingInboundActivityMtimeMs(dirname11(paneLogPath(codeName)));
|
|
13026
13026
|
if (newest === null) return null;
|
|
13027
13027
|
return Math.max(0, Math.floor((Date.now() - newest) / 1e3));
|
|
@@ -13689,7 +13689,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
13689
13689
|
var lastVersionCheckAt = 0;
|
|
13690
13690
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
13691
13691
|
var lastResponsivenessProbeAt = 0;
|
|
13692
|
-
var agtCliVersion = true ? "0.28.
|
|
13692
|
+
var agtCliVersion = true ? "0.28.847" : "dev";
|
|
13693
13693
|
function resolveBrewPath(execFileSync2) {
|
|
13694
13694
|
try {
|
|
13695
13695
|
const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -15279,7 +15279,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
|
|
|
15279
15279
|
if (codeNames.length === 0) return;
|
|
15280
15280
|
void (async () => {
|
|
15281
15281
|
try {
|
|
15282
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
15282
|
+
const { collectDiagnostics } = await import("../persistent-session-JKES3FMW.js");
|
|
15283
15283
|
await api.post("/host/heartbeat", {
|
|
15284
15284
|
host_id: hostId,
|
|
15285
15285
|
agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor)
|
|
@@ -15421,7 +15421,7 @@ async function pollCycleInner() {
|
|
|
15421
15421
|
}
|
|
15422
15422
|
try {
|
|
15423
15423
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
15424
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
15424
|
+
const { collectDiagnostics } = await import("../persistent-session-JKES3FMW.js");
|
|
15425
15425
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
15426
15426
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor) : void 0;
|
|
15427
15427
|
let tailscaleHostname;
|
|
@@ -15590,7 +15590,7 @@ async function pollCycleInner() {
|
|
|
15590
15590
|
collectPanelessActivityProbes,
|
|
15591
15591
|
getResponsivenessIntervalMs,
|
|
15592
15592
|
occupancyQualificationClassifications
|
|
15593
|
-
} = await import("../responsiveness-probe-
|
|
15593
|
+
} = await import("../responsiveness-probe-P7EAWN6J.js");
|
|
15594
15594
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
15595
15595
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
15596
15596
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -15707,7 +15707,7 @@ async function pollCycleInner() {
|
|
|
15707
15707
|
collectResponsivenessProbes,
|
|
15708
15708
|
livePendingInboundOldestAgeSeconds,
|
|
15709
15709
|
parkPendingInbound
|
|
15710
|
-
} = await import("../responsiveness-probe-
|
|
15710
|
+
} = await import("../responsiveness-probe-P7EAWN6J.js");
|
|
15711
15711
|
const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
|
|
15712
15712
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
15713
15713
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -15863,7 +15863,7 @@ async function pollCycleInner() {
|
|
|
15863
15863
|
}
|
|
15864
15864
|
try {
|
|
15865
15865
|
const { scrapeMcpFailedBannerCount } = await import("../pane-mcp-banner-scraper-JA437JIB.js");
|
|
15866
|
-
const { probeSessionAuth } = await import("../session-auth-dead-
|
|
15866
|
+
const { probeSessionAuth } = await import("../session-auth-dead-IFU2XLHO.js");
|
|
15867
15867
|
const observations = [];
|
|
15868
15868
|
const pendingCacheCommits = [];
|
|
15869
15869
|
const modelApiErrorReportingOn = hostFlagStore().getBoolean("model-api-error-reporting");
|
|
@@ -20106,7 +20106,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
|
|
|
20106
20106
|
void api.post("/host/restart-ack", { host_id: hostId, agent_id: agentId, restart_requested_at: requestedAt }).catch((err) => log(`[restart-lane] ack failed for '${codeName}': ${err.message}`));
|
|
20107
20107
|
void (async () => {
|
|
20108
20108
|
try {
|
|
20109
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
20109
|
+
const { collectDiagnostics } = await import("../persistent-session-JKES3FMW.js");
|
|
20110
20110
|
await api.post("/host/heartbeat", {
|
|
20111
20111
|
host_id: hostId,
|
|
20112
20112
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor)
|
|
@@ -20152,7 +20152,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
|
|
|
20152
20152
|
}
|
|
20153
20153
|
try {
|
|
20154
20154
|
const hostId = await getHostId();
|
|
20155
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
20155
|
+
const { collectDiagnostics } = await import("../persistent-session-JKES3FMW.js");
|
|
20156
20156
|
await api.post("/host/heartbeat", {
|
|
20157
20157
|
host_id: hostId,
|
|
20158
20158
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor)
|
|
@@ -20788,7 +20788,7 @@ async function processClaudePairSessions(agents) {
|
|
|
20788
20788
|
killPairSession,
|
|
20789
20789
|
pairTmuxSession,
|
|
20790
20790
|
finalizeClaudePairOnboarding
|
|
20791
|
-
} = await import("../claude-pair-runtime-
|
|
20791
|
+
} = await import("../claude-pair-runtime-BQ5JUW5F.js");
|
|
20792
20792
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
20793
20793
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
20794
20794
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
|
@@ -33241,6 +33241,20 @@ var INTEGRATION_REGISTRY = [
|
|
|
33241
33241
|
// elevenlabs:sound_effects, and elevenlabs:speech_to_speech.
|
|
33242
33242
|
docs_url: "https://elevenlabs.io/docs/capabilities",
|
|
33243
33243
|
beta: true,
|
|
33244
|
+
// ENG-10200. ElevenLabs is the mirror image of grok-voice: stt + tts, no
|
|
33245
|
+
// realtime. Its STT is easy to overlook because the TTS tool is the one
|
|
33246
|
+
// usually discussed, but `ElevenLabsScribeClient.transcribe()` and the
|
|
33247
|
+
// `scribe_transcribe` broker tool make it the platform's SECOND speech-to-
|
|
33248
|
+
// text provider — on a different unit (`audio_second`) from grok-voice's
|
|
33249
|
+
// `audio_hour`, which is why the unit is not restated here.
|
|
33250
|
+
//
|
|
33251
|
+
// `music`, `sound_effects` and `speech_to_speech` are deliberately NOT
|
|
33252
|
+
// modalities. They are audio generation, not a voice conversation, and
|
|
33253
|
+
// nothing selecting a voice provider should be offered them.
|
|
33254
|
+
voice: {
|
|
33255
|
+
stt: { meterEventType: "transcribe" },
|
|
33256
|
+
tts: { meterEventType: "tts" }
|
|
33257
|
+
},
|
|
33244
33258
|
// ENG-7005 / ENG-7048: premium (billable). Both surfaces bill back to
|
|
33245
33259
|
// Augmented's single account key and are usage-priced, so the integration is
|
|
33246
33260
|
// gated on a per-org opt-in and metered. The two surfaces share the one
|
|
@@ -33283,6 +33297,15 @@ var INTEGRATION_REGISTRY = [
|
|
|
33283
33297
|
],
|
|
33284
33298
|
docs_url: "https://docs.x.ai/developers/model-capabilities/audio/voice-agent",
|
|
33285
33299
|
beta: true,
|
|
33300
|
+
// ENG-10200. Grok does realtime AND rest STT, and NO tts — xAI ships no REST
|
|
33301
|
+
// text-to-speech endpoint (this tree calls api.x.ai/v1 for /stt,
|
|
33302
|
+
// /realtime/client_secrets and /videos only). The absent `tts` is the
|
|
33303
|
+
// load-bearing part: it is what stops a caller assembling a speech-in /
|
|
33304
|
+
// speech-out round trip out of this provider alone.
|
|
33305
|
+
voice: {
|
|
33306
|
+
realtime: { meterEventType: "voice_session", listVoices: true },
|
|
33307
|
+
stt: { meterEventType: "transcription" }
|
|
33308
|
+
},
|
|
33286
33309
|
// Premium (billable): voice minutes bill back to Augmented's xAI account key,
|
|
33287
33310
|
// usage-priced and gated on a per-org opt-in. Pricing amounts live in
|
|
33288
33311
|
// integration_rate_cards; this only declares the model + meter.
|
package/dist/mcp/index.js
CHANGED
|
@@ -25790,6 +25790,20 @@ var INTEGRATION_REGISTRY = [
|
|
|
25790
25790
|
// elevenlabs:sound_effects, and elevenlabs:speech_to_speech.
|
|
25791
25791
|
docs_url: "https://elevenlabs.io/docs/capabilities",
|
|
25792
25792
|
beta: true,
|
|
25793
|
+
// ENG-10200. ElevenLabs is the mirror image of grok-voice: stt + tts, no
|
|
25794
|
+
// realtime. Its STT is easy to overlook because the TTS tool is the one
|
|
25795
|
+
// usually discussed, but `ElevenLabsScribeClient.transcribe()` and the
|
|
25796
|
+
// `scribe_transcribe` broker tool make it the platform's SECOND speech-to-
|
|
25797
|
+
// text provider — on a different unit (`audio_second`) from grok-voice's
|
|
25798
|
+
// `audio_hour`, which is why the unit is not restated here.
|
|
25799
|
+
//
|
|
25800
|
+
// `music`, `sound_effects` and `speech_to_speech` are deliberately NOT
|
|
25801
|
+
// modalities. They are audio generation, not a voice conversation, and
|
|
25802
|
+
// nothing selecting a voice provider should be offered them.
|
|
25803
|
+
voice: {
|
|
25804
|
+
stt: { meterEventType: "transcribe" },
|
|
25805
|
+
tts: { meterEventType: "tts" }
|
|
25806
|
+
},
|
|
25793
25807
|
// ENG-7005 / ENG-7048: premium (billable). Both surfaces bill back to
|
|
25794
25808
|
// Augmented's single account key and are usage-priced, so the integration is
|
|
25795
25809
|
// gated on a per-org opt-in and metered. The two surfaces share the one
|
|
@@ -25832,6 +25846,15 @@ var INTEGRATION_REGISTRY = [
|
|
|
25832
25846
|
],
|
|
25833
25847
|
docs_url: "https://docs.x.ai/developers/model-capabilities/audio/voice-agent",
|
|
25834
25848
|
beta: true,
|
|
25849
|
+
// ENG-10200. Grok does realtime AND rest STT, and NO tts — xAI ships no REST
|
|
25850
|
+
// text-to-speech endpoint (this tree calls api.x.ai/v1 for /stt,
|
|
25851
|
+
// /realtime/client_secrets and /videos only). The absent `tts` is the
|
|
25852
|
+
// load-bearing part: it is what stops a caller assembling a speech-in /
|
|
25853
|
+
// speech-out round trip out of this provider alone.
|
|
25854
|
+
voice: {
|
|
25855
|
+
realtime: { meterEventType: "voice_session", listVoices: true },
|
|
25856
|
+
stt: { meterEventType: "transcription" }
|
|
25857
|
+
},
|
|
25835
25858
|
// Premium (billable): voice minutes bill back to Augmented's xAI account key,
|
|
25836
25859
|
// usage-priced and gated on a per-org opt-in. Pricing amounts live in
|
|
25837
25860
|
// integration_rate_cards; this only declares the model + meter.
|
package/dist/mcp/origami.js
CHANGED
|
@@ -39946,6 +39946,20 @@ var INTEGRATION_REGISTRY = [
|
|
|
39946
39946
|
// elevenlabs:sound_effects, and elevenlabs:speech_to_speech.
|
|
39947
39947
|
docs_url: "https://elevenlabs.io/docs/capabilities",
|
|
39948
39948
|
beta: true,
|
|
39949
|
+
// ENG-10200. ElevenLabs is the mirror image of grok-voice: stt + tts, no
|
|
39950
|
+
// realtime. Its STT is easy to overlook because the TTS tool is the one
|
|
39951
|
+
// usually discussed, but `ElevenLabsScribeClient.transcribe()` and the
|
|
39952
|
+
// `scribe_transcribe` broker tool make it the platform's SECOND speech-to-
|
|
39953
|
+
// text provider — on a different unit (`audio_second`) from grok-voice's
|
|
39954
|
+
// `audio_hour`, which is why the unit is not restated here.
|
|
39955
|
+
//
|
|
39956
|
+
// `music`, `sound_effects` and `speech_to_speech` are deliberately NOT
|
|
39957
|
+
// modalities. They are audio generation, not a voice conversation, and
|
|
39958
|
+
// nothing selecting a voice provider should be offered them.
|
|
39959
|
+
voice: {
|
|
39960
|
+
stt: { meterEventType: "transcribe" },
|
|
39961
|
+
tts: { meterEventType: "tts" }
|
|
39962
|
+
},
|
|
39949
39963
|
// ENG-7005 / ENG-7048: premium (billable). Both surfaces bill back to
|
|
39950
39964
|
// Augmented's single account key and are usage-priced, so the integration is
|
|
39951
39965
|
// gated on a per-org opt-in and metered. The two surfaces share the one
|
|
@@ -39988,6 +40002,15 @@ var INTEGRATION_REGISTRY = [
|
|
|
39988
40002
|
],
|
|
39989
40003
|
docs_url: "https://docs.x.ai/developers/model-capabilities/audio/voice-agent",
|
|
39990
40004
|
beta: true,
|
|
40005
|
+
// ENG-10200. Grok does realtime AND rest STT, and NO tts — xAI ships no REST
|
|
40006
|
+
// text-to-speech endpoint (this tree calls api.x.ai/v1 for /stt,
|
|
40007
|
+
// /realtime/client_secrets and /videos only). The absent `tts` is the
|
|
40008
|
+
// load-bearing part: it is what stops a caller assembling a speech-in /
|
|
40009
|
+
// speech-out round trip out of this provider alone.
|
|
40010
|
+
voice: {
|
|
40011
|
+
realtime: { meterEventType: "voice_session", listVoices: true },
|
|
40012
|
+
stt: { meterEventType: "transcription" }
|
|
40013
|
+
},
|
|
39991
40014
|
// Premium (billable): voice minutes bill back to Augmented's xAI account key,
|
|
39992
40015
|
// usage-priced and gated on a per-org opt-in. Pricing amounts live in
|
|
39993
40016
|
// integration_rate_cards; this only declares the model + meter.
|
|
@@ -34094,6 +34094,20 @@ var INTEGRATION_REGISTRY = [
|
|
|
34094
34094
|
// elevenlabs:sound_effects, and elevenlabs:speech_to_speech.
|
|
34095
34095
|
docs_url: "https://elevenlabs.io/docs/capabilities",
|
|
34096
34096
|
beta: true,
|
|
34097
|
+
// ENG-10200. ElevenLabs is the mirror image of grok-voice: stt + tts, no
|
|
34098
|
+
// realtime. Its STT is easy to overlook because the TTS tool is the one
|
|
34099
|
+
// usually discussed, but `ElevenLabsScribeClient.transcribe()` and the
|
|
34100
|
+
// `scribe_transcribe` broker tool make it the platform's SECOND speech-to-
|
|
34101
|
+
// text provider — on a different unit (`audio_second`) from grok-voice's
|
|
34102
|
+
// `audio_hour`, which is why the unit is not restated here.
|
|
34103
|
+
//
|
|
34104
|
+
// `music`, `sound_effects` and `speech_to_speech` are deliberately NOT
|
|
34105
|
+
// modalities. They are audio generation, not a voice conversation, and
|
|
34106
|
+
// nothing selecting a voice provider should be offered them.
|
|
34107
|
+
voice: {
|
|
34108
|
+
stt: { meterEventType: "transcribe" },
|
|
34109
|
+
tts: { meterEventType: "tts" }
|
|
34110
|
+
},
|
|
34097
34111
|
// ENG-7005 / ENG-7048: premium (billable). Both surfaces bill back to
|
|
34098
34112
|
// Augmented's single account key and are usage-priced, so the integration is
|
|
34099
34113
|
// gated on a per-org opt-in and metered. The two surfaces share the one
|
|
@@ -34136,6 +34150,15 @@ var INTEGRATION_REGISTRY = [
|
|
|
34136
34150
|
],
|
|
34137
34151
|
docs_url: "https://docs.x.ai/developers/model-capabilities/audio/voice-agent",
|
|
34138
34152
|
beta: true,
|
|
34153
|
+
// ENG-10200. Grok does realtime AND rest STT, and NO tts — xAI ships no REST
|
|
34154
|
+
// text-to-speech endpoint (this tree calls api.x.ai/v1 for /stt,
|
|
34155
|
+
// /realtime/client_secrets and /videos only). The absent `tts` is the
|
|
34156
|
+
// load-bearing part: it is what stops a caller assembling a speech-in /
|
|
34157
|
+
// speech-out round trip out of this provider alone.
|
|
34158
|
+
voice: {
|
|
34159
|
+
realtime: { meterEventType: "voice_session", listVoices: true },
|
|
34160
|
+
stt: { meterEventType: "transcription" }
|
|
34161
|
+
},
|
|
34139
34162
|
// Premium (billable): voice minutes bill back to Augmented's xAI account key,
|
|
34140
34163
|
// usage-priced and gated on a per-org opt-in. Pricing amounts live in
|
|
34141
34164
|
// integration_rate_cards; this only declares the model + meter.
|
|
@@ -34226,6 +34226,20 @@ var INTEGRATION_REGISTRY = [
|
|
|
34226
34226
|
// elevenlabs:sound_effects, and elevenlabs:speech_to_speech.
|
|
34227
34227
|
docs_url: "https://elevenlabs.io/docs/capabilities",
|
|
34228
34228
|
beta: true,
|
|
34229
|
+
// ENG-10200. ElevenLabs is the mirror image of grok-voice: stt + tts, no
|
|
34230
|
+
// realtime. Its STT is easy to overlook because the TTS tool is the one
|
|
34231
|
+
// usually discussed, but `ElevenLabsScribeClient.transcribe()` and the
|
|
34232
|
+
// `scribe_transcribe` broker tool make it the platform's SECOND speech-to-
|
|
34233
|
+
// text provider — on a different unit (`audio_second`) from grok-voice's
|
|
34234
|
+
// `audio_hour`, which is why the unit is not restated here.
|
|
34235
|
+
//
|
|
34236
|
+
// `music`, `sound_effects` and `speech_to_speech` are deliberately NOT
|
|
34237
|
+
// modalities. They are audio generation, not a voice conversation, and
|
|
34238
|
+
// nothing selecting a voice provider should be offered them.
|
|
34239
|
+
voice: {
|
|
34240
|
+
stt: { meterEventType: "transcribe" },
|
|
34241
|
+
tts: { meterEventType: "tts" }
|
|
34242
|
+
},
|
|
34229
34243
|
// ENG-7005 / ENG-7048: premium (billable). Both surfaces bill back to
|
|
34230
34244
|
// Augmented's single account key and are usage-priced, so the integration is
|
|
34231
34245
|
// gated on a per-org opt-in and metered. The two surfaces share the one
|
|
@@ -34268,6 +34282,15 @@ var INTEGRATION_REGISTRY = [
|
|
|
34268
34282
|
],
|
|
34269
34283
|
docs_url: "https://docs.x.ai/developers/model-capabilities/audio/voice-agent",
|
|
34270
34284
|
beta: true,
|
|
34285
|
+
// ENG-10200. Grok does realtime AND rest STT, and NO tts — xAI ships no REST
|
|
34286
|
+
// text-to-speech endpoint (this tree calls api.x.ai/v1 for /stt,
|
|
34287
|
+
// /realtime/client_secrets and /videos only). The absent `tts` is the
|
|
34288
|
+
// load-bearing part: it is what stops a caller assembling a speech-in /
|
|
34289
|
+
// speech-out round trip out of this provider alone.
|
|
34290
|
+
voice: {
|
|
34291
|
+
realtime: { meterEventType: "voice_session", listVoices: true },
|
|
34292
|
+
stt: { meterEventType: "transcription" }
|
|
34293
|
+
},
|
|
34271
34294
|
// Premium (billable): voice minutes bill back to Augmented's xAI account key,
|
|
34272
34295
|
// usage-priced and gated on a per-org opt-in. Pricing amounts live in
|
|
34273
34296
|
// integration_rate_cards; this only declares the model + meter.
|
|
@@ -54,8 +54,8 @@ import {
|
|
|
54
54
|
writeDirectChatSessionState,
|
|
55
55
|
writeEgressAllowlist,
|
|
56
56
|
writePersistentClaudeWrapper
|
|
57
|
-
} from "./chunk-
|
|
58
|
-
import "./chunk-
|
|
57
|
+
} from "./chunk-PMQNTU7W.js";
|
|
58
|
+
import "./chunk-MFU2FD4N.js";
|
|
59
59
|
import "./chunk-XWVM4KPK.js";
|
|
60
60
|
export {
|
|
61
61
|
EGRESS_BASELINE_DOMAINS,
|
|
@@ -114,4 +114,4 @@ export {
|
|
|
114
114
|
writeEgressAllowlist,
|
|
115
115
|
writePersistentClaudeWrapper
|
|
116
116
|
};
|
|
117
|
-
//# sourceMappingURL=persistent-session-
|
|
117
|
+
//# sourceMappingURL=persistent-session-JKES3FMW.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-PMQNTU7W.js";
|
|
4
|
+
import "./chunk-MFU2FD4N.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
7
7
|
// src/lib/responsiveness-probe.ts
|
|
@@ -764,4 +764,4 @@ export {
|
|
|
764
764
|
readAndResetSlackReplyBindingClassifications,
|
|
765
765
|
readAndResetSlackReplyTargetClassifications
|
|
766
766
|
};
|
|
767
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
767
|
+
//# sourceMappingURL=responsiveness-probe-P7EAWN6J.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
sessionTranscriptDir
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-MFU2FD4N.js";
|
|
4
4
|
|
|
5
5
|
// src/lib/session-auth-dead.ts
|
|
6
6
|
import { closeSync, openSync, readSync, readdirSync, statSync } from "fs";
|
|
@@ -203,4 +203,4 @@ export {
|
|
|
203
203
|
decideSessionAuthState,
|
|
204
204
|
probeSessionAuth
|
|
205
205
|
};
|
|
206
|
-
//# sourceMappingURL=session-auth-dead-
|
|
206
|
+
//# sourceMappingURL=session-auth-dead-IFU2XLHO.js.map
|