[PR #278] [MERGED] Adds workflow name to workflow graph #284

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/278
Author: @adrianlyjak
Created: 1/14/2026
Status: Merged
Merged: 1/14/2026
Merged by: @adrianlyjak

Base: mainHead: claude/add-workflow-classname-qTiy2


📝 Commits (3)

  • 43feab5 feat: add workflow class name to WorkflowGraph representation
  • 97b4654 chore: update uv.lock
  • accb44d chore: add changeset for workflow class name feature

📊 Changes

6 files changed (+30 additions, -5 deletions)

View changed files

.changeset/add-workflow-classname.md (+6 -0)
📝 packages/llama-index-utils-workflow/src/llama_index/utils/workflow/__init__.py (+2 -2)
📝 packages/llama-index-workflows/src/workflows/representation/build.py (+4 -1)
📝 packages/llama-index-workflows/src/workflows/representation/types.py (+2 -0)
📝 packages/llama-index-workflows/tests/test_representation_utils.py (+14 -0)
📝 uv.lock (+2 -2)

📄 Description

Woops, forgot to add this alongside the docstring description


🔄 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/278 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 1/14/2026 **Status:** ✅ Merged **Merged:** 1/14/2026 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `claude/add-workflow-classname-qTiy2` --- ### 📝 Commits (3) - [`43feab5`](https://github.com/run-llama/workflows-py/commit/43feab54fda6702454753c6ff896672a41dd37de) feat: add workflow class name to WorkflowGraph representation - [`97b4654`](https://github.com/run-llama/workflows-py/commit/97b4654aa2aca32bf31d47fbd6530d4fb477fa7e) chore: update uv.lock - [`accb44d`](https://github.com/run-llama/workflows-py/commit/accb44d527cce86a7b3798736d1318e26bac5af5) chore: add changeset for workflow class name feature ### 📊 Changes **6 files changed** (+30 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/add-workflow-classname.md` (+6 -0) 📝 `packages/llama-index-utils-workflow/src/llama_index/utils/workflow/__init__.py` (+2 -2) 📝 `packages/llama-index-workflows/src/workflows/representation/build.py` (+4 -1) 📝 `packages/llama-index-workflows/src/workflows/representation/types.py` (+2 -0) 📝 `packages/llama-index-workflows/tests/test_representation_utils.py` (+14 -0) 📝 `uv.lock` (+2 -2) </details> ### 📄 Description Woops, forgot to add this alongside the docstring description --- <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:17:08 -05:00
yindo closed this issue 2026-02-16 02:17:08 -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#284