mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #268] [CLOSED] plugin: Agentql #1232
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-official-plugins/pull/268
Author: @jayfish0
Created: 2/25/2025
Status: ❌ Closed
Base:
main← Head:agentql-tool📝 Commits (1)
2a2ab39Add Agentql tools📊 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.