Skip to content

Conversation

julien-nc
Copy link
Member

@julien-nc julien-nc commented Dec 20, 2024

This requires nextcloud/integration_openai#167 or the very latest LLM2.

Add the agency feature in the assistant.

  • (offtopic) Use the TextToTextChat task type (instead of the hack with TextToText) for classic chat without agency. Enable the chatty UI if TextToTextChat is available.
  • Schedule ContextAgentInteraction tasks if this task type is available
  • Store the last conversation token and sensitive actions in the chat session entity
  • Display a confirmation note card in the UI if there are pending sensitive actions
  • Make the assistant larger (full size modal and full width standalone page)

Design is not final. The rendering of the actions can be improved, especially the function naming.

Kooha-2024-12-20-12-59-19.webm

(sound is recommended)

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
…te openapi specs

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
@marcelklehr
Copy link
Member

marcelklehr commented Dec 30, 2024

( 💙 Benny Goodman?)

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
More details on how to set this up in the [admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html)
]]> </description>
<version>2.1.1</version>
<version>2.2.0</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

woop woop

'title',
'timestamp',
'agency_conversation_token',
'agency_pending_actions',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recently found a nice shortcut to avoid duplicating this via Reflection, but it's probably not worth it :D

@julien-nc julien-nc merged commit 916244f into main Jan 7, 2025
11 checks passed
@julien-nc julien-nc mentioned this pull request Jan 7, 2025
@jancborchardt jancborchardt deleted the enh/noid/agency branch February 25, 2025 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants