@langchain/anthropic 0.1.17-rc.0 → 0.1.17
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/package.json +3 -3
- package/dist/load/dynamic_import_map.cjs +0 -8
- package/dist/load/dynamic_import_map.d.ts +0 -1
- package/dist/load/dynamic_import_map.js +0 -4
- package/dist/load/import_constants.cjs +0 -5
- package/dist/load/import_constants.d.ts +0 -1
- package/dist/load/import_constants.js +0 -2
- package/dist/load/import_map.cjs +0 -29
- package/dist/load/import_map.d.ts +0 -2
- package/dist/load/import_map.js +0 -3
- package/dist/load/import_type.cjs +0 -3
- package/dist/load/import_type.d.ts +0 -5
- package/dist/load/import_type.js +0 -2
- package/dist/load/index.cjs +0 -53
- package/dist/load/index.d.ts +0 -14
- package/dist/load/index.js +0 -25
- package/dist/load/map_keys.cjs +0 -2
- package/dist/load/map_keys.d.ts +0 -3
- package/dist/load/map_keys.js +0 -1
- package/dist/load/serializable.cjs +0 -17
- package/dist/load/serializable.d.ts +0 -1
- package/dist/load/serializable.js +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@langchain/anthropic",
|
|
3
|
-
"version": "0.1.17
|
|
3
|
+
"version": "0.1.17",
|
|
4
4
|
"description": "Anthropic integrations for LangChain.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"lint:dpdm": "dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
|
|
25
25
|
"lint": "yarn lint:eslint && yarn lint:dpdm",
|
|
26
26
|
"lint:fix": "yarn lint:eslint --fix && yarn lint:dpdm",
|
|
27
|
-
"clean": "rimraf .turbo/ dist/ && NODE_OPTIONS=--max-old-space-size=4096 yarn lc-build --config ./langchain.config.js --create-entrypoints --pre
|
|
27
|
+
"clean": "rimraf .turbo/ dist/ && NODE_OPTIONS=--max-old-space-size=4096 yarn lc-build --config ./langchain.config.js --create-entrypoints --pre",
|
|
28
28
|
"prepack": "yarn build",
|
|
29
29
|
"test": "yarn run build:deps && NODE_OPTIONS=--experimental-vm-modules jest --testPathIgnorePatterns=\\.int\\.test.ts --testTimeout 30000 --maxWorkers=50%",
|
|
30
30
|
"test:watch": "yarn run build:deps && NODE_OPTIONS=--experimental-vm-modules jest --watch --testPathIgnorePatterns=\\.int\\.test.ts",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@jest/globals": "^29.5.0",
|
|
50
|
-
"@langchain/community": "workspace
|
|
50
|
+
"@langchain/community": "workspace:^",
|
|
51
51
|
"@langchain/scripts": "~0.0",
|
|
52
52
|
"@swc/core": "^1.3.90",
|
|
53
53
|
"@swc/jest": "^0.2.29",
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Auto-generated by `scripts/create-entrypoints.js`. Do not edit manually.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.getDynamicImportMap = void 0;
|
|
5
|
-
async function getDynamicImportMap() {
|
|
6
|
-
return {};
|
|
7
|
-
}
|
|
8
|
-
exports.getDynamicImportMap = getDynamicImportMap;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function getDynamicImportMap(): Promise<{}>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const optionalImportEntrypoints: string[];
|
package/dist/load/import_map.cjs
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Auto-generated by `scripts/create-entrypoints.js`. Do not edit manually.
|
|
3
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
-
if (k2 === undefined) k2 = k;
|
|
5
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
-
}
|
|
9
|
-
Object.defineProperty(o, k2, desc);
|
|
10
|
-
}) : (function(o, m, k, k2) {
|
|
11
|
-
if (k2 === undefined) k2 = k;
|
|
12
|
-
o[k2] = m[k];
|
|
13
|
-
}));
|
|
14
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
-
}) : function(o, v) {
|
|
17
|
-
o["default"] = v;
|
|
18
|
-
});
|
|
19
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
20
|
-
if (mod && mod.__esModule) return mod;
|
|
21
|
-
var result = {};
|
|
22
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
23
|
-
__setModuleDefault(result, mod);
|
|
24
|
-
return result;
|
|
25
|
-
};
|
|
26
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
|
-
exports.experimental = exports.index = void 0;
|
|
28
|
-
exports.index = __importStar(require("../index.cjs"));
|
|
29
|
-
exports.experimental = __importStar(require("../experimental/index.cjs"));
|
package/dist/load/import_map.js
DELETED
package/dist/load/import_type.js
DELETED
package/dist/load/index.cjs
DELETED
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.load = exports.importMap = exports.optionalImportEntrypoints = void 0;
|
|
27
|
-
const load_1 = require("@langchain/core/load");
|
|
28
|
-
const importMap = __importStar(require("./import_map.cjs"));
|
|
29
|
-
exports.importMap = importMap;
|
|
30
|
-
const import_constants_js_1 = require("./import_constants.cjs");
|
|
31
|
-
Object.defineProperty(exports, "optionalImportEntrypoints", { enumerable: true, get: function () { return import_constants_js_1.optionalImportEntrypoints; } });
|
|
32
|
-
/**
|
|
33
|
-
* Load a LangChain module from a serialized text representation.
|
|
34
|
-
* NOTE: This functionality is currently in beta.
|
|
35
|
-
* Loaded classes may change independently of semver.
|
|
36
|
-
* @param text Serialized text representation of the module.
|
|
37
|
-
* @param secretsMap
|
|
38
|
-
* @param optionalImportsMap
|
|
39
|
-
* @returns A loaded instance of a LangChain module.
|
|
40
|
-
*/
|
|
41
|
-
async function load(text,
|
|
42
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
43
|
-
secretsMap = {},
|
|
44
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
45
|
-
optionalImportsMap = {}) {
|
|
46
|
-
return (0, load_1.load)(text, {
|
|
47
|
-
secretsMap,
|
|
48
|
-
optionalImportsMap,
|
|
49
|
-
optionalImportEntrypoints: import_constants_js_1.optionalImportEntrypoints,
|
|
50
|
-
importMap,
|
|
51
|
-
});
|
|
52
|
-
}
|
|
53
|
-
exports.load = load;
|
package/dist/load/index.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { type OptionalImportMap, type SecretMap } from "./import_type.js";
|
|
2
|
-
import * as importMap from "./import_map.js";
|
|
3
|
-
import { optionalImportEntrypoints } from "./import_constants.js";
|
|
4
|
-
export { optionalImportEntrypoints, importMap, type OptionalImportMap, type SecretMap, };
|
|
5
|
-
/**
|
|
6
|
-
* Load a LangChain module from a serialized text representation.
|
|
7
|
-
* NOTE: This functionality is currently in beta.
|
|
8
|
-
* Loaded classes may change independently of semver.
|
|
9
|
-
* @param text Serialized text representation of the module.
|
|
10
|
-
* @param secretsMap
|
|
11
|
-
* @param optionalImportsMap
|
|
12
|
-
* @returns A loaded instance of a LangChain module.
|
|
13
|
-
*/
|
|
14
|
-
export declare function load<T>(text: string, secretsMap?: Record<string, any>, optionalImportsMap?: OptionalImportMap & Record<string, any>): Promise<T>;
|
package/dist/load/index.js
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { load as coreLoad } from "@langchain/core/load";
|
|
2
|
-
import * as importMap from "./import_map.js";
|
|
3
|
-
import { optionalImportEntrypoints } from "./import_constants.js";
|
|
4
|
-
export { optionalImportEntrypoints, importMap, };
|
|
5
|
-
/**
|
|
6
|
-
* Load a LangChain module from a serialized text representation.
|
|
7
|
-
* NOTE: This functionality is currently in beta.
|
|
8
|
-
* Loaded classes may change independently of semver.
|
|
9
|
-
* @param text Serialized text representation of the module.
|
|
10
|
-
* @param secretsMap
|
|
11
|
-
* @param optionalImportsMap
|
|
12
|
-
* @returns A loaded instance of a LangChain module.
|
|
13
|
-
*/
|
|
14
|
-
export async function load(text,
|
|
15
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
16
|
-
secretsMap = {},
|
|
17
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
18
|
-
optionalImportsMap = {}) {
|
|
19
|
-
return coreLoad(text, {
|
|
20
|
-
secretsMap,
|
|
21
|
-
optionalImportsMap,
|
|
22
|
-
optionalImportEntrypoints,
|
|
23
|
-
importMap,
|
|
24
|
-
});
|
|
25
|
-
}
|
package/dist/load/map_keys.cjs
DELETED
package/dist/load/map_keys.d.ts
DELETED
package/dist/load/map_keys.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("@langchain/core/load/serializable"), exports);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "@langchain/core/load/serializable";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "@langchain/core/load/serializable";
|