forked from Rockachopa/Timmy-time-dashboard
16 lines
484 B
Markdown
16 lines
484 B
Markdown
# integrations/ — Module Guide
|
|
|
|
External platform bridges. All are optional dependencies.
|
|
|
|
## Structure
|
|
- `chat_bridge/` — Vendor-agnostic chat platform abstraction (Discord impl)
|
|
- `telegram_bot/` — Telegram bot bridge
|
|
- `shortcuts/` — iOS Siri Shortcuts API metadata
|
|
- `voice/` — Local NLU intent detection (regex-based, no cloud)
|
|
- `mumble/` — Mumble voice bridge (bidirectional audio: Timmy TTS ↔ Alexander mic)
|
|
|
|
## Testing
|
|
```bash
|
|
pytest tests/integrations/ -q
|
|
```
|