[PR #469] [MERGED] feat: update aws tools #1386

Closed
opened 2026-02-16 10:22:47 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/469
Author: @warren830
Created: 3/16/2025
Status: Merged
Merged: 3/16/2025
Merged by: @crazywoola

Base: mainHead: feat/update-aws-tools


📝 Commits (1)

📊 Changes

13 files changed (+565 additions, -22 deletions)

View changed files

tools/aws/GUIDE.md (+117 -0)
tools/aws/PRIVACY.md (+3 -0)
📝 tools/aws/README.md (+60 -5)
tools/aws/_assets/guardrails.png (+0 -0)
📝 tools/aws/manifest.yaml (+4 -4)
📝 tools/aws/provider/aws_tools.py (+0 -0)
📝 tools/aws/provider/aws_tools.yaml (+5 -5)
📝 tools/aws/requirements.txt (+3 -2)
📝 tools/aws/tools/bedrock_retrieve.py (+2 -1)
tools/aws/tools/opensearch_knn_search.py (+148 -0)
tools/aws/tools/opensearch_knn_search.yaml (+213 -0)
📝 tools/aws/tools/s3_operator.py (+6 -4)
📝 tools/aws/tools/sagemaker_text_rerank.py (+4 -1)

📄 Description

No description provided


🔄 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-official-plugins/pull/469 **Author:** [@warren830](https://github.com/warren830) **Created:** 3/16/2025 **Status:** ✅ Merged **Merged:** 3/16/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `feat/update-aws-tools` --- ### 📝 Commits (1) - [`8520926`](https://github.com/langgenius/dify-official-plugins/commit/85209261952e642fcdca9e8db48a6113025b0b05) feat: update aws tools ### 📊 Changes **13 files changed** (+565 additions, -22 deletions) <details> <summary>View changed files</summary> ➕ `tools/aws/GUIDE.md` (+117 -0) ➕ `tools/aws/PRIVACY.md` (+3 -0) 📝 `tools/aws/README.md` (+60 -5) ➕ `tools/aws/_assets/guardrails.png` (+0 -0) 📝 `tools/aws/manifest.yaml` (+4 -4) 📝 `tools/aws/provider/aws_tools.py` (+0 -0) 📝 `tools/aws/provider/aws_tools.yaml` (+5 -5) 📝 `tools/aws/requirements.txt` (+3 -2) 📝 `tools/aws/tools/bedrock_retrieve.py` (+2 -1) ➕ `tools/aws/tools/opensearch_knn_search.py` (+148 -0) ➕ `tools/aws/tools/opensearch_knn_search.yaml` (+213 -0) 📝 `tools/aws/tools/s3_operator.py` (+6 -4) 📝 `tools/aws/tools/sagemaker_text_rerank.py` (+4 -1) </details> ### 📄 Description _No description provided_ --- <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-16 10:22:47 -05:00
yindo closed this issue 2026-02-16 10:22:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1386