[PR #87] [MERGED] Add UI to Workflow server #105

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/87
Author: @masci
Created: 9/8/2025
Status: Merged
Merged: 9/12/2025
Merged by: @masci

Base: mainHead: massi/ui


📝 Commits (5)

📊 Changes

4 files changed (+893 additions, -6 deletions)

View changed files

examples/server/server_example.py (+135 -0)
📝 src/workflows/server/server.py (+83 -6)
src/workflows/server/static/index.html (+78 -0)
src/workflows/server/static/main.js (+597 -0)

📄 Description

Opening a request for comments about how to package and ship a user interface for debugging and observability along with a Workflow Server instance. The current solution serves a single page application at the root of the Workflow Server instance.

To test it, from the root of the repo:

uv run -- python examples/server/server_example.py

🔄 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/87 **Author:** [@masci](https://github.com/masci) **Created:** 9/8/2025 **Status:** ✅ Merged **Merged:** 9/12/2025 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `massi/ui` --- ### 📝 Commits (5) - [`13654a4`](https://github.com/run-llama/workflows-py/commit/13654a4b28e43caccedf323debd8069b4ed62f18) add a plain python version of the example - [`4df304e`](https://github.com/run-llama/workflows-py/commit/4df304e03a3c760f3bb873154b9e58997a447030) add ui endpoint - [`fd132da`](https://github.com/run-llama/workflows-py/commit/fd132da59768d742e6705e73637614f111eac015) add a basic UI prototype - [`ad9e4b9`](https://github.com/run-llama/workflows-py/commit/ad9e4b9a225d56b93ef38d4aa76bd971662dfe62) move to tailwind - [`e43fc8f`](https://github.com/run-llama/workflows-py/commit/e43fc8f6ba6cce162a97e03f8351fbf6dfc37077) Proposals for UI improvements (#90) ### 📊 Changes **4 files changed** (+893 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `examples/server/server_example.py` (+135 -0) 📝 `src/workflows/server/server.py` (+83 -6) ➕ `src/workflows/server/static/index.html` (+78 -0) ➕ `src/workflows/server/static/main.js` (+597 -0) </details> ### 📄 Description Opening a request for comments about how to package and ship a user interface for debugging and observability along with a Workflow Server instance. The current solution serves a single page application at the root of the Workflow Server instance. To test it, from the root of the repo: ```sh uv run -- python examples/server/server_example.py ``` --- <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:36 -05:00
yindo closed this issue 2026-02-16 02:16:36 -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#105