fix: restore missing sound constants in jarvis.py
This commit is contained in:
@@ -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]:
|
||||||
|
|||||||
Reference in New Issue
Block a user