@dawn-ai/langchain 0.8.2 → 0.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # @dawn-ai/langchain
6
6
 
7
- LangChain backend adapters for Dawn, the TypeScript meta-framework for LangGraph. Dawn uses this package to materialize `chain` routes and provider-aware `agent` routes — handling tool conversion, streaming, and retry.
7
+ LangChain backend adapters for Dawn, the TypeScript meta-framework for LangGraph that lets you build LangGraph agents like Next.js apps. Dawn uses this package to materialize `chain` routes and provider-aware `agent` routes — handling tool conversion, streaming, and retry.
8
8
 
9
9
  `agent()` materialization resolves a LangChain chat model from the route descriptor. Dawn includes `@langchain/openai` for the default/backcompat path and lazy-loads optional provider packages when an agent selects or infers another provider.
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dawn-ai/langchain",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -34,9 +34,9 @@
34
34
  "@langchain/langgraph": "^1.3.0",
35
35
  "@langchain/openai": "^1.4.5",
36
36
  "gpt-tokenizer": "^3.4.0",
37
- "@dawn-ai/sdk": "0.8.2",
38
- "@dawn-ai/core": "0.8.2",
39
- "@dawn-ai/workspace": "0.8.2"
37
+ "@dawn-ai/sdk": "0.8.3",
38
+ "@dawn-ai/core": "0.8.3",
39
+ "@dawn-ai/workspace": "0.8.3"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@langchain/core": "^1.1.47",
@@ -89,7 +89,7 @@
89
89
  "@langchain/xai": "^1.3.18",
90
90
  "@types/node": "25.6.0",
91
91
  "zod": "4.4.3",
92
- "@dawn-ai/config-typescript": "0.8.2"
92
+ "@dawn-ai/config-typescript": "0.8.3"
93
93
  },
94
94
  "scripts": {
95
95
  "build": "tsc -b tsconfig.json",