fix: restore missing sound constants in jarvis.py

This commit is contained in:
Adolfo Reyna
2026-03-02 12:25:24 -05:00
parent bf63d00a8a
commit 3cc57e71a1

View File

@@ -45,6 +45,8 @@ CONTEXT_CHARS = 500 # How much previous text to keep for context
WORKSPACE_DIR = "workspace" WORKSPACE_DIR = "workspace"
LOGS_DIR = "logs" LOGS_DIR = "logs"
SOUL_PATH = "soul.md" SOUL_PATH = "soul.md"
SYSTEM_SOUND = "/System/Library/Sounds/Tink.aiff"
FOLLOW_UP_SOUND = "/System/Library/Sounds/Submarine.aiff"
# Ensure workspace and logs exist # Ensure workspace and logs exist
for d in [WORKSPACE_DIR, LOGS_DIR]: for d in [WORKSPACE_DIR, LOGS_DIR]: