feat(wechat): add admin-pluggable LLM intent router separate from H5.
Memind CI / Test, build, and release guards (push) Failing after 8s
Memind CI / Test, build, and release guards (push) Failing after 8s
Give WeChat MP its own chat.general→page.generate LLM refinement layer with memindadm toggles, shadow mode, and canary openids so service account routing stays independent of the H5 chatIntentRouter. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -33,6 +33,7 @@ export async function bootstrapPortalIntegrationServices({
|
||||
scheduledTaskService = null,
|
||||
sessionSnapshotService = null,
|
||||
wechatScheduleLlmConfigService,
|
||||
wechatIntentRouter = null,
|
||||
llmProviderService,
|
||||
chatIntentRouter,
|
||||
systemDisclosurePolicyService,
|
||||
@@ -165,6 +166,7 @@ export async function bootstrapPortalIntegrationServices({
|
||||
wechatScheduleLlmConfigService,
|
||||
llmProviderService,
|
||||
chatIntentRouter,
|
||||
wechatIntentRouter,
|
||||
systemDisclosurePolicyService,
|
||||
sessionIntentClassifier: ({ text }) =>
|
||||
chatIntentRouter?.classifySessionAction({
|
||||
|
||||
Reference in New Issue
Block a user