fix(memory,curator): the leisure plan is not news for the curator

This commit is contained in:
hh
2026-09-07 23:00:17 +00:00
parent 0e7df793e5
commit 76b044bdbe
2 changed files with 7 additions and 1 deletions
+2
View File
@@ -12,6 +12,7 @@ from beaver_agent.memory.watch import CURATOR_WATCH
from beaver_agent.vault import (
CURATOR_JOURNAL,
DAYS,
LEISURE,
REPLIES,
STATE,
STATE_MAX_LINES,
@@ -59,6 +60,7 @@ async def curate(run: JobRun) -> None:
replies_dir=REPLIES,
watched=CURATOR_WATCH,
tz=TZ,
skip=(LEISURE,),
)
if text is None:
_log.info("curator: nothing new since the last run")