[PR #8] [MERGED] feat: add agent node log #80

Closed
opened 2026-02-15 21:15:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/8
Author: @Nov1c444
Created: 1/8/2025
Status: Merged
Merged: 1/8/2025
Merged by: @Nov1c444

Base: mainHead: feat/agent-log


📝 Commits (1)

📊 Changes

7 files changed (+134 additions, -59 deletions)

View changed files

📝 python/dify_plugin/entities/tool.py (+1 -0)
📝 python/dify_plugin/interfaces/agent/__init__.py (+5 -2)
📝 python/dify_plugin/interfaces/tool/__init__.py (+6 -1)
📝 python/examples/agent/_assets/icon.svg (+21 -6)
📝 python/examples/agent/main.py (+1 -1)
📝 python/examples/agent/strategies/function_calling.py (+92 -49)
📝 python/examples/agent/strategies/function_calling.yaml (+8 -0)

📄 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-plugin-sdks/pull/8 **Author:** [@Nov1c444](https://github.com/Nov1c444) **Created:** 1/8/2025 **Status:** ✅ Merged **Merged:** 1/8/2025 **Merged by:** [@Nov1c444](https://github.com/Nov1c444) **Base:** `main` ← **Head:** `feat/agent-log` --- ### 📝 Commits (1) - [`fb24978`](https://github.com/langgenius/dify-plugin-sdks/commit/fb24978387d95930af95793413b3d5d8144270c3) feat: add agent node log ### 📊 Changes **7 files changed** (+134 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `python/dify_plugin/entities/tool.py` (+1 -0) 📝 `python/dify_plugin/interfaces/agent/__init__.py` (+5 -2) 📝 `python/dify_plugin/interfaces/tool/__init__.py` (+6 -1) 📝 `python/examples/agent/_assets/icon.svg` (+21 -6) 📝 `python/examples/agent/main.py` (+1 -1) 📝 `python/examples/agent/strategies/function_calling.py` (+92 -49) 📝 `python/examples/agent/strategies/function_calling.yaml` (+8 -0) </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-15 21:15:41 -05:00
yindo closed this issue 2026-02-15 21:15:41 -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-sdks#80