mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 08:21:11 +00:00
Channels: add thread-aware model overrides
This commit is contained in:
@@ -2,7 +2,6 @@ import type { OpenClawConfig } from "./types.js";
|
||||
|
||||
export const DEFAULT_AGENT_MAX_CONCURRENT = 4;
|
||||
export const DEFAULT_SUBAGENT_MAX_CONCURRENT = 8;
|
||||
export const DEFAULT_SUBAGENT_MAX_SPAWN_DEPTH = 2;
|
||||
|
||||
export function resolveAgentMaxConcurrent(cfg?: OpenClawConfig): number {
|
||||
const raw = cfg?.agents?.defaults?.maxConcurrent;
|
||||
|
||||
Reference in New Issue
Block a user