[PR #274] [MERGED] refact: split out workflow representations, to prep for separate server package #280

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

📋 Pull Request Information

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

Base: mainHead: adrian/viz-types


📝 Commits (2)

  • add1aae refact: split out workflow representations, to prep for separate server package
  • 8c0ed9c add changeset

📊 Changes

8 files changed (+322 additions, -264 deletions)

View changed files

.changeset/some-zebras-wash.md (+6 -0)
📝 packages/llama-index-utils-workflow/src/llama_index/utils/workflow/__init__.py (+5 -5)
📝 packages/llama-index-workflows/src/workflows/protocol/__init__.py (+3 -244)
packages/llama-index-workflows/src/workflows/representation/__init__.py (+27 -0)
📝 packages/llama-index-workflows/src/workflows/representation/build.py (+17 -3)
packages/llama-index-workflows/src/workflows/representation/types.py (+252 -0)
📝 packages/llama-index-workflows/src/workflows/server/server.py (+2 -2)
📝 packages/llama-index-workflows/tests/test_representation_utils.py (+10 -10)

📄 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-py/pull/274 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 1/13/2026 **Status:** ✅ Merged **Merged:** 1/13/2026 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `adrian/viz-types` --- ### 📝 Commits (2) - [`add1aae`](https://github.com/run-llama/workflows-py/commit/add1aae09a51004bafd03fd1611b3bdc27fec2d3) refact: split out workflow representations, to prep for separate server package - [`8c0ed9c`](https://github.com/run-llama/workflows-py/commit/8c0ed9c990c3bfa9d5b16b8233f770615050a7c9) add changeset ### 📊 Changes **8 files changed** (+322 additions, -264 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/some-zebras-wash.md` (+6 -0) 📝 `packages/llama-index-utils-workflow/src/llama_index/utils/workflow/__init__.py` (+5 -5) 📝 `packages/llama-index-workflows/src/workflows/protocol/__init__.py` (+3 -244) ➕ `packages/llama-index-workflows/src/workflows/representation/__init__.py` (+27 -0) 📝 `packages/llama-index-workflows/src/workflows/representation/build.py` (+17 -3) ➕ `packages/llama-index-workflows/src/workflows/representation/types.py` (+252 -0) 📝 `packages/llama-index-workflows/src/workflows/server/server.py` (+2 -2) 📝 `packages/llama-index-workflows/tests/test_representation_utils.py` (+10 -10) </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 02:17:07 -05:00
yindo closed this issue 2026-02-16 02:17:07 -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#280