[PR #129] [MERGED] Simplify schema for send event to handler in WorkflowServer #146

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/129
Author: @logan-markewich
Created: 10/8/2025
Status: Merged
Merged: 10/8/2025
Merged by: @logan-markewich

Base: mainHead: logan/expose_workflow_events


📝 Commits (9)

📊 Changes

2 files changed (+50 additions, -2 deletions)

View changed files

📝 src/workflows/server/server.py (+22 -1)
📝 tests/server/test_server_endpoints.py (+28 -1)

📄 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/run-llama/workflows-py/pull/129 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 10/8/2025 **Status:** ✅ Merged **Merged:** 10/8/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `logan/expose_workflow_events` --- ### 📝 Commits (9) - [`1c17f9a`](https://github.com/run-llama/workflows-py/commit/1c17f9ad722f97f235a08d50cc32323dd4f64d99) expose workflow events in Workflow class and server - [`72747dc`](https://github.com/run-llama/workflows-py/commit/72747dc73341ffaf098812cc03fe9e62c1a2371b) expose workflow events in Workflow class and server - [`8554346`](https://github.com/run-llama/workflows-py/commit/85543464220c16ff0b7272ae79cb3798f15371e1) add test - [`0e56e07`](https://github.com/run-llama/workflows-py/commit/0e56e070ee062fcc040d4116d2d0e3c04c21bae2) improve tests - [`5caffbe`](https://github.com/run-llama/workflows-py/commit/5caffbef9592205a70d9d00090117fff734bd1db) fix tests - [`c4926a8`](https://github.com/run-llama/workflows-py/commit/c4926a8f9c00fa899c696c70ef3dba594fb2bfcc) simplify send_event schema - [`e5f94b1`](https://github.com/run-llama/workflows-py/commit/e5f94b11f1204d7eae4bd883052b1dee95b90680) Merge branch 'main' into logan/expose_workflow_events - [`bf9b048`](https://github.com/run-llama/workflows-py/commit/bf9b048cdc8347eb78593e8e7e67e55f56d9c969) typo - [`2e6d513`](https://github.com/run-llama/workflows-py/commit/2e6d513bfc19f575ebe5f0b6b2b5b515771a327f) nicer checks ### 📊 Changes **2 files changed** (+50 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/workflows/server/server.py` (+22 -1) 📝 `tests/server/test_server_endpoints.py` (+28 -1) </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-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#146