chore: version packages#607
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
bc5f75a to
10e1ced
Compare
10e1ced to
76cc4f1
Compare
76cc4f1 to
3915ec0
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@langchain/quickjs@0.6.0
Minor Changes
3c8f8b2Thanks @colifran! - chore(quickjs): disallow task as a configurable ptc tooldeepagents-acp@0.1.16
Patch Changes
d7ecab2,42f34b6,0ae10d7]:deepagents@1.10.6
Patch Changes
#608
d7ecab2Thanks @aolsenjazz! - fix(deepagents): forward subagent results as textFixed a 400
invalid_request_errorthat occurred when a subagent used an Anthropic server-side tool (web search, web fetch, or code execution): the subagent'sserver_tool_use/*_tool_resultblocks were forwarded to the parent agent astool_resultcontent, which the API rejects. Subagent results are now passed back to the parent as their text content (matching the Python implementation), which resolves the error and also handles a trailing emptyend_turnmessage.#611
42f34b6Thanks @aolsenjazz! - feat(deepagents): add bedrockPromptCachingMiddleware to default stackAdd bedrockPromptCachingMiddleware to default middleware stack. This automatically opts-in to Bedrock prompt caching for Nova and Anthropic models
#613
0ae10d7Thanks @christian-bromann! - fix(deepagents): declare LangChain runtime packages as peer dependenciesMove
@langchain/core,@langchain/langgraph,@langchain/langgraph-sdk, andlangchainfromdependenciestopeerDependencies, and also declare@langchain/langgraph-checkpointas a peer (itsBaseCheckpointSaver/BaseStoretypes are part of the public API), so they resolve to a single shared instance in
the consumer's tree. Previously they were bundled as regular
dependencies, which let a consumer end up with two copies of
@langchain/core(e.g.
1.2.0vs1.2.1). Because these packages ship classes with private/protected fields, the duplicate copies are treated as nominally distinct types,
producing errors like passing a
ChatOpenAImodel tocreateDeepAgentor acompiled graph to the local protocol helpers. As peers, the app controls the
version and bumping
@langchain/coreno longer requires adeepagentsrelease.@deepagents/evals@0.0.15
Patch Changes
d7ecab2,42f34b6,0ae10d7]: