[PR #115] [MERGED] Filter internal events in workflow consumer #134

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

📋 Pull Request Information

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

Base: mainHead: cursor/LI-3716-filter-internal-events-in-workflow-consumer-15d5


📝 Commits (3)

  • 068bbd9 Add option to include internal workflow events in server stream
  • 37b995e Refactor: Rename 'internal' query param to 'include_internal'
  • 835199b Remove unnecessary dependencies from pre-commit config

📊 Changes

2 files changed (+56 additions, -14 deletions)

View changed files

📝 src/workflows/server/server.py (+15 -0)
📝 tests/server/test_server_endpoints.py (+41 -14)

📄 Description

Add internal query parameter to /events/{handler_id} to filter out internal workflow events by default.


Linear Issue: LI-3716

Open in Cursor Open in Web


🔄 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/115 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 9/29/2025 **Status:** ✅ Merged **Merged:** 9/30/2025 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `cursor/LI-3716-filter-internal-events-in-workflow-consumer-15d5` --- ### 📝 Commits (3) - [`068bbd9`](https://github.com/run-llama/workflows-py/commit/068bbd95c5818412d8d415122642cc741597a37f) Add option to include internal workflow events in server stream - [`37b995e`](https://github.com/run-llama/workflows-py/commit/37b995e9044d11203faf1547494c61d4bf5164ed) Refactor: Rename 'internal' query param to 'include_internal' - [`835199b`](https://github.com/run-llama/workflows-py/commit/835199b4785a51e594e2a53f2cbbbd359dbd39f4) Remove unnecessary dependencies from pre-commit config ### 📊 Changes **2 files changed** (+56 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `src/workflows/server/server.py` (+15 -0) 📝 `tests/server/test_server_endpoints.py` (+41 -14) </details> ### 📄 Description Add `internal` query parameter to `/events/{handler_id}` to filter out internal workflow events by default. --- Linear Issue: [LI-3716](https://linear.app/llamaindex/issue/LI-3716/add-query-parameter-to-hide-internal-events-from-the-subscription) <a href="https://cursor.com/background-agent?bcId=bc-5ad15fa3-b672-4465-87e2-aad78987a409"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-cursor-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-cursor-light.svg"><img alt="Open in Cursor" src="https://cursor.com/open-in-cursor.svg"></picture></a>&nbsp;<a href="https://cursor.com/agents?id=bc-5ad15fa3-b672-4465-87e2-aad78987a409"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-web-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-web-light.svg"><img alt="Open in Web" src="https://cursor.com/open-in-web.svg"></picture></a> --- <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:41 -05:00
yindo closed this issue 2026-02-16 02:16:41 -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#134