Initial commit from agent

This commit is contained in:
2026-03-24 00:11:34 -05:00
commit 0c777488d3
69 changed files with 4253 additions and 0 deletions

20
.env.example Normal file
View File

@@ -0,0 +1,20 @@
# ─── Anthropic ─────────────────────────────────────
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# ─── Fish Audio TTS ─────────────────────────────────
FISH_AUDIO_API_KEY=your_fish_audio_api_key_here
# Optional: specific voice model ID
FISH_AUDIO_VOICE_ID=
# ─── Whisper ────────────────────────────────────────
# Options: tiny, base, small, medium, large
WHISPER_MODEL=base
# ─── Server ─────────────────────────────────────────
HOST=0.0.0.0
PORT=8000
# ─── Google Keep (gkeepapi) ─────────────────────────
# Master token from Android device or Google account
GOOGLE_KEEP_EMAIL=
GOOGLE_KEEP_MASTER_TOKEN=