export { resolveEffectiveModelFallbacks } from "../../agents/agent-scope.js" ;
export { resolveBootstrapWarningSignaturesSeen } from "../../agents/bootstrap-budget.js" ;
export { LiveSessionModelSwitchError } from "../../agents/live-model-switch-error.js" ;
export { runWithModelFallback } from "../../agents/model-fallback.js" ;
export { isCliProvider } from "../../agents/model-selection-cli.js" ;
export { normalizeVerboseLevel } from "../../auto-reply/thinking.shared.js" ;
export { resolveSessionTranscriptPath } from "../../config/sessions/paths.js" ;
export { registerAgentRunContext } from "../../infra/agent-events.js" ;
export { logWarn } from "../../logger.js" ;
let cronExecutionCliRuntimePromise:
| Promise<typeof import ("./run-execution-cli.runtime.js" )>
| undefined;
async function loadCronExecutionCliRuntime() {
cronExecutionCliRuntimePromise ??= import ("./run-execution-cli.runtime.js" );
return await cronExecutionCliRuntimePromise;
}
export async function getCliSessionId(
...args: Parameters<typeof import ("../../agents/cli-session.js" ).getCliSessionId>
): Promise<ReturnType<typeof import ("../../agents/cli-session.js" ).getCliSessionId>> {
const runtime = await loadCronExecutionCliRuntime();
return runtime.getCliSessionId(...args);
}
export async function runCliAgent(
...args: Parameters<typeof import ("../../agents/cli-runner.js" ).runCliAgent>
): ReturnType<typeof import ("../../agents/cli-runner.js" ).runCliAgent> {
const runtime = await loadCronExecutionCliRuntime();
return runtime.runCliAgent(...args);
}
Messung V0.5 in Prozent C=92 H=92 G=91
¤ Dauer der Verarbeitung: 0.39 Sekunden
(vorverarbeitet am 2026-06-05)
¤
*© Formatika GbR, Deutschland