Timo S.
Timo S.
## Summary Adds `VOICE_STRICT_MODE` environment variable to control voice notification behavior in the stop-hook-voice system. When enabled, voice notifications only trigger when an explicit `COMPLETED` message is detected in the...
Hi @danielmiessler, what do you think about renaming the voice server into notification server. As of today it supports already voice audio and desktop notifications. Therefore its already not a...
This PR needs slightly adjustments if #322 gets merged first. ## Summary - Introduces three persistent named agents (The Engineer, The Architect, The Intern) with backstories and personality traits -...
are the history old fragments created from the installer? https://github.com/danielmiessler/Personal_AI_Infrastructure/blob/main/Bundles/Official/install.ts#L587 Whats the reason that some of the sub directories in MEMORY are lower and other title case?
## Summary - Re-Adds full Linux platform support for the voice server (audio playback + notifications) - Adds CLI arguments for runtime configuration (`--port`, `--extra-args`) - Enhances .env loading from...
Installer installs to `$PAI_DIR/.env`: https://github.com/danielmiessler/Personal_AI_Infrastructure/blob/main/Bundles/Official/install.ts#L98 Voice server loads from home dir: https://github.com/danielmiessler/Personal_AI_Infrastructure/blob/main/Packs/pai-voice-system/src/voice/server.ts#L29 Hooks read from `$PAI_DIR` and fall back to `.config/pai`: https://github.com/danielmiessler/Personal_AI_Infrastructure/blob/main/Packs/pai-voice-system/src/hooks/stop-hook-voice.ts#L36