[PR #224] [MERGED] chore: move representation utils to workflows core #233

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/224
Author: @AstraBert
Created: 11/20/2025
Status: Merged
Merged: 11/20/2025
Merged by: @AstraBert

Base: mainHead: clelia/repr-utils


📝 Commits (3)

  • b8c7f81 chore: move representation utils around
  • c7d6df5 chore: changesets
  • d4069d9 chore: use fixture in tests

📊 Changes

5 files changed (+152 additions, -183 deletions)

View changed files

.changeset/fine-deer-flow.md (+6 -0)
📝 packages/llama-index-utils-workflow/src/llama_index/utils/workflow/__init__.py (+9 -179)
📝 packages/llama-index-workflows/src/workflows/representation_utils.py (+1 -1)
📝 packages/llama-index-workflows/src/workflows/server/server.py (+2 -3)
packages/llama-index-workflows/tests/test_representation_utils.py (+134 -0)

📄 Description

Move _extract_workflow_structure out of llama-index-utils-workflow, unify it with the one in workflows.server and move it to its own module


🔄 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/224 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 11/20/2025 **Status:** ✅ Merged **Merged:** 11/20/2025 **Merged by:** [@AstraBert](https://github.com/AstraBert) **Base:** `main` ← **Head:** `clelia/repr-utils` --- ### 📝 Commits (3) - [`b8c7f81`](https://github.com/run-llama/workflows-py/commit/b8c7f81a8c3fa8deb714e99b9fd7d4a61d04c2b0) chore: move representation utils around - [`c7d6df5`](https://github.com/run-llama/workflows-py/commit/c7d6df58972da3ade93e74a4811edf0033dc4528) chore: changesets - [`d4069d9`](https://github.com/run-llama/workflows-py/commit/d4069d97d269c2fa86c9b283ba5e732637769473) chore: use fixture in tests ### 📊 Changes **5 files changed** (+152 additions, -183 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/fine-deer-flow.md` (+6 -0) 📝 `packages/llama-index-utils-workflow/src/llama_index/utils/workflow/__init__.py` (+9 -179) 📝 `packages/llama-index-workflows/src/workflows/representation_utils.py` (+1 -1) 📝 `packages/llama-index-workflows/src/workflows/server/server.py` (+2 -3) ➕ `packages/llama-index-workflows/tests/test_representation_utils.py` (+134 -0) </details> ### 📄 Description Move `_extract_workflow_structure` out of `llama-index-utils-workflow`, unify it with the one in workflows.server and move it to its own module --- <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:59 -05:00
yindo closed this issue 2026-02-16 02:16:59 -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#233