Release v3.1.0#10
Merged
Merged
Conversation
Reframe the Slipstream 3.1 website around evaluator and adopter concerns instead of internal release framing.
There was a problem hiding this comment.
Pull request overview
This PR rolls back the version from 4.0.0 to 3.1.0 across all metadata files (pyproject.toml, __init__.py, CITATION.cff, docs, changelog), adds LangGraph transport adapter integration (slipcore.langgraph), includes a static website, and adds governance/paper parity artifacts.
Changes:
- Version downgrade from 4.0.0 to 3.1.0 across all metadata, docs, and changelog entries, with consolidated changelog history
- New
LangGraphSlipstreamAdaptermodule with encode/decode node factories, routing helpers, tests, examples, and integration guide - Static website (
website/) with playground (wire builder, decoder, cost calculator) and release narrative
Reviewed changes
Copilot reviewed 29 out of 29 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
src/slipcore/__init__.py |
Version bump to 3.1.0, export new LangGraph symbols |
src/slipcore/langgraph.py |
New LangGraph adapter: encode/decode state, routing helpers |
tests/test_langgraph.py |
Tests for LangGraph adapter and node factories |
pyproject.toml |
Version 3.1.0, new langgraph optional dependency group |
website/index.html, style.css, app.js, README.md |
Static release website |
examples/langgraph_slipstream.py |
Minimal LangGraph + Slipstream example |
examples/langgraph_platform_skeleton/* |
Full skeleton for LangGraph platform integration |
docs/langgraph-guide.md |
LangGraph integration guide |
docs/paper/slipstream-v3.1.md |
Canonical tracked paper source |
docs/migration-v3-1.md, docs/start-here.md, docs/sdk-guide.md |
Updated docs for v3.1.0 |
CHANGELOG.md |
Consolidated 4.0.0 + 3.1.0 into single 3.1.0 entry |
RELEASE_CHECKLIST.md |
All items checked for release |
GOVERNANCE.md, CONTRIBUTING.md, CITATION.cff, README.md |
Updated references |
scripts/ci/check_required_files.py, check_release_checklist.py |
Updated CI gates for new files and sections |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| ]); | ||
|
|
||
| const tokenPattern = /^[A-Za-z0-9]+$/; | ||
| const fallbackRefPattern = /^ref[A-Za-z0-9]{1,20}$/; |
Comment on lines
+66
to
+67
| graph_builder.add_conditional_edges("slip_decode", route_fn, routes) | ||
|
|
|
|
||
| [4.0.0]: https://github.com/anthony-maio/slipcore/compare/v3.1.0...v4.0.0 | ||
| [3.1.0]: https://github.com/anthony-maio/slipcore/compare/v3.0.0...v3.1.0 | ||
| [3.1.0]: https://github.com/anthony-maio/slipcore/compare/v2.4.0...v3.1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Validation