No description
Find a file
2026-03-24 13:52:30 +01:00
.github Merge pull request #443 from nextcloud/dependabot/github_actions/actions/setup-node-6.2.0 2026-01-28 16:29:11 +01:00
.tx
appinfo feat: lazy loading appconfigs 2026-02-25 16:47:22 +01:00
docs docs: update screenshots in user docs and add memories 2026-02-12 19:56:24 +01:00
img
l10n fix(l10n): Update translations from Transifex 2026-03-23 00:27:12 +00:00
lib feat: Show provider information in the UI (#408) 2026-03-18 12:54:43 +01:00
LICENSES
src fix: only define custom icon template when needed (in chat msg avatar) 2026-03-24 12:14:21 +01:00
templates
tests fix: psalm issues 2026-02-16 13:51:03 +01:00
.eslintrc.cjs
.gitignore
.l10nignore
.nextcloudignore
.php-cs-fixer.dist.php
AUTHORS.md
CHANGELOG.md prepare 3.3.0 2026-02-19 10:50:29 +01:00
composer.json fix: psalm issues 2026-02-16 13:51:03 +01:00
composer.lock fix: psalm issues 2026-02-16 13:51:03 +01:00
COPYING
krankerl.toml
makefile
openapi.json chore: regenerate OpenAPI spec 2026-03-18 12:54:43 +01:00
package-lock.json update npm pkgs 2026-03-18 14:39:22 +01:00
package.json update npm pkgs 2026-03-18 14:39:22 +01:00
psalm.xml fix: psalm issues 2026-02-16 13:51:03 +01:00
README.md
REUSE.toml
stylelint.config.cjs
vite.config.ts

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