[PR #105] [CLOSED] feat: add llm blocking invoke #315

Closed
opened 2026-02-16 01:15:31 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/105
Author: @Nov1c444
Created: 3/13/2025
Status: Closed

Base: mainHead: feat/add-llm-blocking-invoke


📝 Commits (2)

📊 Changes

5 files changed (+46 additions, -10 deletions)

View changed files

📝 internal/core/dify_invocation/invcation.go (+2 -0)
📝 internal/core/dify_invocation/real/http_request.go (+4 -0)
📝 internal/core/dify_invocation/tester/mock.go (+11 -0)
📝 internal/core/plugin_daemon/backwards_invocation/task.go (+20 -9)
📝 pkg/entities/model_entities/llm.go (+9 -1)

📄 Description

Added support for calling blocking model methods from within plugins.
The related PRs are as follows:
https://github.com/langgenius/dify-plugin-sdks/pull/40
https://github.com/langgenius/dify/pull/15732


🔄 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-plugin-daemon/pull/105 **Author:** [@Nov1c444](https://github.com/Nov1c444) **Created:** 3/13/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/add-llm-blocking-invoke` --- ### 📝 Commits (2) - [`8061baf`](https://github.com/langgenius/dify-plugin-daemon/commit/8061baf36e365645489c81b131d2a55b78cc204b) feat: add llm blocking invoke - [`820297f`](https://github.com/langgenius/dify-plugin-daemon/commit/820297f689dabb56f012adfba9876ddabfccf1d5) fix: add mock data ### 📊 Changes **5 files changed** (+46 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `internal/core/dify_invocation/invcation.go` (+2 -0) 📝 `internal/core/dify_invocation/real/http_request.go` (+4 -0) 📝 `internal/core/dify_invocation/tester/mock.go` (+11 -0) 📝 `internal/core/plugin_daemon/backwards_invocation/task.go` (+20 -9) 📝 `pkg/entities/model_entities/llm.go` (+9 -1) </details> ### 📄 Description Added support for calling blocking model methods from within plugins. The related PRs are as follows: https://github.com/langgenius/dify-plugin-sdks/pull/40 https://github.com/langgenius/dify/pull/15732 --- <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 01:15:31 -05:00
yindo closed this issue 2026-02-16 01:15:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#315