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

36
requirements.txt Normal file
View File

@@ -0,0 +1,36 @@
# ─── Core ─────────────────────────────────────────
fastapi
uvicorn[standard]
websockets
python-dotenv
# ─── AI / Voice ───────────────────────────────────
anthropic
openai-whisper
SpeechRecognition
pyaudio
# NOTE: On Windows, if pyaudio fails:
# pip install pipwin && pipwin install pyaudio
# ─── Fish Audio TTS ───────────────────────────────
fish-audio-sdk
# ─── Google Workspace ─────────────────────────────
google-api-python-client
google-auth-httplib2
google-auth-oauthlib
gkeepapi
# ─── Windows Screen / Automation ─────────────────
mss
pyautogui
Pillow
pywin32
# ─── Browser Automation ───────────────────────────
selenium
# Selenium 4+ auto-downloads ChromeDriver — no manual install needed
# ─── Utilities ────────────────────────────────────
aiofiles
httpx