feat(memory-v2): close Phase A with auto-review, product events, and H5 recall UI.
Add candidate auto-review pipeline, shadow audit tooling, admin metrics page, and user-visible memory recall hints in chat with phase-a readiness checks. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -36,6 +36,8 @@ export function attachPortalAgentRuntimeRoutes(
|
||||
getTkmindProxy = () => null,
|
||||
getLlmProviderService = () => null,
|
||||
getAgentRunGateway = () => null,
|
||||
getGoalRunService = () => null,
|
||||
getChatIntentRouter = () => null,
|
||||
getSessionAccess = () => null,
|
||||
getMindSpaceAssetAgent = () => null,
|
||||
getCodeRunPolicyService = () => null,
|
||||
@@ -130,6 +132,8 @@ export function attachPortalAgentRuntimeRoutes(
|
||||
agentRunGateway,
|
||||
mindSpaceAssetAgent: getMindSpaceAssetAgent(),
|
||||
codeRunPolicyService: getCodeRunPolicyService(),
|
||||
goalRunService: getGoalRunService(),
|
||||
chatIntentRouter: getChatIntentRouter(),
|
||||
}),
|
||||
],
|
||||
req,
|
||||
|
||||
Reference in New Issue
Block a user