mirror of
https://github.com/run-llama/workflows-py.git
synced 2026-08-24 20:01:34 -04:00
94f17c9dd9
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 publish to npm yourself or [setup this action to publish automatically](https://github.com/changesets/action#with-publishing). 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-agents-client@0.3.12 ### Patch Changes -440f79b: Expose workflow schemas, event schemas, and graphs through WorkflowClient - Updated dependencies [5ec5f1d] - Updated dependencies [ee6db66] - llama-index-workflows@2.23.3 ## llama-agents-server@0.7.1 ### Patch Changes -0ca383f: Reject concurrent HTTP runs that reuse an active workflow handler ID -bd0e242: Update debugger assets - JavaScript: <https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.42/dist/app.js> - CSS: <https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.42/dist/app.css> - Updated dependencies [5ec5f1d] - Updated dependencies [ee6db66] - Updated dependencies [440f79b] - llama-index-workflows@2.23.3 - llama-agents-client@0.3.12 ## llama-index-workflows@2.23.3 ### Patch Changes -5ec5f1d: Share pydantic fields marked exclude=True by reference when copying state for an edit -ee6db66: ctx.store.set now rebuilds only the written path instead of copying the whole state, so the cost of a write no longer grows with the size of unrelated values. Co-authored-by: llama-org-ci-bot[bot] <231146559+llama-org-ci-bot[bot]@users.noreply.github.com>