langchain 1.4.5-dev-1781044436312 → 1.4.5

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # langchain
2
2
 
3
+ ## 1.4.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#11026](https://github.com/langchain-ai/langchainjs/pull/11026) [`cbf274c`](https://github.com/langchain-ai/langchainjs/commit/cbf274c21d25f3c131aaceaa37c35a390d3ea9c1) Thanks [@aolsenjazz](https://github.com/aolsenjazz)! - feat(langchain): add `providerToolSearchMiddleware`
8
+
9
+ Adds `providerToolSearchMiddleware` - provider-side tool search for agents. `providerToolSearchMiddleware` enables API consumers to opt tools into tool deferral + discovery by providing tool instances/names to the middleware's `searchableTools` arg. `searchableTools` are marked as `defer_loading` in subsequent model requests, consumed by OpenAI and Anthopic to power their tool search systems.
10
+
3
11
  ## 1.4.4
4
12
 
5
13
  ### Patch Changes
@@ -0,0 +1 @@
1
+ module.exports = require("../dist/chat_models/universal.cjs");
@@ -0,0 +1 @@
1
+ export * from "../dist/chat_models/universal.js";
@@ -0,0 +1 @@
1
+ export * from "../dist/chat_models/universal.js";
@@ -0,0 +1 @@
1
+ export * from "../dist/chat_models/universal.js";
package/hub/node.cjs ADDED
@@ -0,0 +1 @@
1
+ module.exports = require("../dist/hub/node.cjs");
package/hub/node.d.cts ADDED
@@ -0,0 +1 @@
1
+ export * from "../dist/hub/node.js";
package/hub/node.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from "../dist/hub/node.js";
package/hub/node.js ADDED
@@ -0,0 +1 @@
1
+ export * from "../dist/hub/node.js";
package/hub.cjs ADDED
@@ -0,0 +1 @@
1
+ module.exports = require("./dist/hub/index.cjs");
package/hub.d.cts ADDED
@@ -0,0 +1 @@
1
+ export * from "./dist/hub/index.js";
package/hub.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from "./dist/hub/index.js";
package/hub.js ADDED
@@ -0,0 +1 @@
1
+ export * from "./dist/hub/index.js";
@@ -0,0 +1 @@
1
+ module.exports = require("../dist/load/serializable.cjs");
@@ -0,0 +1 @@
1
+ export * from "../dist/load/serializable.js";
@@ -0,0 +1 @@
1
+ export * from "../dist/load/serializable.js";
@@ -0,0 +1 @@
1
+ export * from "../dist/load/serializable.js";
package/load.cjs ADDED
@@ -0,0 +1 @@
1
+ module.exports = require("./dist/load/index.cjs");
package/load.d.cts ADDED
@@ -0,0 +1 @@
1
+ export * from "./dist/load/index.js";
package/load.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from "./dist/load/index.js";
package/load.js ADDED
@@ -0,0 +1 @@
1
+ export * from "./dist/load/index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "langchain",
3
- "version": "1.4.5-dev-1781044436312",
3
+ "version": "1.4.5",
4
4
  "description": "Typescript bindings for langchain",
5
5
  "author": "LangChain",
6
6
  "license": "MIT",
@@ -53,14 +53,14 @@
53
53
  "typescript": "~6.0.3",
54
54
  "vitest": "^4.1.8",
55
55
  "yaml": "^2.9.0",
56
- "@langchain/core": "^1.1.49-dev-1781044436312",
56
+ "@langchain/anthropic": "1.4.1",
57
+ "@langchain/core": "^1.1.49",
57
58
  "@langchain/fireworks": "0.1.5",
58
59
  "@langchain/openai": "1.4.7",
59
- "@langchain/tsconfig": "0.0.1",
60
- "@langchain/anthropic": "1.4.1-dev-1781044436312"
60
+ "@langchain/tsconfig": "0.0.1"
61
61
  },
62
62
  "peerDependencies": {
63
- "@langchain/core": "^1.1.49-dev-1781044436312"
63
+ "@langchain/core": "^1.1.49"
64
64
  },
65
65
  "dependencies": {
66
66
  "@langchain/langgraph": "^1.3.4",
@@ -0,0 +1 @@
1
+ module.exports = require("../dist/storage/encoder_backed.cjs");
@@ -0,0 +1 @@
1
+ export * from "../dist/storage/encoder_backed.js";
@@ -0,0 +1 @@
1
+ export * from "../dist/storage/encoder_backed.js";
@@ -0,0 +1 @@
1
+ export * from "../dist/storage/encoder_backed.js";
@@ -0,0 +1 @@
1
+ module.exports = require("../dist/storage/file_system.cjs");
@@ -0,0 +1 @@
1
+ export * from "../dist/storage/file_system.js";
@@ -0,0 +1 @@
1
+ export * from "../dist/storage/file_system.js";
@@ -0,0 +1 @@
1
+ export * from "../dist/storage/file_system.js";
@@ -0,0 +1 @@
1
+ module.exports = require("../dist/storage/in_memory.cjs");
@@ -0,0 +1 @@
1
+ export * from "../dist/storage/in_memory.js";
@@ -0,0 +1 @@
1
+ export * from "../dist/storage/in_memory.js";
@@ -0,0 +1 @@
1
+ export * from "../dist/storage/in_memory.js";