[PR #268] [CLOSED] plugin: Agentql #1232

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/268
Author: @jayfish0
Created: 2/25/2025
Status: Closed

Base: mainHead: agentql-tool


📝 Commits (1)

📊 Changes

17 files changed (+399 additions, -0 deletions)

View changed files

tools/agentql/README.md (+58 -0)
tools/agentql/_assets/agent_apps.png (+0 -0)
tools/agentql/_assets/agent_apps_nl.png (+0 -0)
tools/agentql/_assets/authorization.png (+0 -0)
tools/agentql/_assets/icon.svg (+44 -0)
tools/agentql/_assets/workflow.png (+0 -0)
tools/agentql/_assets/workflow_nl.png (+0 -0)
tools/agentql/_assets/workflow_ql.png (+0 -0)
tools/agentql/main.py (+6 -0)
tools/agentql/manifest.yaml (+26 -0)
tools/agentql/provider/agentql.py (+31 -0)
tools/agentql/provider/agentql.yaml (+32 -0)
tools/agentql/provider/endpoints.py (+3 -0)
tools/agentql/provider/messages.py (+2 -0)
tools/agentql/requirements.txt (+1 -0)
tools/agentql/tools/extract_web_data.py (+72 -0)
tools/agentql/tools/extract_web_data.yaml (+124 -0)

📄 Description

Add agentql plugin


🔄 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/268 **Author:** [@jayfish0](https://github.com/jayfish0) **Created:** 2/25/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `agentql-tool` --- ### 📝 Commits (1) - [`2a2ab39`](https://github.com/langgenius/dify-official-plugins/commit/2a2ab39cc576613b9538eec66a38b45b70870884) Add Agentql tools ### 📊 Changes **17 files changed** (+399 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `tools/agentql/README.md` (+58 -0) ➕ `tools/agentql/_assets/agent_apps.png` (+0 -0) ➕ `tools/agentql/_assets/agent_apps_nl.png` (+0 -0) ➕ `tools/agentql/_assets/authorization.png` (+0 -0) ➕ `tools/agentql/_assets/icon.svg` (+44 -0) ➕ `tools/agentql/_assets/workflow.png` (+0 -0) ➕ `tools/agentql/_assets/workflow_nl.png` (+0 -0) ➕ `tools/agentql/_assets/workflow_ql.png` (+0 -0) ➕ `tools/agentql/main.py` (+6 -0) ➕ `tools/agentql/manifest.yaml` (+26 -0) ➕ `tools/agentql/provider/agentql.py` (+31 -0) ➕ `tools/agentql/provider/agentql.yaml` (+32 -0) ➕ `tools/agentql/provider/endpoints.py` (+3 -0) ➕ `tools/agentql/provider/messages.py` (+2 -0) ➕ `tools/agentql/requirements.txt` (+1 -0) ➕ `tools/agentql/tools/extract_web_data.py` (+72 -0) ➕ `tools/agentql/tools/extract_web_data.yaml` (+124 -0) </details> ### 📄 Description Add agentql plugin --- <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:24 -05:00
yindo closed this issue 2026-02-16 10:22:24 -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#1232