[PR #165] [MERGED] feat: simplify using visualization #165

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/165
Author: @marcusschiesser
Created: 9/4/2025
Status: Merged
Merged: 9/4/2025
Merged by: @marcusschiesser

Base: mainHead: ms/simplify-viz


📝 Commits (2)

  • 31a68e6 feat: simplify using visualization
  • d49d678 remove outdated example

📊 Changes

10 files changed (+77 additions, -119 deletions)

View changed files

.changeset/four-emus-know.md (+7 -0)
📝 demo/visualization/package.json (+3 -6)
📝 demo/visualization/src/main.ts (+3 -22)
📝 demo/visualization/src/workflow.ts (+2 -2)
📝 packages/otel/package.json (+1 -1)
packages/viz/examples/basic.ts (+0 -72)
📝 packages/viz/package.json (+5 -3)
packages/viz/src/drawing.ts (+47 -0)
📝 packages/viz/src/index.ts (+1 -2)
📝 pnpm-lock.yaml (+8 -11)

📄 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-ts/pull/165 **Author:** [@marcusschiesser](https://github.com/marcusschiesser) **Created:** 9/4/2025 **Status:** ✅ Merged **Merged:** 9/4/2025 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `ms/simplify-viz` --- ### 📝 Commits (2) - [`31a68e6`](https://github.com/run-llama/workflows-ts/commit/31a68e6ed67ad16efe682ad41e2ca9ca6236ad58) feat: simplify using visualization - [`d49d678`](https://github.com/run-llama/workflows-ts/commit/d49d6782a32d04cc66bc74e1b7b6b0e651fa9014) remove outdated example ### 📊 Changes **10 files changed** (+77 additions, -119 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/four-emus-know.md` (+7 -0) 📝 `demo/visualization/package.json` (+3 -6) 📝 `demo/visualization/src/main.ts` (+3 -22) 📝 `demo/visualization/src/workflow.ts` (+2 -2) 📝 `packages/otel/package.json` (+1 -1) ➖ `packages/viz/examples/basic.ts` (+0 -72) 📝 `packages/viz/package.json` (+5 -3) ➕ `packages/viz/src/drawing.ts` (+47 -0) 📝 `packages/viz/src/index.ts` (+1 -2) 📝 `pnpm-lock.yaml` (+8 -11) </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 03:16:21 -05:00
yindo closed this issue 2026-02-16 03:16:21 -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-ts#165