370
371
constructor(
372
>
@IAgentConfigurationService private readonly _configurationService: IAgentConfigurationService,
copilotSessionLauncher.ts
373
>
@IAgentHostTerminalManager private readonly _terminalManager: IAgentHostTerminalManager,
374
>
@ILogService private readonly _logService: ILogService,
375
>
@IFileService private readonly _fileService: IFileService,
376
>
@IByokLmProxyService private readonly _byokLmProxyService: IByokLmProxyService,
377
>
@IByokLmBridgeRegistry private readonly _byokLmBridgeRegistry: IByokLmBridgeRegistry,
378
>
) { }
379
380
async launch(plan: CopilotSessionLaunchPlan, runtime: ICopilotSessionRuntime): Promise<CopilotSessionWrapper> {