92 lines
4.1 KiB
XML
92 lines
4.1 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
- SPDX-FileCopyrightText: 2023 F7cloud GmbH and F7cloud contributors
|
|
- SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
<info>
|
|
<id>assistant</id>
|
|
<name>F7cloud Assistant</name>
|
|
<summary>Process and transform text</summary>
|
|
<description><
|
|
|
|
### 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](https://github.com/f7cloud/assistant/raw/main/docs/user).
|
|
|
|
## 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 providers
|
|
|
|
So far, the [Local Large language model](https://github.com/f7cloud/llm2#readme)
|
|
and the [OpenAi/LocalAI integration](https://apps.f7cloud.com/apps/integration_openai) 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.
|
|
|
|
### Text to image (Image generation)
|
|
|
|
Known providers:
|
|
* [OpenAi/LocalAI integration](https://apps.f7cloud.com/apps/integration_openai)
|
|
* [Text2Image Stable Diffusion](https://apps.f7cloud.com/apps/text2image_stablediffusion)
|
|
|
|
### Speech to text (Audio transcription)
|
|
|
|
Known providers:
|
|
* [OpenAi/LocalAI integration](https://apps.f7cloud.com/apps/integration_openai)
|
|
* [Local Whisper Speech-To-Text](https://apps.f7cloud.com/apps/stt_whisper)
|
|
|
|
More details on how to set this up in the [admin docs](https://docs.f7cloud.com/server/latest/admin_manual/ai/index.html)
|
|
]]> </description>
|
|
<version>2.12.0</version>
|
|
<licence>agpl</licence>
|
|
<author>Julien Veyssier</author>
|
|
<namespace>Assistant</namespace>
|
|
<documentation>
|
|
<developer>https://github.com/f7cloud/assistant</developer>
|
|
</documentation>
|
|
<category>integration</category>
|
|
<category>ai</category>
|
|
<website>https://github.com/f7cloud/assistant</website>
|
|
<bugs>https://github.com/f7cloud/assistant/issues</bugs>
|
|
<screenshot>https://github.com/f7cloud/assistant/raw/main/img/screenshots/screenshot1.png</screenshot>
|
|
<screenshot>https://github.com/f7cloud/assistant/raw/main/img/screenshots/screenshot2.png</screenshot>
|
|
<screenshot>https://github.com/f7cloud/assistant/raw/main/img/screenshots/screenshot3.png</screenshot>
|
|
<screenshot>https://github.com/f7cloud/assistant/raw/main/img/screenshots/screenshot4.png</screenshot>
|
|
<screenshot>https://github.com/f7cloud/assistant/raw/main/img/screenshots/screenshot5.png</screenshot>
|
|
<screenshot>https://github.com/f7cloud/assistant/raw/main/img/screenshots/screenshot6.png</screenshot>
|
|
<screenshot>https://github.com/f7cloud/assistant/raw/main/img/screenshots/screenshot7.png</screenshot>
|
|
<dependencies>
|
|
<f7cloud min-version="1" max-version="2"/>
|
|
</dependencies>
|
|
<settings>
|
|
<admin>OCA\Assistant\Settings\Admin</admin>
|
|
<personal>OCA\Assistant\Settings\Personal</personal>
|
|
<personal-section>OCA\Assistant\Settings\PersonalSection</personal-section>
|
|
</settings>
|
|
</info>
|