github langchain-ai/langchainjs @langchain/core==1.0.0-alpha.1

latest releases: @langchain/core==1.0.0-alpha.2, langchain==1.0.0-alpha.2, @langchain/core==0.3.72...
pre-release4 days ago

This is an alpha release of @langchain/core 1.0.

Detailed documentation forthcoming.

@langchain/core 1.0 features standard, typed message content. This includes standard
types for reasoning, citations, server-side tool calls, and other modern LLM features.

There are no breaking changes associated with existing message content. The standard
content can be lazily-parsed off of existing v0 messages using the contentBlocks
property:

import { AIMessage } from "@langchain/core";

new AIMessage("Hello, world").contentBlocks

What's Changed

Full Changelog: https://github.com/langchain-ai/langchainjs/compare/@langchain/core==0.3.71...@langchain/core==1.0.0-alpha.1

Don't miss a new langchainjs release

NewReleases is sending notifications on new releases.