Skip to main content

OpenMoltConfig

openmolt


openmolt / OpenMoltConfig

Interface: OpenMoltConfig

Defined in: types/index.ts:17

Top-level OpenMolt configuration.

Properties

integrations?

optional integrations: Record<string, Record<string, unknown>>

Defined in: types/index.ts:25

Built-in integration configurations keyed by integration handle.


llmProviders?

optional llmProviders: object

Defined in: types/index.ts:19

LLM provider configurations keyed by provider name.

anthropic?

optional anthropic: LLMProviderConfig

google?

optional google: LLMProviderConfig

openai?

optional openai: LLMProviderConfig


maxSteps?

optional maxSteps: number

Defined in: types/index.ts:27

Maximum number of agent loop iterations before stopping. Defaults to 20.


verbose?

optional verbose: boolean

Defined in: types/index.ts:29

Enable verbose logging.