mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
docs: Add command bot and agenda bot to bot list
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
f79cac09d0
commit
7f4c68d46e
5 changed files with 30 additions and 0 deletions
|
|
@ -54,6 +54,32 @@ A Golang sample bot that responds to "Good morning" and "Hello" and welcomes new
|
|||
|
||||
## Bots
|
||||
|
||||
### Agenda Bot
|
||||
|
||||
Intelligent meeting agenda management bot for Nextcloud Talk with
|
||||
|
||||
- Advanced Agenda Management
|
||||
- Intelligent Time Monitoring
|
||||
- Permission-Based Access Control
|
||||
- Smart Bot Integration
|
||||
- Transform chaotic meetings into productive sessions!
|
||||
|
||||

|
||||
|
||||
* License: AGPL-3.0-or-later
|
||||
* [Link to source code](https://github.com/LexioJ/agenda_bot)
|
||||
* [Link to installation documentation](https://github.com/LexioJ/agenda_bot#installation)
|
||||
|
||||
### Command Bot
|
||||
|
||||
A simple "text in, text out" bot to help with repeating questions and tasks
|
||||
|
||||

|
||||
|
||||
* License: AGPL-3.0-or-later
|
||||
* [Link to source code](https://github.com/nextcloud/command_bot)
|
||||
* [Link to installation documentation](https://github.com/nextcloud/command_bot#command-bot-for-nextcloud-talk)
|
||||
|
||||
### Stable Diffusion
|
||||
|
||||
Uses [SDXL-Turbo](https://huggingface.co/stabilityai/sdxl-turbo) for fast image generation. Usage example: `@image cinematic portrait of fluffy cat with black eyes`
|
||||
|
|
|
|||
BIN
docs/botscreenshots/agenda-bot-meeting-flow.png
Normal file
BIN
docs/botscreenshots/agenda-bot-meeting-flow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 291 KiB |
2
docs/botscreenshots/agenda-bot-meeting-flow.png.license
Normal file
2
docs/botscreenshots/agenda-bot-meeting-flow.png.license
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# SPDX-FileCopyrightText: 2025 Agenda Bot Contributors
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
BIN
docs/botscreenshots/command-bot.png
Normal file
BIN
docs/botscreenshots/command-bot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 184 KiB |
2
docs/botscreenshots/command-bot.png.license
Normal file
2
docs/botscreenshots/command-bot.png.license
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
Loading…
Add table
Reference in a new issue