Interface: GMIBaseConfig
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:161
Base configuration required to initialize a GMI instance. GMIBaseConfig
Properties
customSettings?
optionalcustomSettings:Record<string,any>
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:170
defaultLlmModelId?
optionaldefaultLlmModelId:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:169
defaultLlmProviderId?
optionaldefaultLlmProviderId:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:168
llmProviderManager
llmProviderManager:
AIModelProviderManager
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:164
promptEngine
promptEngine:
IPromptEngine
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:163
retrievalAugmentor?
optionalretrievalAugmentor:IRetrievalAugmentor
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:167
toolOrchestrator
toolOrchestrator:
IToolOrchestrator
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:166
utilityAI
utilityAI:
IUtilityAI
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:165
workingMemory
workingMemory:
IWorkingMemory
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:162