feat(interface): 完成队列式记忆模块更新

This commit is contained in:
2026-01-06 20:32:27 +08:00
parent 85f9e84da4
commit 1398368e18
6 changed files with 32 additions and 15 deletions
+3 -1
View File
@@ -130,8 +130,10 @@ class PreparationScreen(Screen):
import heurams.kernel.reactor as rt
pheser = rt.Phaser(atoms_to_provide)
memscreen = MemScreen(pheser)
save_func = self.repo.persist_to_repodir
memscreen = MemScreen(pheser, save_func)
self.app.push_screen(memscreen)
elif event.button.id == "precache_button":
self.action_precache()