[PR #104] [MERGED] feat: workflow visualization #122

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/104
Author: @AstraBert
Created: 9/18/2025
Status: Merged
Merged: 9/22/2025
Merged by: @AstraBert

Base: mainHead: clelia/ui-milestones-1-and-2


📝 Commits (5)

  • 2854b79 wip: workflow visualization
  • bb317f2 feat: update the UI to add execution animation
  • 4713263 feat: clickable nodes with event metadata
  • c9f54f6 chore: styling 💅
  • e548240 chore: make the backend agnostic with respect to Cytoscape

📊 Changes

5 files changed (+698 additions, -2 deletions)

View changed files

📝 examples/server/server_example.py (+95 -0)
src/workflows/server/representation_utils.py (+226 -0)
📝 src/workflows/server/server.py (+48 -0)
📝 src/workflows/server/static/index.html (+14 -1)
📝 src/workflows/server/static/main.js (+315 -1)

📄 Description

Tackling milestones 1 and 2 on the workflow UI roadmap (workflow visualization)


🔄 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/104 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 9/18/2025 **Status:** ✅ Merged **Merged:** 9/22/2025 **Merged by:** [@AstraBert](https://github.com/AstraBert) **Base:** `main` ← **Head:** `clelia/ui-milestones-1-and-2` --- ### 📝 Commits (5) - [`2854b79`](https://github.com/run-llama/workflows-py/commit/2854b79e49e5f4edb80b62b39231bb0d1374d90f) wip: workflow visualization - [`bb317f2`](https://github.com/run-llama/workflows-py/commit/bb317f215854dff7ca0ad61047e862614d090336) feat: update the UI to add execution animation - [`4713263`](https://github.com/run-llama/workflows-py/commit/47132634c58bc5d4cf05fb5da7b0ced4bf06aaf6) feat: clickable nodes with event metadata - [`c9f54f6`](https://github.com/run-llama/workflows-py/commit/c9f54f6600f80ca042f924f4ec0e0b4aa15aaa45) chore: styling :nail_care: - [`e548240`](https://github.com/run-llama/workflows-py/commit/e5482404621e91ffc8cdd9a29ca3ff469cac24be) chore: make the backend agnostic with respect to Cytoscape ### 📊 Changes **5 files changed** (+698 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `examples/server/server_example.py` (+95 -0) ➕ `src/workflows/server/representation_utils.py` (+226 -0) 📝 `src/workflows/server/server.py` (+48 -0) 📝 `src/workflows/server/static/index.html` (+14 -1) 📝 `src/workflows/server/static/main.js` (+315 -1) </details> ### 📄 Description Tackling milestones 1 and 2 on the workflow UI roadmap (workflow visualization) --- <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:39 -05:00
yindo closed this issue 2026-02-16 02:16:39 -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#122