@gguf/claw
Version:
Multi-channel AI gateway with extensible messaging integrations
6 lines (5 loc) • 328 B
TypeScript
import type { OpenClawConfig } from "./types.js";
export declare const DEFAULT_AGENT_MAX_CONCURRENT = 4;
export declare const DEFAULT_SUBAGENT_MAX_CONCURRENT = 8;
export declare function resolveAgentMaxConcurrent(cfg?: OpenClawConfig): number;
export declare function resolveSubagentMaxConcurrent(cfg?: OpenClawConfig): number;