chore: add license - #703
Merged
Merged
Conversation
Mason Daugherty (mdrxy)
requested a review
from Lauren Hirata Singh (lnhsingh)
as a code owner
September 30, 2025 19:29
Mason Daugherty (mdrxy)
requested a review
from Kathryn May (katmayb)
as a code owner
September 30, 2025 19:29
Eugene Yurtsev (eyurtsev)
approved these changes
Sep 30, 2025
Mason Daugherty (mdrxy)
enabled auto-merge (squash)
September 30, 2025 19:30
Lauren Hirata Singh (lnhsingh)
approved these changes
Sep 30, 2025
Contributor
|
Preview ID generated: preview-mdrxya-1759260618-9e5a23e |
Mason Daugherty (mdrxy)
added a commit
that referenced
this pull request
Oct 1, 2025
2 tasks
Nishitha M (imnishitha)
added a commit
that referenced
this pull request
Jul 28, 2026
…5056) ## Description `langchain-ai/deepagents#4969` reverted the alpha `SystemPromptConfig` (`prefix`/`base`/`suffix` dict) feature, so `system_prompt=` is a plain `str | SystemMessage` again. This drops the `SystemPromptConfig` guidance from the Python-side "System prompt" section entirely and fixes the section intro, which incorrectly claimed a built-in base prompt ships by default. Also resyncs the Python function-signature snippet (stale `SystemPromptConfig` reference) and drops the now-stale `SystemPromptConfig` link-map entry. No changelog changes. `langchain-ai/deepagentsjs` mirrored the revert (#700, #703), but kept `SystemPromptConfig` in its type union as a `@deprecated` compatibility shim slated for removal in the next major release. Dropped it from the JS signature snippet to match. **Note for reviewers:** that snippet is normally auto-generated by `scripts/sync_deepagents_signatures.py` from the live API reference site, which still lists the deprecated type — don't blindly re-run that script against this one file until deepagentsjs's next major release actually removes the shim, or it'll reintroduce `SystemPromptConfig`. ## Test Plan - [x] `make check-cross-refs` - [x] `make lint_prose FILES=...` on changed `.mdx` files Opened collaboratively by Nishitha Madhu and open-swe --------- Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com> Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.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 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.
Fixes #699