Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .claude/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"permissions": {
"allow": [
"PowerShell(\"----- last commit -----\")",
"PowerShell(\"----- branch vs remote -----\")",
"PowerShell(\"HEAD: \" + \\(git rev-parse HEAD\\); \"origin/main: \" + \\(git rev-parse origin/main\\))",
"PowerShell(git add config.json config.py requirements.txt)",
"Bash(python -m py_compile agent.py config.py)",
"Bash(python -c \"import json; print\\('sherpa_num_threads =', json.load\\(open\\('config.json'\\)\\)['sherpa_num_threads']\\)\")",
"Bash(git checkout *)",
"Bash(git add *)",
"Bash(git commit *)"
]
}
}
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ test_audio.wav
.DS_Store
Thumbs.db
ehthumbs.db
whisper.cpp/

# --- Sleep Flow Cache ---
cache/
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ python agent.py

You can modify the hardware behavior and personality in `config.json`. The `agent.py` script creates this on the first run if it doesn't exist, but you can create it manually:

For the sleep-focused Chinese companion flow in this fork, see the dedicated prompt guide: [睡前情绪梳理 Prompt 说明文档](docs/PROMPT_GUIDE.md).

```json
{
"text_model": "gemma3:1b",
Expand Down
Loading