-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathinfo.xml
More file actions
49 lines (44 loc) · 1.99 KB
/
Copy pathinfo.xml
File metadata and controls
49 lines (44 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<info>
<id>summary_bot</id>
<name>Summary Bot</name>
<summary>Summary Bot - Nextcloud Talk chat summarize bot</summary>
<description><![CDATA[# Summary Bot - Talk chat summarize bot
Summary Bot is an innovative chat bot designed to enhance communication efficiency within the Nextcloud platform. This bot integrates seamlessly with Nextcloud's chat feature, providing users with concise summaries of their conversations.
Ideal for busy professionals or teams who deal with high volumes of messages, the bot uses advanced natural language processing techniques to analyze chat threads and extract the key points.
This ensures that users can quickly grasp the essence of discussions without reading through every message, saving time and improving productivity. The bot is configurable, allowing on-demand and scheduled summaries to be executed.
### Requirements
* Minimal Nextcloud version: 30
* Docker
* AppAPI >= 3.0.0
* Talk
* Task Processing Provider (like Local large language model app (llm2) or OpenAI and LocalAI integration app (integration_openai))
]]></description>
<version>1.1.5</version>
<licence>MIT</licence>
<author mail="florian.klinger@nextcloud.com" homepage="https://github.com/nc-fkl">Florian Klinger</author>
<namespace>SummaryBot</namespace>
<category>tools</category>
<website>https://github.com/nextcloud/summary_bot</website>
<bugs>https://github.com/nextcloud/summary_bot/issues</bugs>
<repository type="git">https://github.com/nextcloud/summary_bot.git</repository>
<dependencies>
<nextcloud min-version="30" max-version="31"/>
</dependencies>
<external-app>
<docker-install>
<registry>ghcr.io</registry>
<image>nextcloud/summary_bot</image>
<image-tag>1.1.5</image-tag>
</docker-install>
<scopes>
<value>TALK</value>
<value>TALK_BOT</value>
<value>AI_PROVIDERS</value>
</scopes>
</external-app>
</info>