You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The *context_agent* app is the app that provides AI agent functionality in Nextcloud and acts as a backend for the :ref:`Nextcloud Assistant app<ai-app-assistant>`. Nextcloud can provide customer support upon request, please talk to your account manager for the possibilities.
8
8
9
9
When the Context Agent app is installed the AI Chat in Nextcloud Assistant will be able to interact with your Nextcloud apps via virtual integrations that are called "tools". They allow the Assistant to perform actions in your Nextcloud upon sending instructions in a chat message.
10
+
Tool groups are only available if their requirements are met. They can be en- and disabled in the AI admin settings.
10
11
11
12
Currently implemented tools:
12
13
13
14
* List the user's calendars
14
15
15
16
* Example prompt: *"List my calendars"*
16
17
17
-
* List the user's talk conversations
18
+
* List the user's talk conversations (requires `Talk <https://apps.nextcloud.com/apps/spreed>`_)
18
19
19
20
* Example prompt: *"List my talk conversations"*
20
21
21
-
* List messages in a talk conversation
22
+
* List messages in a talk conversation (requires `Talk <https://apps.nextcloud.com/apps/spreed>`_)
22
23
23
24
* Example prompt: *"List the latest messages in my conversation with Andrew"*
24
25
25
-
* Send a message to a talk conversation
26
+
* Send a message to a talk conversation (requires `Talk <https://apps.nextcloud.com/apps/spreed>`_)
26
27
27
28
* Example prompt: *"Can you send a joke to Andrew in talk?"*
28
29
29
-
* Create a public talk conversation
30
+
* Create a public talk conversation (requires `Talk <https://apps.nextcloud.com/apps/spreed>`_)
30
31
31
32
* Example prompt: *"Can you create a new public talk conversation titled 'Press conference'?"*
32
33
@@ -38,21 +39,21 @@ Currently implemented tools:
38
39
39
40
* Example prompt: *"Where do I live?"*
40
41
41
-
* Ask a question to context chat
42
+
* Ask a question to context chat (requires :ref:`Context Chat<ai-app-context_chat>`)
42
43
43
44
* Example prompt: *"What is the company's sick leave process?"*
44
45
45
-
* Transcribe a media file
46
+
* Transcribe a media file (requires Transcribe audio task type enabled)
46
47
47
48
* Example prompt: *"Can you transcribe the following file? https://mycloud.com/f/9825679"* (Can be selected via smart picker.)
@@ -112,20 +113,19 @@ Currently implemented tools:
112
113
113
114
* Example prompt: *"Can you show me the folder tree of my files?"*
114
115
115
-
* Determine public transport routes
116
+
* Determine public transport routes (requires a `HERE <https://www.here.com/>`_ API key configured in the admin settings)
116
117
117
118
* Example prompt: *"How can I get from Würzburg Hauptbahnhof to Berlin Hauptbahnhof?"*
118
119
119
-
* List all projects in OpenProject
120
+
* List all projects in OpenProject (requires the `OpenProject integration <https://apps.nextcloud.com/apps/integration_openproject>`_)
120
121
121
122
* Example prompt: *"List all my projects in OpenProject, please"*
122
123
123
-
* List all available assignees of a project in OpenProject
124
+
* List all available assignees of a project in OpenProject (requires the `OpenProject integration <https://apps.nextcloud.com/apps/integration_openproject>`_)
124
125
125
126
* Example prompt: *"List all available assignees for the 'Product launch' project in OpenProject"*
126
127
127
-
* Create a new work package in a given project in OpenProject
128
-
128
+
* Create a new work package in a given project in OpenProject (requires the `OpenProject integration <https://apps.nextcloud.com/apps/integration_openproject>`_)
129
129
* Example prompt: *"Create a work package called 'Publish release video' in the 'Product launch' project in OpenProject"*
130
130
131
131
@@ -197,4 +197,5 @@ Known Limitations
197
197
-----------------
198
198
* Make sure to test the language model you are using in concert with this app for whether they meet the use-case's quality requirements
199
199
* Most models have difficulties with languages other than English. Some sometimes answer in another language than used by the user.
200
-
* Customer support is available upon request, however we can't solve false or problematic output, most performance issues, or other problems caused by the underlying model. Support is thus limited only to bugs directly caused by the implementation of the app (connectors, API, front-end, AppAPI)
200
+
* Customer support is available upon request, however we can't solve false or problematic output, most performance issues, or other problems caused by the underlying model.
201
+
Support is thus limited only to bugs directly caused by the implementation of the app (connectors, API, front-end, AppAPI). We still try to optimize this as far as possible, so if you encounter any false or problematic output, you can report it `in a dedicated Github issue <https://github.com/nextcloud/context_agent/issues/51>`_ to help us improve this app.
0 commit comments