feat(prompts,agents,voice): the voice agent gets the beaver voice, its own environment and overlay

This commit is contained in:
hh
2026-09-06 23:54:37 +02:00
parent d68be3f499
commit ae9c85cbc5
4 changed files with 8 additions and 27 deletions
+1 -2
View File
@@ -1,14 +1,13 @@
"""Голосовые точки по квартире: своя ветка, свой дешёвый агент, свои ключи."""
from beaver_agent.voice.frontend import VoiceFrontend
from beaver_agent.voice.texts import KEY, PROMPT, TITLE
from beaver_agent.voice.texts import KEY, TITLE
from beaver_agent.voice.thread import AGENT, FRONTEND, current, open_thread, rotate
__all__ = [
"AGENT",
"FRONTEND",
"KEY",
"PROMPT",
"TITLE",
"VoiceFrontend",
"current",