OpenMoltConfig
openmolt / OpenMoltConfig
Interface: OpenMoltConfig
Defined in: types/index.ts:17
Top-level OpenMolt configuration.
Properties
integrations?
optionalintegrations:Record<string,Record<string,unknown>>
Defined in: types/index.ts:25
Built-in integration configurations keyed by integration handle.
llmProviders?
optionalllmProviders:object
Defined in: types/index.ts:19
LLM provider configurations keyed by provider name.
anthropic?
optionalanthropic:LLMProviderConfig
google?
optionalgoogle:LLMProviderConfig
openai?
optionalopenai:LLMProviderConfig
maxSteps?
optionalmaxSteps:number
Defined in: types/index.ts:27
Maximum number of agent loop iterations before stopping. Defaults to 20.
verbose?
optionalverbose:boolean
Defined in: types/index.ts:29
Enable verbose logging.