Files
deepseek-harness/packages/core/agent-loop/src/constants.ts
T

7 lines
202 B
TypeScript
Raw Normal View History

2026-07-18 14:59:26 +08:00
/** Shared agent-loop scheduler defaults.
* @module dsh-agent-loop/constants
*/
2026-07-18 14:59:26 +08:00
/** Default maximum in-flight parallel-safe calls per agent step. */
export const DEFAULT_MAX_PARALLEL_TOOL_CALLS = 10