claudette 0.2.2

Local-first AI personal secretary for Ollama. Telegram bot, voice, persistent scheduler, Gmail and Calendar. Single-binary Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Enforce LF line endings for text files inside the repo; Git will keep
# per-OS line endings in working directories (autocrlf behaviour).
* text=auto eol=lf

*.rs      text eol=lf diff=rust
*.toml    text eol=lf
*.md      text eol=lf
*.yml     text eol=lf
*.yaml    text eol=lf
*.sh      text eol=lf
*.json    text eol=lf

# Binary-ish — don't touch
*.png  binary
*.jpg  binary
*.ico  binary
*.gguf binary
*.bin  binary