docs: Add command bot and agenda bot to bot list

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2025-10-01 18:29:17 +02:00
parent f79cac09d0
commit 7f4c68d46e
No known key found for this signature in database
GPG key ID: F72FA5B49FFA96B0
5 changed files with 30 additions and 0 deletions

View file

@ -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!
![Screenshot showing agenda bot](botscreenshots/agenda-bot-meeting-flow.png)
* 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
![Screenshot showing command bot](botscreenshots/command-bot.png)
* 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`

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 KiB

View file

@ -0,0 +1,2 @@
# SPDX-FileCopyrightText: 2025 Agenda Bot Contributors
# SPDX-License-Identifier: AGPL-3.0-or-later

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

View file

@ -0,0 +1,2 @@
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: CC0-1.0