Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Agency #169

Merged
merged 6 commits into from
Jan 7, 2025
Merged

Agency #169

merged 6 commits into from
Jan 7, 2025

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)

@marcelklehr
Copy link
Member

marcelklehr commented Dec 30, 2024

( 💙 Benny Goodman?)

@@ -58,7 +58,7 @@ Known providers:
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


public static $columns = [
'id',
'user_id',
'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
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