@moldea.ai/adapter-langchain 1.0.3 → 1.0.4
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ const core = createCore({ adapters: [langChainAdapter] });
|
|
|
19
19
|
|
|
20
20
|
## Verified target
|
|
21
21
|
|
|
22
|
-
Version `1.0.
|
|
22
|
+
Version `1.0.4` supports Repository Format `1`, `langchain >=1.5.9 <1.6.0`, and companion `@langchain/core >=1.2.8 <1.3.0`. The verified target recognizes:
|
|
23
23
|
|
|
24
24
|
- directly exported package-root `createAgent(...)` definitions
|
|
25
25
|
- direct instruction-loader calls and `SystemMessage` construction
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moldea.ai/adapter-langchain",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Deterministic runtime evidence and diagnostics for LangChain TypeScript agents.",
|
|
5
5
|
"homepage": "https://github.com/moldea-ai/packages/tree/main/projects/adapter-langchain#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@moldea.ai/core": "^2.0.0",
|
|
37
|
-
"@moldea.ai/repository": "
|
|
37
|
+
"@moldea.ai/repository": ">=1.1.1",
|
|
38
38
|
"semver": "7.8.5",
|
|
39
39
|
"typescript": "6.0.3"
|
|
40
40
|
},
|