Skip to main content

UnifiedAgentConfig

@codebolt/agent


Interface: UnifiedAgentConfig

Defined in: packages/agent/src/unified/types/types.ts:17

Configuration for the unified agent

Properties

PropertyTypeDescriptionDefined in
codebolt?CodeboltAPICodebolt API instancepackages/agent/src/unified/types/types.ts:25
enableLogging?booleanEnable loggingpackages/agent/src/unified/types/types.ts:27
llmConfig?LLMConfigLLM configurationpackages/agent/src/unified/types/types.ts:23
maxConversationLength?numberMaximum conversation length before summarizationpackages/agent/src/unified/types/types.ts:21
maxIterations?numberMaximum iterations for agent loopspackages/agent/src/unified/types/types.ts:19
retryConfig?{ maxRetries?: number; retryDelay?: number; }Retry configurationpackages/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