[PR #178] [MERGED] fix bugs #191

Closed
opened 2026-02-16 02:16:53 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/178
Author: @zhaotai
Created: 10/29/2025
Status: Merged
Merged: 10/30/2025
Merged by: @adrianlyjak

Base: mainHead: fix/tests-result-type


📝 Commits (4)

📊 Changes

8 files changed (+74 additions, -27 deletions)

View changed files

📝 docs/src/content/docs/llamaagents/workflows/deployment.md (+3 -3)
📝 examples/client/base/workflow_client.py (+1 -1)
📝 examples/client/human_in_the_loop/workflow_client_hitl.py (+1 -1)
📝 src/workflows/client/client.py (+17 -11)
📝 src/workflows/server/server.py (+30 -10)
📝 src/workflows/server/utils.py (+1 -0)
📝 tests/client/test_client.py (+19 -1)
📝 tests/server/conftest.py (+2 -0)

📄 Description

  1. Fix bug where finished handler won't be removed from memory
  2. Fix bug where run_workflow didn't await handler.task.

🔄 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/run-llama/workflows-py/pull/178 **Author:** [@zhaotai](https://github.com/zhaotai) **Created:** 10/29/2025 **Status:** ✅ Merged **Merged:** 10/30/2025 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `fix/tests-result-type` --- ### 📝 Commits (4) - [`b23963b`](https://github.com/run-llama/workflows-py/commit/b23963beddfd030e7063e5661da93f8b100c66a3) fix StopEvent - [`b388f8a`](https://github.com/run-llama/workflows-py/commit/b388f8a068545c95eea2049015d478aa324bb2d8) format - [`abca54b`](https://github.com/run-llama/workflows-py/commit/abca54b25351e69134d2367351cafaabe8cb69b8) fix - [`3530eb4`](https://github.com/run-llama/workflows-py/commit/3530eb42be5238c9c461c4763ba3e317279c542d) Update handler/result docs ### 📊 Changes **8 files changed** (+74 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `docs/src/content/docs/llamaagents/workflows/deployment.md` (+3 -3) 📝 `examples/client/base/workflow_client.py` (+1 -1) 📝 `examples/client/human_in_the_loop/workflow_client_hitl.py` (+1 -1) 📝 `src/workflows/client/client.py` (+17 -11) 📝 `src/workflows/server/server.py` (+30 -10) 📝 `src/workflows/server/utils.py` (+1 -0) 📝 `tests/client/test_client.py` (+19 -1) 📝 `tests/server/conftest.py` (+2 -0) </details> ### 📄 Description 1. Fix bug where finished handler won't be removed from memory 2. Fix bug where `run_workflow` didn't await `handler.task`. --- <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 02:16:53 -05:00
yindo closed this issue 2026-02-16 02:16:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-py#191