[PR #1055] [MERGED] Update agentsphere maintenance to team account agentsphere-run #1353

Closed
opened 2026-02-22 17:55:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/1055
Author: @agentsphere-run
Created: 8/12/2025
Status: Merged
Merged: 8/27/2025
Merged by: @LogicOber

Base: mainHead: main


📝 Commits (2)

  • 7c06f52 Update agentsphere maintenance to team account agentsphere-run
  • 2dcb7b9 update the version number in manifest.yaml

📊 Changes

1 file changed (+0 additions, -0 deletions)

View changed files

📝 Organization/agentsphere/agentsphere.difypkg (+0 -0)

📄 Description

Update agentsphere maintenance to team account agentsphere-run

Plugin Submission Form

1. Metadata

2. Submission Type

  • New plugin submission
  • [√] Version update for existing plugin

3. Description

This submission updates the maintenance information of the "agentsphere" plugin to transfer ongoing maintenance responsibilities to the team account agentsphere-run. Key changes include:

  1. Adding agentsphere-run as the primary maintainer in metadata
  2. Updating the repository URL to the team's official repository
  3. Specifying team-managed support channels for future issue responses

The original author information remains unchanged to maintain consistency with previous releases, and the plugin's functionality remains unaffected.

4. Checklist

  • [√] I have read and followed the Publish to Dify Marketplace guidelines
  • [√] I have read and comply with the Plugin Developer Agreement
  • [√] I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • [√] I confirm my plugin has been thoroughly tested for completeness and functionality
  • [√] My plugin brings new value to Dify

5. Documentation Checklist

Please confirm that your plugin README includes all necessary information:

  • [√] Step-by-step setup instructions
  • [√] Detailed usage instructions
  • [√] All required APIs and credentials are clearly listed
  • [√] Connection requirements and configuration details
  • [√] Link to the repository for the plugin source code

6. Privacy Protection Information

Based on Dify Plugin Privacy Protection Guidelines:

Privacy Policy for Agentsphere Plugin

Data Collection

  1. Data Collection
    The AgentSphere plugin collects the following data to enable its functionality:
  • API Key: Your AgentSphere API key is collected to authenticate requests to AgentSphere services. This key is used solely for authorization and is not stored beyond the active session.
  • User Inputs: Code snippets, commands, file paths, and other operational parameters entered by users are temporarily processed to execute tasks (e.g., running code, uploading files) via AgentSphere's cloud sandboxes.
  • Execution Logs: Basic metadata (e.g., task duration, success/failure status) is generated during task execution for debugging purposes, but does not include sensitive user content.
  1. Data Storage
  • API Key: Stored temporarily in the plugin's runtime memory only during active use. It is never persisted to disk or cloud storage.
  • User Inputs & Logs: Processed in real-time and discarded immediately after task completion. No user-generated content (code, files, commands) is stored by the plugin itself.
  1. Data Sharing
  • The plugin solely shares data with AgentSphere's servers to fulfill user requests (e.g., executing code in their sandboxes). No third-party services outside of AgentSphere are involved.
  • Data shared with AgentSphere is governed by their privacy practices, as outlined in their official documentation.
  1. Data Security
  • API Key Protection: Transmitted via encrypted HTTPS channels and never exposed in logs or unencrypted storage.
  • Input Sanitization: User inputs (code, commands) are validated to prevent malicious operations, in compliance with AgentSphere's security protocols.
  • Isolation: All tasks are executed in isolated cloud sandboxes provided by AgentSphere, ensuring no cross-user data leakage.
  1. User Control
    Users can revoke their AgentSphere API key at any time via the AgentSphere dashboard, which immediately stops the plugin's ability to make authenticated requests.

Privacy Policy

  • [√] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugins/pull/1055 **Author:** [@agentsphere-run](https://github.com/agentsphere-run) **Created:** 8/12/2025 **Status:** ✅ Merged **Merged:** 8/27/2025 **Merged by:** [@LogicOber](https://github.com/LogicOber) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`7c06f52`](https://github.com/langgenius/dify-plugins/commit/7c06f52686151fd49cd31145031718283f0c945e) Update agentsphere maintenance to team account agentsphere-run - [`2dcb7b9`](https://github.com/langgenius/dify-plugins/commit/2dcb7b980f9d58dd9b54a7a6ef958897aaeaee32) update the version number in manifest.yaml ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Organization/agentsphere/agentsphere.difypkg` (+0 -0) </details> ### 📄 Description Update agentsphere maintenance to team account agentsphere-run # Plugin Submission Form ## 1. Metadata <!-- Please provide the following metadata of your plugin to make it easier for the reviewer to check the changes. - Plugin Author : The author of the plugin which is defined in your manifest.yaml - Plugin Name : The name of the plugin which is defined in your manifest.yaml - Repository URL: The URL of the repository where the source code of your plugin is hosted --> - **Plugin Author**: zhang - **Plugin Name**: agentsphere - **Repository URL**: https://github.com/agentsphere-run/dify-plugins ## 2. Submission Type - [ ] New plugin submission - [√] Version update for existing plugin ## 3. Description <!-- Please briefly describe the purpose of the new plugin or the updates made to the existing plugin --> This submission updates the maintenance information of the "agentsphere" plugin to transfer ongoing maintenance responsibilities to the team account `agentsphere-run`. Key changes include: 1. Adding `agentsphere-run` as the primary maintainer in metadata 2. Updating the repository URL to the team's official repository 3. Specifying team-managed support channels for future issue responses The original author information remains unchanged to maintain consistency with previous releases, and the plugin's functionality remains unaffected. ## 4. Checklist - [√] I have read and followed the Publish to Dify Marketplace guidelines - [√] I have read and comply with the Plugin Developer Agreement - [√] I confirm my plugin works properly on both Dify Community Edition and Cloud Version - [√] I confirm my plugin has been thoroughly tested for completeness and functionality - [√] My plugin brings new value to Dify ## 5. Documentation Checklist Please confirm that your plugin README includes all necessary information: - [√] Step-by-step setup instructions - [√] Detailed usage instructions - [√] All required APIs and credentials are clearly listed - [√] Connection requirements and configuration details - [√] Link to the repository for the plugin source code ## 6. Privacy Protection Information Based on Dify Plugin Privacy Protection [Guidelines](https://docs.dify.ai/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines): Privacy Policy for Agentsphere Plugin ### Data Collection <!-- Does your plugin collect any user personal data? If yes, please list what types of user personal data are being collected according to the Plugin Privacy Protection Guidelines (for example: Email address, IP address, Age, etc) --> 1. Data Collection The AgentSphere plugin collects the following data to enable its functionality: - API Key: Your AgentSphere API key is collected to authenticate requests to AgentSphere services. This key is used solely for authorization and is not stored beyond the active session. - User Inputs: Code snippets, commands, file paths, and other operational parameters entered by users are temporarily processed to execute tasks (e.g., running code, uploading files) via AgentSphere's cloud sandboxes. - Execution Logs: Basic metadata (e.g., task duration, success/failure status) is generated during task execution for debugging purposes, but does not include sensitive user content. 2. Data Storage - API Key: Stored temporarily in the plugin's runtime memory only during active use. It is never persisted to disk or cloud storage. - User Inputs & Logs: Processed in real-time and discarded immediately after task completion. No user-generated content (code, files, commands) is stored by the plugin itself. 3. Data Sharing - The plugin solely shares data with AgentSphere's servers to fulfill user requests (e.g., executing code in their sandboxes). No third-party services outside of AgentSphere are involved. - Data shared with AgentSphere is governed by their privacy practices, as outlined in their official documentation. 4. Data Security - API Key Protection: Transmitted via encrypted HTTPS channels and never exposed in logs or unencrypted storage. - Input Sanitization: User inputs (code, commands) are validated to prevent malicious operations, in compliance with AgentSphere's security protocols. - Isolation: All tasks are executed in isolated cloud sandboxes provided by AgentSphere, ensuring no cross-user data leakage. 5. User Control Users can revoke their AgentSphere API key at any time via the AgentSphere dashboard, which immediately stops the plugin's ability to make authenticated requests. ### Privacy Policy - [√] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 17:55:18 -05:00
yindo closed this issue 2026-02-22 17:55:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#1353