UnifiedAgentConfig
Interface: UnifiedAgentConfig
Defined in: packages/agent/src/unified/types/types.ts:17
Configuration for the unified agent
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
codebolt? | CodeboltAPI | Codebolt API instance | packages/agent/src/unified/types/types.ts:25 |
enableLogging? | boolean | Enable logging | packages/agent/src/unified/types/types.ts:27 |
llmConfig? | LLMConfig | LLM configuration | packages/agent/src/unified/types/types.ts:23 |
maxConversationLength? | number | Maximum conversation length before summarization | packages/agent/src/unified/types/types.ts:21 |
maxIterations? | number | Maximum iterations for agent loops | packages/agent/src/unified/types/types.ts:19 |
retryConfig? | { maxRetries?: number; retryDelay?: number; } | Retry configuration | packages/agent/src/unified/types/types.ts:29 |
retryConfig.maxRetries? | number | - | packages/agent/src/unified/types/types.ts:30 |
retryConfig.retryDelay? | number | - | packages/agent/src/unified/types/types.ts:31 |