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

UI - Thread View - Display thread level tools, knowledge, files #757

Closed
ryanhopperlowe opened this issue Dec 4, 2024 · 4 comments
Closed
Assignees
Labels
admin-ui UI related issues enhancement New feature or request

Comments

@ryanhopperlowe
Copy link
Contributor

ryanhopperlowe commented Dec 4, 2024

The thread sidebar should display pertinent information for the given thread, including:

  • Knowledge
  • Files
  • Tools

Image

@ryanhopperlowe ryanhopperlowe self-assigned this Dec 4, 2024
@ryanhopperlowe ryanhopperlowe added the admin-ui UI related issues label Dec 4, 2024
@cjellick cjellick added the enhancement New feature or request label Dec 16, 2024
@cjellick
Copy link
Contributor

@ryanhopperlowe is this in progress?

@ryanhopperlowe
Copy link
Contributor Author

Yes it is. Thread level knowledge is merged into main, so only need to add credentials

@ryanhopperlowe
Copy link
Contributor Author

@cjellick Regarding thread credentials.

The response object comes back in this format:

{
  "contextID": "t1k9w7j",
  "name": "github.write",
  "envVars": [
    "GITHUB_TOKEN"
  ]
}

There's not a lot here for me to display to the user. I think we'll need to add some metadata for things like category, icon, etc. so we can display credentials in a more human friendly format. WDYT?

@ryanhopperlowe ryanhopperlowe changed the title UI - Thread View - Display thread level tools, knowledge, files, and credentials UI - Thread View - Display thread level tools, knowledge, files Jan 20, 2025
@sangee2004
Copy link

Thread level tools ,knowledge and workspace files are displayed in Thread inspect view.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin-ui UI related issues enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants