Skip to main content

Interface: GMIManagerConfig

Defined in: packages/agentos/src/cognitive_substrate/GMIManager.ts:51

Configuration options for the GMIManager.

Properties

cognitiveMemoryFactory?

optional cognitiveMemoryFactory: GMICognitiveMemoryFactory

Defined in: packages/agentos/src/cognitive_substrate/GMIManager.ts:59

Optional per-GMI cognitive memory factory used by devtools and advanced runtimes.


defaultGMIBaseConfigDefaults?

optional defaultGMIBaseConfigDefaults: Partial<Pick<GMIBaseConfig, "defaultLlmProviderId" | "defaultLlmModelId" | "customSettings">>

Defined in: packages/agentos/src/cognitive_substrate/GMIManager.ts:55


defaultGMIInactivityCleanupMinutes?

optional defaultGMIInactivityCleanupMinutes: number

Defined in: packages/agentos/src/cognitive_substrate/GMIManager.ts:53


defaultWorkingMemoryType?

optional defaultWorkingMemoryType: string

Defined in: packages/agentos/src/cognitive_substrate/GMIManager.ts:54


personaLoaderConfig

personaLoaderConfig: PersonaLoaderConfig

Defined in: packages/agentos/src/cognitive_substrate/GMIManager.ts:52


personaValidationStrict?

optional personaValidationStrict: PersonaValidationStrictConfig

Defined in: packages/agentos/src/cognitive_substrate/GMIManager.ts:57

Strict validation enforcement configuration (optional, defaults to permissive).