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
+5
View File
@@ -58,3 +58,8 @@ CURATOR = Prompts(job=(*BASE, environment("джоб"), overlay("curator", "ку
QUICK = assemble((*VOICE, PROFILE, overlay("quick", "быстрый")))
"""Raycast-агенты: голос и профиль одной строкой, без vault."""
VOICE_AGENT = Prompts(
branch=(*VOICE, environment("голосовой"), overlay("voice", "голосовой"))
)
"""Колонки: голос целиком, но без профиля, поправок и карты - vault ему не виден."""