constants.ts 202 B

123456
  1. /** Shared agent-loop scheduler defaults.
  2. * @module dsh-agent-loop/constants
  3. */
  4. /** Default maximum in-flight parallel-safe calls per agent step. */
  5. export const DEFAULT_MAX_PARALLEL_TOOL_CALLS = 10