No description
Find a file
Edward Ly 4bd5320b78
Merge pull request #39 from nextcloud/release/3.1.2
chore: prepare 3.1.2 release
2025-09-17 10:09:42 -07:00
.github ci(workflows): re-enable manual builds as needed 2025-09-17 09:51:19 -07:00
.idea Initial commit 2023-10-04 21:06:44 +03:00
.run chore: bump patch version 2025-09-17 09:57:33 -07:00
appinfo chore: bump patch version 2025-09-17 09:57:33 -07:00
LICENSES chore: add SPDX headers, re-license app to AGPL-3.0-or-later 2025-07-01 10:07:36 -07:00
screenshots renamed "@ai" to "@assistant" 2023-10-06 18:14:30 +03:00
src fix: set user ID to access TaskProcessing API 2025-09-17 08:45:41 -07:00
.gitignore chore: add .gitignore 2024-08-21 11:54:04 -07:00
.nextcloudignore Update .nextcloudignore 2025-01-08 14:39:17 +03:00
Dockerfile fix(HaRP): install "procps" that is used in the healthcheck action 2025-07-20 13:12:01 +03:00
healthcheck.sh feat: added HaRP support (Nextcloud 32+) 2025-04-29 09:49:00 +03:00
krankerl.toml prepared release(2) 2023-10-04 23:39:12 +03:00
Makefile feat(Makefile): add targets for Nextcloud version 31 2025-07-01 11:23:37 -07:00
README.md chore: update app description 2025-07-01 11:23:37 -07:00
requirements.txt chore: add SPDX headers, re-license app to AGPL-3.0-or-later 2025-07-01 10:07:36 -07:00
REUSE.toml chore: add SPDX headers, re-license app to AGPL-3.0-or-later 2025-07-01 10:07:36 -07:00
start.sh feat: added HaRP support (Nextcloud 32+) 2025-04-29 09:49:00 +03:00

Nextcloud Assistant Talk Bot

A talk bot using AppAPI, the OCS TaskProcessing API, and Talk Bot API.

The bot is capable of answering questions in Nextcloud Talk chat conversations using the large language model set by Nextcloud Assistant.

How to install:

  1. Install AppAPI and set up a deploy daemon by following the AppAPI instructions. (Automatically created with AIO)
  2. Go to the Apps menu in Nextcloud, find this app (Assistant Talk Bot) in the AI or Tools category, and click Deploy and Enable.
  3. In Nextcloud Talk, open a conversation and enable the bot in Conversation settings.
  4. Invoke the bot by typing @assistant followed by your question (e.g., @assistant I have a question for you.).