ARCH: ввести broad business evaluation bridge

This commit is contained in:
2026-04-21 19:37:37 +03:00
parent d323dcd509
commit bda7ca9cc1
29 changed files with 1648 additions and 97 deletions
@@ -285,7 +285,7 @@ export async function buildAssistantAddressOrchestrationRuntime(
);
}
const followupContext = carryover?.followupContext ?? null;
const followupContext = toRecordObject(carryover?.followupContext);
const routePolicyRuntime = runAssistantRoutePolicyRuntime({
rawUserMessage: input.userMessage,
effectiveAddressUserMessage: addressInputMessage,
@@ -313,7 +313,8 @@ export async function buildAssistantAddressOrchestrationRuntime(
userMessage: input.userMessage,
effectiveMessage: addressInputMessage,
assistantTurnMeaning: toRecordObject(orchestrationContract?.assistant_turn_meaning),
predecomposeContract
predecomposeContract,
followupContext
})) as Record<string, unknown>;
} catch (error) {
mcpDiscoveryRuntimeEntryPointError = String(error instanceof Error ? error.message : error ?? "unknown_error").slice(0, 280);