-
- Downloads
Community hub integration (#2555)
* wip hub connection page fe + backend
* lint
* implement backend for local hub items + placeholder endpoints to fetch hub app data
* fix hebrew translations
* revamp community integration flow
* change sidebar
* Auto import if id in URL param
remove preview in card screen and instead go to import flow
* get user's items + team items from hub + ui improvements to hub settings
* lint
* fix merge conflict
* refresh hook for community items
* add fallback for user items
* Disable bundle items by default on all instances
* remove translations (will complete later)
* loading skeleton
* Make community hub endpoints admin only
show visibility on items
combine import/apply for items to they are event logged for review
* improve middleware and import flow
* community hub ui updates
* Adjust importing process
* community hub to dev
* Add webscraper preload into imported plugins
* add runtime property to plugins
* Fix button status on imported skill change
show alert on skill change
Update markdown type and theme on import of agent skill
* update documentaion paths
* remove unused import
* linting
* review loading state
---------
Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
Showing
- .github/workflows/dev-build.yaml 1 addition, 1 deletion.github/workflows/dev-build.yaml
- frontend/src/App.jsx 25 additions, 0 deletionsfrontend/src/App.jsx
- frontend/src/components/SettingsSidebar/index.jsx 25 additions, 0 deletionsfrontend/src/components/SettingsSidebar/index.jsx
- frontend/src/components/WorkspaceChat/index.jsx 1 addition, 1 deletionfrontend/src/components/WorkspaceChat/index.jsx
- frontend/src/models/communityHub.js 158 additions, 0 deletionsfrontend/src/models/communityHub.js
- frontend/src/models/experimental/agentPlugins.js 14 additions, 0 deletionsfrontend/src/models/experimental/agentPlugins.js
- frontend/src/pages/Admin/Agents/Imported/ImportedSkillConfig/index.jsx 73 additions, 2 deletions...pages/Admin/Agents/Imported/ImportedSkillConfig/index.jsx
- frontend/src/pages/GeneralSettings/CommunityHub/Authentication/UserItems/index.jsx 89 additions, 0 deletions...lSettings/CommunityHub/Authentication/UserItems/index.jsx
- frontend/src/pages/GeneralSettings/CommunityHub/Authentication/index.jsx 174 additions, 0 deletions...ges/GeneralSettings/CommunityHub/Authentication/index.jsx
- frontend/src/pages/GeneralSettings/CommunityHub/Authentication/useUserItems.js 39 additions, 0 deletions...neralSettings/CommunityHub/Authentication/useUserItems.js
- frontend/src/pages/GeneralSettings/CommunityHub/ImportItem/Steps/Completed/index.jsx 36 additions, 0 deletions...ettings/CommunityHub/ImportItem/Steps/Completed/index.jsx
- frontend/src/pages/GeneralSettings/CommunityHub/ImportItem/Steps/Introduction/index.jsx 76 additions, 0 deletions...ings/CommunityHub/ImportItem/Steps/Introduction/index.jsx
- frontend/src/pages/GeneralSettings/CommunityHub/ImportItem/Steps/PullAndReview/HubItem/AgentSkill.jsx 186 additions, 0 deletions...Hub/ImportItem/Steps/PullAndReview/HubItem/AgentSkill.jsx
- frontend/src/pages/GeneralSettings/CommunityHub/ImportItem/Steps/PullAndReview/HubItem/SlashCommand.jsx 81 additions, 0 deletions...b/ImportItem/Steps/PullAndReview/HubItem/SlashCommand.jsx
- frontend/src/pages/GeneralSettings/CommunityHub/ImportItem/Steps/PullAndReview/HubItem/SystemPrompt.jsx 106 additions, 0 deletions...b/ImportItem/Steps/PullAndReview/HubItem/SystemPrompt.jsx
- frontend/src/pages/GeneralSettings/CommunityHub/ImportItem/Steps/PullAndReview/HubItem/Unknown.jsx 39 additions, 0 deletions...ityHub/ImportItem/Steps/PullAndReview/HubItem/Unknown.jsx
- frontend/src/pages/GeneralSettings/CommunityHub/ImportItem/Steps/PullAndReview/HubItem/index.js 13 additions, 0 deletions...munityHub/ImportItem/Steps/PullAndReview/HubItem/index.js
- frontend/src/pages/GeneralSettings/CommunityHub/ImportItem/Steps/PullAndReview/index.jsx 85 additions, 0 deletions...ngs/CommunityHub/ImportItem/Steps/PullAndReview/index.jsx
- frontend/src/pages/GeneralSettings/CommunityHub/ImportItem/Steps/index.jsx 77 additions, 0 deletions...s/GeneralSettings/CommunityHub/ImportItem/Steps/index.jsx
- frontend/src/pages/GeneralSettings/CommunityHub/ImportItem/index.jsx 106 additions, 0 deletions...c/pages/GeneralSettings/CommunityHub/ImportItem/index.jsx
Loading
Please register or sign in to comment