refactor(perceive): expose last interaction tracking and refresh memory sessions

This commit is contained in:
2026-03-10 22:57:59 +08:00
parent 3d1c258944
commit 3f6283d12a
9 changed files with 113 additions and 37 deletions

View File

@@ -20,6 +20,6 @@ public class ReflectionTest {
}
return null;
});
memory.getCurrentMemoryId();
memory.getMemorySessionId();
}
}