Plugins and extensions
Plugins extend what WednesdayAI can do. Your administrator installs and enables them on the gateway — once active, they add new capabilities automatically. You do not need to install anything yourself.What plugins add
Plugins can extend WednesdayAI in several ways:- New chat channels — make WednesdayAI available on platforms like Microsoft Teams, Matrix, or Zalo.
- Voice calls — the agent can join or handle phone calls using the Voice Call plugin.
- Extended memory — alternative memory backends (for example LanceDB for long-term recall) replace the default in-memory store.
- New slash commands — some plugins register their own commands you can send in chat.
- Extra agent tools — plugins can give the agent additional abilities, such as querying a custom data source.
Official plugins
| Plugin | What it adds |
|---|---|
Voice Call (@wednesdayai/voice-call) | Inbound and outbound phone calls via Twilio. Use /voicecall start in chat. |
Microsoft Teams (@wednesdayai/msteams) | Makes WednesdayAI available as a Teams bot. |
Matrix (@wednesdayai/matrix) | Connects WednesdayAI to a Matrix homeserver. |
Zalo (@wednesdayai/zalo) | Connects to Zalo business accounts. |
Zalo Personal (@wednesdayai/zalouser) | Connects to personal Zalo accounts. |
Nostr (@wednesdayai/nostr) | Connects to the Nostr decentralised network. |
| Memory (Core) | Built-in memory search. Enabled by default. |
| Memory (LanceDB) | Long-term memory with automatic recall. Ask your admin to enable it. |