No description
Find a file
Nextcloud bot c1232b6b6a
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-26 00:20:19 +00:00
.github chore(deps): Bump fsfe/reuse-action from 5.0.0 to 6.0.0 2025-10-11 01:12:48 +00:00
.tx change app id to assistant 2023-08-10 15:47:43 +02:00
appinfo prepare release v2.9.0 2025-10-15 16:23:09 +02:00
docs accept both variant and type for the actionButtons 2025-06-30 11:27:00 +02:00
img rename to client_integration 2025-10-15 14:24:54 +02:00
l10n fix(l10n): Update translations from Transifex 2025-10-26 00:20:19 +00:00
lib return a message on the file action endpoint for the client integration 2025-10-15 14:36:20 +02:00
LICENSES ci(reuse): Add reuse check 2025-01-09 12:11:25 +01:00
src return a message on the file action endpoint for the client integration 2025-10-15 14:36:20 +02:00
templates docs(reuse): Add SPDX header 2025-01-09 12:11:23 +01:00
tests feat(file-actions): address review comments 2025-07-29 17:08:04 +02:00
.eslintrc.cjs update npm pkgs, ignore v-html eslint warning 2025-09-23 16:17:40 +02:00
.gitignore docs(reuse): Add SPDX header 2025-01-09 12:11:23 +01:00
.l10nignore docs(reuse): Add SPDX header 2025-01-09 12:11:23 +01:00
.nextcloudignore docs(reuse): Add SPDX header 2025-01-09 12:11:23 +01:00
.php-cs-fixer.dist.php docs(reuse): Add SPDX header 2025-01-09 12:11:23 +01:00
AUTHORS.md ci(reuse): Add reuse check 2025-01-09 12:11:25 +01:00
CHANGELOG.md prepare release v2.9.0 2025-10-15 16:23:09 +02:00
composer.json do not globally suppress some UndefinedClass, ignore locally in the places we are sure it's fine 2025-10-14 19:08:21 +02:00
composer.lock do not globally suppress some UndefinedClass, ignore locally in the places we are sure it's fine 2025-10-14 19:08:21 +02:00
COPYING let's go 2023-07-31 13:07:36 +02:00
krankerl.toml docs(reuse): Add SPDX header 2025-01-09 12:11:23 +01:00
makefile docs(reuse): Add SPDX header 2025-01-09 12:11:23 +01:00
openapi.json return a message on the file action endpoint for the client integration 2025-10-15 14:36:20 +02:00
package-lock.json update npm pkgs, ignore v-html eslint warning 2025-09-23 16:17:40 +02:00
package.json update npm pkgs, ignore v-html eslint warning 2025-09-23 16:17:40 +02:00
psalm.xml do not globally suppress some UndefinedClass, ignore locally in the places we are sure it's fine 2025-10-14 19:08:21 +02:00
README.md docs(readme): Add reuse status badge 2025-01-09 12:11:25 +01:00
REUSE.toml fix REUSE 2025-10-15 14:24:54 +02:00
stylelint.config.cjs docs(reuse): Add SPDX header 2025-01-09 12:11:23 +01:00
vite.config.ts Merge pull request #323 from nextcloud/feat/sticker 2025-08-06 14:36:34 +02:00

Nextcloud Assistant

REUSE status

This app brings a user interface to use the Nextcloud text processing feature.

It allows users to launch AI tasks, be notified when they finish and see the results. The assistant also appears in others apps like Text to easily process parts of a document.

More details on the assistant OCS API and frontend integration possibilities in the developer doc

How to use it

A new right header menu entry appears. Once clicked, the assistant is displayed and you can select and task type and set the input you want to process.

The task might run immediately or be scheduled depending on the time estimation given by the AI provider. Once a task is scheduled, it will run as a background job. When it is finished, you will receive a notification from which the results can be displayed.

Other apps can integrate with the assistant. For example, Text will display an inline button besides every paragraph to directly select a task type to process this paragraph. Selecting a task this way will open the assistant with the task being pre-selected and the input text set.

More details and screenshots in the user doc.

Features

In the assistant, the list of available tasks depends on the available providers installed via other apps. This means you have complete freedom over which service/software will actually run your AI tasks.

Text processing

So far, the Local Large language model and the OpenAi/LocalAI integration apps include text processing providers to:

  • Summarize
  • Extract topics
  • Generate a headline
  • Get an answer from a free prompt
  • Reformulate (OpenAi/LocalAi only)
  • Context writer: Generate text with a specified style. The style can be described or provided via an example text.
  • Chat with AI

Text to image (Image generation)

Known providers:

Speech to text (Audio transcription)

Known providers:

More details on how to set this up in the admin docs