π Major Schema Migration & Infrastructure Improvements #56
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
π Major Schema Migration & Infrastructure Improvements
This PR introduces a comprehensive migration to the new uniform schema semantics (v0.2.42) and includes several infrastructure enhancements for better Docker and web server capabilities.
οΏ½οΏ½ Schema Migration (Breaking Changes)
workflow.pkl,llm.pkl,python.pkl,exec.pkl,response.pkl,client.pkl) updated to use new schema semanticsnameβName,targetActionIDβTargetActionID)π³ Docker & Infrastructure Improvements
π Documentation & Testing
π§ Technical Details
github.com/kdeps/schema: v0.2.40 β v0.2.42github.com/docker/docker: v28.3.0 β v28.3.3github.com/mattn/go-sqlite3: v1.14.28 β v1.14.30github.com/gorilla/websocketfor WebSocket supportThis is a breaking change that requires users to update their existing PKL configurations to use the new uniform schema format. The migration involves:
π§ͺ Testing
π Migration Guide
Users should refer to the updated documentation for migration instructions from the old schema format to the new uniform schema format.