feat(api): export plugin utilities for transport development (#137)

Co-authored-by: banteg <4562643+banteg@users.noreply.github.com>
This commit is contained in:
Zorro909
2026-01-15 12:00:13 +01:00
committed by GitHub
parent c811092aa4
commit 495ff261de
4 changed files with 69 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Plugins
Community and third-party plugins that extend takopi.
| Plugin | Type | Description |
|--------|------|-------------|
| [takopi-matrix](https://github.com/Zorro909/takopi-matrix) | Transport | Matrix protocol backend with E2EE, voice transcription, and multi-room support |
## See also
- [Plugin API](plugin-api.md) - API reference for plugin development
- [Write a plugin](../how-to/write-a-plugin.md) - Step-by-step guide
- [Plugin system](../explanation/plugin-system.md) - Architecture and design