FleetConfig
Defined in: packages/agentic-control/src/fleet/fleet.ts:36
Extends
Section titled “Extends”Properties
Section titled “Properties”apiKey?
Section titled “apiKey?”
optionalapiKey:string
Defined in: packages/agentic-control/src/fleet/cursor-api.ts:34
API key (defaults to CURSOR_API_KEY env var)
Inherited from
Section titled “Inherited from”archivePath?
Section titled “archivePath?”
optionalarchivePath:string
Defined in: packages/agentic-control/src/fleet/fleet.ts:38
Path to archive conversations (default: ./memory-bank/recovery)
baseUrl?
Section titled “baseUrl?”
optionalbaseUrl:string
Defined in: packages/agentic-control/src/fleet/cursor-api.ts:38
API base URL (default: https://api.cursor.com/v0)
Inherited from
Section titled “Inherited from”maxRetries?
Section titled “maxRetries?”
optionalmaxRetries:number
Defined in: packages/agentic-control/src/fleet/cursor-api.ts:40
Maximum number of retries for transient errors (default: 3)
Inherited from
Section titled “Inherited from”retryDelay?
Section titled “retryDelay?”
optionalretryDelay:number
Defined in: packages/agentic-control/src/fleet/cursor-api.ts:42
Initial delay for exponential backoff in ms (default: 1000)
Inherited from
Section titled “Inherited from”timeout?
Section titled “timeout?”
optionaltimeout:number
Defined in: packages/agentic-control/src/fleet/cursor-api.ts:36
Request timeout in milliseconds (default: 60000)