mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-02 04:00:31 +00:00
7 lines
202 B
TypeScript
7 lines
202 B
TypeScript
/** Shared agent-loop scheduler defaults.
|
|
* @module dsh-agent-loop/constants
|
|
*/
|
|
|
|
/** Default maximum in-flight parallel-safe calls per agent step. */
|
|
export const DEFAULT_MAX_PARALLEL_TOOL_CALLS = 10
|