openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
16 lines (15 loc) • 1.16 kB
TypeScript
import { sn as CliBackendConfig } from "./types.openclaw-DABkiMzt.js";
import { Ai as CliBackendAuthEpochMode, Fi as CliBackendPreparedExecution, Ii as CliBackendResolveExecutionArgs, Li as CliBackendResolveExecutionArgsContext, Mi as CliBackendNormalizeConfigContext, Ni as CliBackendPlugin, Pi as CliBackendPrepareExecutionContext, Ri as CliBackendThinkingLevel, ji as CliBackendNativeToolMode } from "./types-BVAOMoZy.js";
//#region src/agents/cli-watchdog-defaults.d.ts
declare const CLI_FRESH_WATCHDOG_DEFAULTS: {
readonly noOutputTimeoutRatio: 0.8;
readonly minMs: 180000;
readonly maxMs: 600000;
};
declare const CLI_RESUME_WATCHDOG_DEFAULTS: {
readonly noOutputTimeoutRatio: 0.3;
readonly minMs: 60000;
readonly maxMs: 180000;
};
//#endregion
export { CLI_FRESH_WATCHDOG_DEFAULTS, CLI_RESUME_WATCHDOG_DEFAULTS, type CliBackendAuthEpochMode, type CliBackendConfig, type CliBackendNativeToolMode, type CliBackendNormalizeConfigContext, type CliBackendPlugin, type CliBackendPrepareExecutionContext, type CliBackendPreparedExecution, type CliBackendResolveExecutionArgs, type CliBackendResolveExecutionArgsContext, type CliBackendThinkingLevel };