agent-core / Exports / ILocalExecutorConfig
Interface: ILocalExecutorConfig
Configuration options for local executor
Table of contents
Properties
Properties
timeout
• Optional timeout: number
Timeout for API requests in milliseconds
Defined in
packages/agent-core/src/interfaces/executor.ts:113
maxRetries
• Optional maxRetries: number
Maximum number of retry attempts
Defined in
packages/agent-core/src/interfaces/executor.ts:115
retryDelay
• Optional retryDelay: number
Base delay between retries in milliseconds
Defined in
packages/agent-core/src/interfaces/executor.ts:117
enableLogging
• Optional enableLogging: boolean
Whether to enable request/response logging