mirror of
https://github.com/crowetic/nc-talk-ai.git
synced 2026-09-07 15:42:31 +00:00
67 lines
3.9 KiB
XML
67 lines
3.9 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>Talk AI</name>
|
|
<summary>Run many purpose-built AI assistants in Nextcloud Talk, with access governance</summary>
|
|
<description><
|
|
|
|
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.39.5</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>Talk 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>
|
|
</background-jobs>
|
|
|
|
<repair-steps>
|
|
<install>
|
|
<step>OCA\EducAI\Migration\RegisterTalkBotRepairStep</step>
|
|
</install>
|
|
</repair-steps>
|
|
</info>
|