This repository was archived by the owner on Jan 14, 2026. It is now read-only.
Update README with maintenance notice and usage warning - #65
Merged
Conversation
Added a notice about the lack of maintenance and production use recommendation.
Copilot started reviewing on behalf of
Eugene Yurtsev (eyurtsev)
January 14, 2026 17:48
View session
Added a note about forking the code for personal use.
There was a problem hiding this comment.
Pull request overview
This PR adds a prominent maintenance notice at the top of the README to inform users that the langchain-sandbox package is no longer being maintained and is not recommended for production use.
Changes:
- Added a deprecation notice at the beginning of README.md explaining the lack of maintenance and recommending against production usage
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,3 +1,9 @@ | |||
| We are currently not maintaing this package. It's relatively easy to get code execution these days through either sandbox APIs or through LLM provider APIs. | |||
There was a problem hiding this comment.
Spelling error: "maintaing" should be "maintaining".
Suggested change
| We are currently not maintaing this package. It's relatively easy to get code execution these days through either sandbox APIs or through LLM provider APIs. | |
| We are currently not maintaining this package. It's relatively easy to get code execution these days through either sandbox APIs or through LLM provider APIs. |
ccurme (ccurme)
approved these changes
Jan 14, 2026
Co-authored-by: ccurme <chester.curme@gmail.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Added a notice about the lack of maintenance and production use recommendation.