1123
break;
1124
}
1126
>
const state = this._stateManager.getSessionState(channel);
1127
>
if (!state) {
1128
this._logService.info(`[AgentSideEffects] Turn started for session not in state manager: ${channel}, turnId=${action.turnId} - status/summary updates may be dropped unless the session is restored`);
1129
}
1130
>
this._titleController.seedTitleFromFirstMessage(sessionChannel, action.message.text, chatChannel);
agentSideEffects.ts
1131
>
1132
>
const agent = this._options.getAgent(sessionChannel);
1133
>
if (!agent) {
1134
this._stateManager.dispatchServerAction(channel, {
1135
type: ActionType.ChatError,