@moldea.ai/adapter-langchain 3.0.0 → 3.0.1

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # `@moldea.ai/adapter-langchain`
2
2
 
3
- Deterministic runtime evidence and diagnostics for LangChain `1.5.x` TypeScript `createAgent` applications declared by `moldea` agents.
3
+ Deterministic runtime evidence and diagnostics for LangChain TypeScript `createAgent` applications declared by `moldea` agents.
4
4
 
5
5
  ## Installation
6
6
 
@@ -19,7 +19,7 @@ const core = createCore({ adapters: [langChainAdapter] });
19
19
 
20
20
  ## Verified target
21
21
 
22
- Version `3.0.0` supports Repository Format `1`, `@moldea.ai/core ^4.0.0`, `langchain >=1.5.9`, and companion `@langchain/core >=1.2.8`. The verified target recognizes:
22
+ Version `3.0.1` supports Repository Format `1`, `@moldea.ai/core ^4.0.0`, and declared ranges that intersect `langchain >=1.5.9` with companion `@langchain/core >=1.2.8`. Those minimum versions are verified. Later stable releases are eligible for deterministic inspection on a best-effort basis and must still match the documented source patterns. Qualification evidence records the exact package versions and date used for each execution. The 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": "3.0.0",
3
+ "version": "3.0.1",
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": {