forked from NuQloud/nc-talk-ai
72 lines
4.1 KiB
XML
72 lines
4.1 KiB
XML
<?xml version="1.0"?>
|
|
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
|
<id>educai</id>
|
|
<name>NuQloud-AI</name>
|
|
<summary>Run many purpose-built AI assistants in Nextcloud Talk, with access governance</summary>
|
|
<description><, developed by EDUC — the European Digital UniverCity. Its compatible package id remains educai. Works with any OpenAI-compatible endpoint on any supported Nextcloud install.
|
|
|
|
### EU funding
|
|
|
|

|
|
|
|
Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or the European Education and Culture Executive Agency (EACEA). Neither the European Union nor EACEA can be held responsible for them.
|
|
]]></description>
|
|
<version>2.40.2</version>
|
|
<licence>agpl</licence>
|
|
<author mail="nextcloud.apps@educalliance.eu" homepage="https://github.com/EDUCAlliance/talk-ai">Pascal Kienast</author>
|
|
<namespace>EducAI</namespace>
|
|
<category>tools</category>
|
|
<bugs>https://github.com/EDUCAlliance/talk-ai/issues</bugs>
|
|
<screenshot small-thumbnail="https://raw.githubusercontent.com/EDUCAlliance/talk-ai/main/docs/screenshots/bot-discovery.png">https://raw.githubusercontent.com/EDUCAlliance/talk-ai/main/docs/screenshots/bot-discovery.png</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/EDUCAlliance/talk-ai/main/docs/screenshots/multi-bot-manager.png</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/EDUCAlliance/talk-ai/main/docs/screenshots/create-bot.png</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/EDUCAlliance/talk-ai/main/docs/screenshots/admin-settings.png</screenshot>
|
|
<dependencies>
|
|
<nextcloud min-version="30" max-version="34"/>
|
|
</dependencies>
|
|
<navigations>
|
|
<navigation>
|
|
<id>educai</id>
|
|
<name>NuQloud-AI</name>
|
|
<route>educai.page.index</route>
|
|
<icon>app.svg</icon>
|
|
<type>link</type>
|
|
</navigation>
|
|
</navigations>
|
|
|
|
<settings>
|
|
<personal>OCA\EducAI\Settings\PersonalSettings</personal>
|
|
<personal-section>OCA\EducAI\Settings\PersonalSection</personal-section>
|
|
<admin>OCA\EducAI\Settings\AdminSettings</admin>
|
|
<admin-section>OCA\EducAI\Settings\AdminSection</admin-section>
|
|
</settings>
|
|
|
|
<background-jobs>
|
|
<job>OCA\EducAI\Jobs\ProcessQueuedRequestsJob</job>
|
|
<job>OCA\EducAI\Jobs\CleanupConversationsJob</job>
|
|
<job>OCA\EducAI\Jobs\CleanupOrphanedSourcesJob</job>
|
|
<job>OCA\EducAI\Jobs\CleanupRoomDocumentsJob</job>
|
|
<job>OCA\EducAI\Jobs\CleanupToolConfirmationsJob</job>
|
|
</background-jobs>
|
|
|
|
<commands>
|
|
<command>OCA\EducAI\Command\SyncTalkBot</command>
|
|
</commands>
|
|
|
|
<repair-steps>
|
|
<install>
|
|
<step>OCA\EducAI\Migration\RegisterTalkBotRepairStep</step>
|
|
</install>
|
|
</repair-steps>
|
|
</info>
|