[PR #174] [MERGED] bump: cot_agent to 0.0.5 #1149

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/174
Author: @Nov1c444
Created: 1/22/2025
Status: Merged
Merged: 1/22/2025
Merged by: @Yeuoly

Base: mainHead: feat/agent-support-stream


📝 Commits (2)

  • 9e5fae5 feat: agent plugin support stream ouput
  • 732a7bc bump: cot_agent to 0.0.5

📊 Changes

4 files changed (+135 additions, -50 deletions)

View changed files

📝 agent-strategies/cot_agent/manifest.yaml (+1 -1)
📝 agent-strategies/cot_agent/requirements.txt (+1 -1)
📝 agent-strategies/cot_agent/strategies/ReAct.py (+1 -1)
📝 agent-strategies/cot_agent/strategies/function_calling.py (+132 -47)

📄 Description

Agent node support stream output


🔄 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/174 **Author:** [@Nov1c444](https://github.com/Nov1c444) **Created:** 1/22/2025 **Status:** ✅ Merged **Merged:** 1/22/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `feat/agent-support-stream` --- ### 📝 Commits (2) - [`9e5fae5`](https://github.com/langgenius/dify-official-plugins/commit/9e5fae543767bb29ed8c30e9eee87d6123db8501) feat: agent plugin support stream ouput - [`732a7bc`](https://github.com/langgenius/dify-official-plugins/commit/732a7bc81e2b73f63ff52bebcc396072bc2865d6) bump: cot_agent to 0.0.5 ### 📊 Changes **4 files changed** (+135 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `agent-strategies/cot_agent/manifest.yaml` (+1 -1) 📝 `agent-strategies/cot_agent/requirements.txt` (+1 -1) 📝 `agent-strategies/cot_agent/strategies/ReAct.py` (+1 -1) 📝 `agent-strategies/cot_agent/strategies/function_calling.py` (+132 -47) </details> ### 📄 Description Agent node support stream output --- <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:06 -05:00
yindo closed this issue 2026-02-16 10:22:06 -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#1149