Fresh start - excluded large ROM JSON files
This commit is contained in:
31
memory/projects/discord-voice-bot.md
Normal file
31
memory/projects/discord-voice-bot.md
Normal 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*
|
||||
Reference in New Issue
Block a user