Implement Experience V1 reflect, retrieval boost, and product metrics.
Add rule-based reflect() to aggregate task outcomes, environment-aware search scoring, experience_saved/recalled events, and structured injection blocks per the V1 schema. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -176,7 +176,7 @@ export async function bootstrapMindSpaceService({
|
||||
const apiSecret = env.TKMIND_SERVER__SECRET_KEY ?? 'local-dev-secret';
|
||||
let experienceService = null;
|
||||
if (runtime.experienceEnabled) {
|
||||
experienceService = createExperienceService(pool);
|
||||
experienceService = createExperienceService(pool, { productEventsPool: pool });
|
||||
}
|
||||
const agentRunner = createMindSpaceAgentRunner({
|
||||
apiTarget,
|
||||
|
||||
Reference in New Issue
Block a user