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

Remote ABI Agents - Use Secrets from Assistant #309

Open
FlorentLvr opened this issue Jan 9, 2025 · 0 comments
Open

Remote ABI Agents - Use Secrets from Assistant #309

FlorentLvr opened this issue Jan 9, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@FlorentLvr
Copy link
Contributor

FlorentLvr commented Jan 9, 2025

The objective is to be able to use user config in specific assistant if the config exists.

Back-end:

  • Create Connections API to be able to set keys/credentials directly from front
  • Update Agent config to use user connections: for now, tools are set inside the agent with existing connections. We need to be able to set it from outsite.
  • Add Boolean to Trust or Not Agent in the Agent Panel: if a user set a new remote agent and is not admin, we need to make sure this agent won't use your personal connection without the verification of workspace admin.

Front-end:

  • Manage connections: JSON to be provided from abi to Front
- name: LinkedIn
- logo_url: ...
- description: ....
- fields:
  - name: li_at
    description: xxxx
    type: "str"
    value: "xxxxx"
  - name: JSESSIONID
    description: xxxx
    type: "str"
    value: "xxxxx"
  • Assistants config:
  1. Add fields to set remote URL
  2. Add boolean 'Trust' to use personal connections
  3. Display connections needed + Be able to select connections from users.connections
  • GitHub: Global or User or Nothing with Override or Not
  • LinkedIn: Global or User or Nothing with Override or Not
@FlorentLvr FlorentLvr added the enhancement New feature or request label Jan 9, 2025
@FlorentLvr FlorentLvr moved this to 🔖 Ready in ⚡️ Product Roadmap Jan 9, 2025
@FlorentLvr FlorentLvr moved this from 🔖 Ready to 📋 Backlog in ⚡️ Product Roadmap Jan 9, 2025
@FlorentLvr FlorentLvr changed the title Remote ABI Agents - Override Assistant per User Remote ABI Agents - Use Secrets from Assistant Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants