reorganizing and restructuring

This commit is contained in:
2025-11-26 02:28:00 -05:00
parent 6d5d442f96
commit 8128b45fe5
8 changed files with 537 additions and 87 deletions
+7
View File
@@ -0,0 +1,7 @@
def apply_persona(text: str) -> str:
"""
Persona layer.
Right now it passes text unchanged.
Later we will add Lyra-voice transformation here.
"""
return text or ""