[PR #133] [MERGED] add event envelope #150

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/133
Author: @zhaotai
Created: 10/9/2025
Status: Merged
Merged: 10/10/2025
Merged by: @zhaotai

Base: mainHead: terry/event_envelope


📝 Commits (6)

📊 Changes

3 files changed (+138 additions, -7 deletions)

View changed files

src/workflows/server/serialization.py (+59 -0)
📝 src/workflows/server/server.py (+11 -7)
tests/server/test_serialization_envelope.py (+68 -0)

📄 Description

To handle inherit


🔄 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/133 **Author:** [@zhaotai](https://github.com/zhaotai) **Created:** 10/9/2025 **Status:** ✅ Merged **Merged:** 10/10/2025 **Merged by:** [@zhaotai](https://github.com/zhaotai) **Base:** `main` ← **Head:** `terry/event_envelope` --- ### 📝 Commits (6) - [`b8e7ce2`](https://github.com/run-llama/workflows-py/commit/b8e7ce2a9aa9c6db32833c31d2900fa13475e668) add event envolope - [`93ee81d`](https://github.com/run-llama/workflows-py/commit/93ee81db0cee895952351eca38ef2a8a5ca5ccb0) add missing file - [`f9c73be`](https://github.com/run-llama/workflows-py/commit/f9c73becd4d9b5c0a4dd46352be9b3870d2acbab) format - [`bbd841f`](https://github.com/run-llama/workflows-py/commit/bbd841f25ae9fcdd25270504ed067a6dd749f7fe) resolve comments - [`1ad71a9`](https://github.com/run-llama/workflows-py/commit/1ad71a9aa817734d14f4a2fe8b353649b31038cc) lint - [`86d6c08`](https://github.com/run-llama/workflows-py/commit/86d6c08b0e3ea861c94a5cca83c12a5ea3cb300b) fix nit ### 📊 Changes **3 files changed** (+138 additions, -7 deletions) <details> <summary>View changed files</summary> ➕ `src/workflows/server/serialization.py` (+59 -0) 📝 `src/workflows/server/server.py` (+11 -7) ➕ `tests/server/test_serialization_envelope.py` (+68 -0) </details> ### 📄 Description To handle inherit --- <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:44 -05:00
yindo closed this issue 2026-02-16 02:16:44 -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#150