Fresh start - excluded large ROM JSON files

This commit is contained in:
OpenClaw Agent
2026-04-11 09:45:12 -05:00
commit 5deb387aa6
395 changed files with 47744 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
# Discord Voice Bot (GLaDOS)
## Overview
Voice-controlled Discord bot with conversational AI
## Location
`/home/admin/.openclaw/workspace/discord-voice-bot/`
## Architecture (v2 - 2026-02-08)
- **TTS:** HTTP endpoint at 192.168.0.17:5050 ("glados" voice)
- **STT:** Whisper on 192.168.0.17:10300 (Wyoming protocol)
- **LLM:** Ollama at 192.168.0.17:11434 (qwen3-coder-next:cloud)
- **Auto-join:** Bot auto-joins #coding voice channel on startup
## Commands
- `!join` - Join voice channel
- `!leave` - Leave voice channel
- `!test [text]` - Test TTS
## MCP Integration
- `list_projects()` - "What am I working on?"
- `create_project()` - Start new project
- `add_task()` - Add tasks via voice
- `update_task_status()` - Mark complete
## Status
**Completed** — Operational and always available in #coding voice channel
---
*Trigger words: voice bot, glados, discord bot, TTS, STT, wyoming, voice control*