feat: LLM intent router, direct chat execution, and Memory V2 light intervention
Wire chat intent routing with direct_chat on regular sessions, skill-selected short-circuit to Agent, memory light/heavy intervention tiers, and fix direct chat UI stuck streaming after completion. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -76,6 +76,8 @@ const CONSOLES = {
|
||||
getToken,
|
||||
userAuth: services.userAuth,
|
||||
llmProviderService: services.llmProviderService,
|
||||
memoryV2ConfigService: services.memoryV2ConfigService,
|
||||
adminSystemTestService: services.adminSystemTestService,
|
||||
plazaPosts: services.plazaPosts,
|
||||
plazaOps: services.plazaOps,
|
||||
wechatAdmin: services.wechatAdmin,
|
||||
|
||||
Reference in New Issue
Block a user