Skip to content

chore: add license - #703

Merged
Mason Daugherty (mdrxy) merged 1 commit into
mainfrom
mdrxy/add-license
Sep 30, 2025
Merged

chore: add license#703
Mason Daugherty (mdrxy) merged 1 commit into
mainfrom
mdrxy/add-license

Conversation

@mdrxy

@mdrxy Mason Daugherty (mdrxy) commented Sep 30, 2025

Copy link
Copy Markdown
Member

Fixes #699

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds an MIT License file to the repository, establishing the legal terms under which the software can be used, modified, and distributed.

Key Changes

  • Added complete MIT License text with LangChain copyright

@github-actions

Copy link
Copy Markdown
Contributor

Preview ID generated: preview-mdrxya-1759260618-9e5a23e

@mdrxy
Mason Daugherty (mdrxy) merged commit 89b311b into main Sep 30, 2025
11 checks passed
@mdrxy
Mason Daugherty (mdrxy) deleted the mdrxy/add-license branch September 30, 2025 19:30
Mason Daugherty (mdrxy) added a commit that referenced this pull request Oct 1, 2025
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[langchain]: Add license file to the Docs repo

4 participants