[PR #334] [MERGED] chore: version packages #336

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/334
Author: @llama-org-ci-bot[bot]
Created: 2/5/2026
Status: Merged
Merged: 2/5/2026
Merged by: @adrianlyjak

Base: mainHead: changeset-release/main


📝 Commits (1)

📊 Changes

21 files changed (+94 additions, -67 deletions)

View changed files

.changeset/afraid-books-own.md (+0 -7)
.changeset/cyan-dragons-breathe.md (+0 -5)
.changeset/new-hairs-follow.md (+0 -5)
.changeset/nine-hairs-relax.md (+0 -10)
.changeset/poor-hounds-mix.md (+0 -5)
.changeset/rotten-rabbits-accept.md (+0 -10)
.changeset/smooth-kids-laugh.md (+0 -5)
.changeset/update-debugger-assets.md (+0 -8)
packages/llama-agents-client/CHANGELOG.md (+13 -0)
📝 packages/llama-agents-client/package.json (+1 -1)
📝 packages/llama-agents-client/pyproject.toml (+1 -1)
packages/llama-agents-server/CHANGELOG.md (+21 -0)
📝 packages/llama-agents-server/package.json (+1 -1)
📝 packages/llama-agents-server/pyproject.toml (+1 -1)
📝 packages/llama-index-utils-workflow/CHANGELOG.md (+22 -0)
📝 packages/llama-index-utils-workflow/package.json (+1 -1)
📝 packages/llama-index-utils-workflow/pyproject.toml (+1 -1)
📝 packages/llama-index-workflows/CHANGELOG.md (+26 -0)
📝 packages/llama-index-workflows/package.json (+1 -1)
📝 packages/llama-index-workflows/pyproject.toml (+1 -1)

...and 1 more files

📄 Description

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

llama-index-utils-workflow@0.9.0

Minor Changes

  • 73c1254: refactor: expand runtime plugin architecture

    • Refactoring to better support alternate distributed backends
    • Some Context methods may now raise errors if used in an unexpected context
    • WorkflowHandler is no longer a future. Retains compatibility methods for main use cases (exception, cancel, etc)

Patch Changes

  • db90f89: Separate server/client to their own packages under a llama_agents namespace
  • 33bbd23: Read workflows from globals rather than sys modules to facilitate more robust/correct class loading
  • 0e826b1: Added in the utility function draw_all_possible_flows_nested_mermaid. This draws the possible flows (not execution) of nested workflows
  • Updated dependencies [73c1254]
  • Updated dependencies [45e7614]
  • Updated dependencies [45e7614]
  • Updated dependencies [2900f58]
  • Updated dependencies [6fdc45c]

llama-index-workflows@2.14.0

Minor Changes

  • 73c1254: refactor: expand runtime plugin architecture

    • Refactoring to better support alternate distributed backends
    • Some Context methods may now raise errors if used in an unexpected context
    • WorkflowHandler is no longer a future. Retains compatibility methods for main use cases (exception, cancel, etc)
  • 45e7614: Replace InMemoryStateStore types with a corresponding StateStore protocol

  • 2900f58: Support state type inheritance in workflows

Patch Changes

llama-agents-client@0.1.1

Patch Changes

llama-agents-server@0.1.1

Patch Changes

  • db90f89: Separate server/client to their own packages under a llama_agents namespace

  • 45e7614: Refact: make control loop more deterministic

    • Switches out the asyncio delay mechanism for a pull-with-timeout that is more deterministic friendly
    • Adds a priority queue of delayed tasks
    • Switches out the misc firing /spawning of async tasks to a more rigorous pattern where tasks are only created in the main loop, and gathered in one location. This makes the concurrency more straightforward to reason about
  • Updated dependencies [db90f89]

  • Updated dependencies [73c1254]

  • Updated dependencies [45e7614]

  • Updated dependencies [45e7614]

  • Updated dependencies [2900f58]

  • Updated dependencies [6fdc45c]


🔄 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/334 **Author:** [@llama-org-ci-bot[bot]](https://github.com/apps/llama-org-ci-bot) **Created:** 2/5/2026 **Status:** ✅ Merged **Merged:** 2/5/2026 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (1) - [`9805a4c`](https://github.com/run-llama/workflows-py/commit/9805a4c015b785b895b35a769027ac01117596ff) chore: version packages ### 📊 Changes **21 files changed** (+94 additions, -67 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/afraid-books-own.md` (+0 -7) ➖ `.changeset/cyan-dragons-breathe.md` (+0 -5) ➖ `.changeset/new-hairs-follow.md` (+0 -5) ➖ `.changeset/nine-hairs-relax.md` (+0 -10) ➖ `.changeset/poor-hounds-mix.md` (+0 -5) ➖ `.changeset/rotten-rabbits-accept.md` (+0 -10) ➖ `.changeset/smooth-kids-laugh.md` (+0 -5) ➖ `.changeset/update-debugger-assets.md` (+0 -8) ➕ `packages/llama-agents-client/CHANGELOG.md` (+13 -0) 📝 `packages/llama-agents-client/package.json` (+1 -1) 📝 `packages/llama-agents-client/pyproject.toml` (+1 -1) ➕ `packages/llama-agents-server/CHANGELOG.md` (+21 -0) 📝 `packages/llama-agents-server/package.json` (+1 -1) 📝 `packages/llama-agents-server/pyproject.toml` (+1 -1) 📝 `packages/llama-index-utils-workflow/CHANGELOG.md` (+22 -0) 📝 `packages/llama-index-utils-workflow/package.json` (+1 -1) 📝 `packages/llama-index-utils-workflow/pyproject.toml` (+1 -1) 📝 `packages/llama-index-workflows/CHANGELOG.md` (+26 -0) 📝 `packages/llama-index-workflows/package.json` (+1 -1) 📝 `packages/llama-index-workflows/pyproject.toml` (+1 -1) _...and 1 more files_ </details> ### 📄 Description This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## llama-index-utils-workflow@0.9.0 ### Minor Changes - 73c1254: refactor: expand runtime plugin architecture - Refactoring to better support alternate distributed backends - Some `Context` methods may now raise errors if used in an unexpected context - `WorkflowHandler` is no longer a future. Retains compatibility methods for main use cases (exception, cancel, etc) ### Patch Changes - db90f89: Separate server/client to their own packages under a llama_agents namespace - 33bbd23: Read workflows from globals rather than sys modules to facilitate more robust/correct class loading - 0e826b1: Added in the utility function draw_all_possible_flows_nested_mermaid. This draws the possible flows (not execution) of nested workflows - Updated dependencies [73c1254] - Updated dependencies [45e7614] - Updated dependencies [45e7614] - Updated dependencies [2900f58] - Updated dependencies [6fdc45c] - llama-index-workflows@2.14.0 ## llama-index-workflows@2.14.0 ### Minor Changes - 73c1254: refactor: expand runtime plugin architecture - Refactoring to better support alternate distributed backends - Some `Context` methods may now raise errors if used in an unexpected context - `WorkflowHandler` is no longer a future. Retains compatibility methods for main use cases (exception, cancel, etc) - 45e7614: Replace InMemoryStateStore types with a corresponding StateStore protocol - 2900f58: Support state type inheritance in workflows ### Patch Changes - 45e7614: Refact: make control loop more deterministic - Switches out the asyncio delay mechanism for a pull-with-timeout that is more deterministic friendly - Adds a priority queue of delayed tasks - Switches out the misc firing /spawning of async tasks to a more rigorous pattern where tasks are only created in the main loop, and gathered in one location. This makes the concurrency more straightforward to reason about - 6fdc45c: Update debugger assets - JavaScript: <https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.15/dist/app.js> - CSS: <https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.15/dist/app.css> ## llama-agents-client@0.1.1 ### Patch Changes - db90f89: Separate server/client to their own packages under a llama_agents namespace - Updated dependencies [73c1254] - Updated dependencies [45e7614] - Updated dependencies [45e7614] - Updated dependencies [2900f58] - Updated dependencies [6fdc45c] - llama-index-workflows@2.14.0 ## llama-agents-server@0.1.1 ### Patch Changes - db90f89: Separate server/client to their own packages under a llama_agents namespace - 45e7614: Refact: make control loop more deterministic - Switches out the asyncio delay mechanism for a pull-with-timeout that is more deterministic friendly - Adds a priority queue of delayed tasks - Switches out the misc firing /spawning of async tasks to a more rigorous pattern where tasks are only created in the main loop, and gathered in one location. This makes the concurrency more straightforward to reason about - Updated dependencies [db90f89] - Updated dependencies [73c1254] - Updated dependencies [45e7614] - Updated dependencies [45e7614] - Updated dependencies [2900f58] - Updated dependencies [6fdc45c] - llama-agents-client@0.1.1 - llama-index-workflows@2.14.0 --- <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:16 -05:00
yindo closed this issue 2026-02-16 02:17:16 -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#336