mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #302] [CLOSED] Add Tencent Cloud Log Service plugin #794
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/302
Author: @aurora698
Created: 4/9/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (3)
da0dd94Add Tencent Cloud Log Service plugin425afa3Revert "Add Tencent Cloud Log Service plugin"7ab964aReapply "Add Tencent Cloud Log Service plugin"📊 Changes
14 files changed (+929 additions, -0 deletions)
View changed files
➕
aurora698/tencentcloud_cls/.difyignore(+178 -0)➕
aurora698/tencentcloud_cls/.gitignore(+171 -0)➕
aurora698/tencentcloud_cls/GUIDE.md(+117 -0)➕
aurora698/tencentcloud_cls/PRIVACY.md(+61 -0)➕
aurora698/tencentcloud_cls/README.md(+47 -0)➕
aurora698/tencentcloud_cls/_assets/icon.svg(+18 -0)➕
aurora698/tencentcloud_cls/main.py(+6 -0)➕
aurora698/tencentcloud_cls/manifest.yaml(+42 -0)➕
aurora698/tencentcloud_cls/provider/tencent_cls.py(+42 -0)➕
aurora698/tencentcloud_cls/provider/tencent_cls.yaml(+68 -0)➕
aurora698/tencentcloud_cls/requirements.txt(+3 -0)➕
aurora698/tencentcloud_cls/tencentcloud_cls.difypkg(+0 -0)➕
aurora698/tencentcloud_cls/tools/cls_log_search.py(+81 -0)➕
aurora698/tencentcloud_cls/tools/cls_log_search.yaml(+95 -0)📄 Description
Plugin Submission Form
1. Submission Type
2. Description
This plugin supports querying logs from Tencent Cloud Log Service.
3. Checklist
4. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
5. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
No user personal data was collected.
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.