Interface AgentOSOrchestratorDependencies

interface AgentOSOrchestratorDependencies {
    gmiManager: GMIManager;
    toolOrchestrator: IToolOrchestrator;
    conversationManager: ConversationManager;
    streamingManager: StreamingManager;
}

Properties

gmiManager: GMIManager

Manager for GMI instances and persona definitions.

toolOrchestrator: IToolOrchestrator

Orchestrates the execution of tools.

conversationManager: ConversationManager

Manages loading and saving of persistent conversation contexts.

streamingManager: StreamingManager

Manages streaming responses to clients.