feat(hands,memory): the recall carries the next week of both calendars daily

This commit is contained in:
hh
2026-09-09 08:21:03 +00:00
parent f3a625087f
commit 8d0f80440e
7 changed files with 775 additions and 4 deletions
+2
View File
@@ -4,6 +4,7 @@ from __future__ import annotations
from beaver_gateway.vault.watch import VaultWatch, WatchRules
from beaver_agent.hands import CALENDARS
from beaver_agent.memory.curator import Watched
from beaver_agent.memory.recall import Recall, ReplyLog
from beaver_agent.vault import (
@@ -54,6 +55,7 @@ recall = Recall(
boards_dir=BOARDS,
tz=TZ,
mute=frozenset({VOICE}),
calendar=CALENDARS,
)
"""Голосовому агенту справки нет: за колонкой может стоять кто угодно."""