@easynet/agent-model 1.0.68 → 1.0.69

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.
@@ -1,9 +1,9 @@
1
- import {
2
- getChatModelFactory
3
- } from "./chunk-G7MKWPEI.js";
4
1
  import {
5
2
  parseLlmSection
6
3
  } from "./chunk-SPDXNDDD.js";
4
+ import {
5
+ getChatModelFactory
6
+ } from "./chunk-G7MKWPEI.js";
7
7
 
8
8
  // src/langchain/openai-compatible.ts
9
9
  import { ChatOpenAI } from "@langchain/openai";
@@ -151,4 +151,4 @@ export {
151
151
  applyToolChoiceAuto,
152
152
  createChatModelFromLlmConfig
153
153
  };
154
- //# sourceMappingURL=chunk-6EQCGQTV.js.map
154
+ //# sourceMappingURL=chunk-UVIUQUYJ.js.map
@@ -1,10 +1,6 @@
1
1
  import {
2
2
  createChatModelFromLlmConfig
3
- } from "./chunk-6EQCGQTV.js";
4
- import {
5
- getChatModelFactory,
6
- registerChatModelProvider
7
- } from "./chunk-G7MKWPEI.js";
3
+ } from "./chunk-UVIUQUYJ.js";
8
4
  import {
9
5
  ensureNpmPackageInstalled,
10
6
  getInstalledVersion,
@@ -12,6 +8,10 @@ import {
12
8
  parseNpmProviderSpec,
13
9
  resolveLatestVersionFromRegistry
14
10
  } from "./chunk-KE7IMUSA.js";
11
+ import {
12
+ getChatModelFactory,
13
+ registerChatModelProvider
14
+ } from "./chunk-G7MKWPEI.js";
15
15
 
16
16
  // src/extensions/loader.ts
17
17
  import { readdirSync, readFileSync, existsSync } from "fs";
@@ -351,4 +351,4 @@ export {
351
351
  resolveLlmSectionWithNpm,
352
352
  createChatModelWithNpm
353
353
  };
354
- //# sourceMappingURL=chunk-RRZDREGU.js.map
354
+ //# sourceMappingURL=chunk-UZ6B6BF4.js.map
package/dist/cli/index.js CHANGED
@@ -8,15 +8,15 @@ import {
8
8
  } from "../chunk-AUQEXHUP.js";
9
9
  import {
10
10
  resolveLlmSectionWithNpm
11
- } from "../chunk-RRZDREGU.js";
11
+ } from "../chunk-UZ6B6BF4.js";
12
12
  import {
13
13
  createChatModelFromLlmConfig
14
- } from "../chunk-6EQCGQTV.js";
15
- import "../chunk-G7MKWPEI.js";
14
+ } from "../chunk-UVIUQUYJ.js";
16
15
  import {
17
16
  parseLlmSection
18
17
  } from "../chunk-SPDXNDDD.js";
19
18
  import "../chunk-KE7IMUSA.js";
19
+ import "../chunk-G7MKWPEI.js";
20
20
 
21
21
  // src/api/create-agent-llm.ts
22
22
  import { join } from "path";
@@ -9,15 +9,15 @@ import {
9
9
  resolveLLMExtensionPackages,
10
10
  resolveLlmSectionWithNpm,
11
11
  resolveNpmProvider
12
- } from "../chunk-RRZDREGU.js";
13
- import "../chunk-6EQCGQTV.js";
14
- import "../chunk-G7MKWPEI.js";
12
+ } from "../chunk-UZ6B6BF4.js";
13
+ import "../chunk-UVIUQUYJ.js";
15
14
  import "../chunk-SPDXNDDD.js";
16
15
  import {
17
16
  NPM_PROTOCOL_PREFIX,
18
17
  isNpmProviderSpec,
19
18
  parseNpmProviderSpec
20
19
  } from "../chunk-KE7IMUSA.js";
20
+ import "../chunk-G7MKWPEI.js";
21
21
  export {
22
22
  NPM_PROTOCOL_PREFIX,
23
23
  createChatModelWithNpm,
package/dist/index.js CHANGED
@@ -7,11 +7,10 @@ import {
7
7
  } from "./chunk-AUQEXHUP.js";
8
8
  import {
9
9
  resolveLlmSectionWithNpm
10
- } from "./chunk-RRZDREGU.js";
10
+ } from "./chunk-UZ6B6BF4.js";
11
11
  import {
12
12
  createChatModelFromLlmConfig
13
- } from "./chunk-6EQCGQTV.js";
14
- import "./chunk-G7MKWPEI.js";
13
+ } from "./chunk-UVIUQUYJ.js";
15
14
  import {
16
15
  parseEmbedSection
17
16
  } from "./chunk-MFLWZSWI.js";
@@ -19,6 +18,7 @@ import {
19
18
  parseLlmSection
20
19
  } from "./chunk-SPDXNDDD.js";
21
20
  import "./chunk-KE7IMUSA.js";
21
+ import "./chunk-G7MKWPEI.js";
22
22
 
23
23
  // src/api/create-agent-model-registry.ts
24
24
  import { existsSync } from "fs";
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  applyToolChoiceAuto,
3
3
  createChatModelFromLlmConfig
4
- } from "../chunk-6EQCGQTV.js";
5
- import "../chunk-G7MKWPEI.js";
4
+ } from "../chunk-UVIUQUYJ.js";
6
5
  import "../chunk-SPDXNDDD.js";
6
+ import "../chunk-G7MKWPEI.js";
7
7
  export {
8
8
  applyToolChoiceAuto,
9
9
  createChatModelFromLlmConfig
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easynet/agent-model",
3
- "version": "1.0.68",
3
+ "version": "1.0.69",
4
4
  "description": "Agent LLM: multi-provider, multi-model, simple chat/image API. Consumes agent.yaml llm section.",
5
5
  "type": "module",
6
6
  "bin": {