feat(voice,agents,memory): voice points get their own branch, agent and keys

This commit is contained in:
hh
2026-09-06 23:26:35 +02:00
parent b9eb95d8c0
commit 4dd199147c
14 changed files with 747 additions and 4 deletions
+5 -1
View File
@@ -18,6 +18,7 @@ from beaver_agent.vault import (
TZ,
VAULT,
)
from beaver_agent.voice import AGENT as VOICE
watch = VaultWatch(
VAULT,
@@ -52,8 +53,11 @@ recall = Recall(
diary_dir=DIARY,
boards_dir=BOARDS,
tz=TZ,
mute=frozenset({VOICE}),
)
replies = ReplyLog(REPLIES, tz=TZ)
"""Голосовому агенту справки нет: за колонкой может стоять кто угодно."""
replies = ReplyLog(REPLIES, tz=TZ, mute=frozenset({VOICE}))
CURATOR_WATCH = [
Watched("хендауты", DAYS, "????-??-??.md"),