@easynet/agent-model 1.0.56 → 1.0.57

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,10 +1,10 @@
1
+ import {
2
+ loadModelsConfig
3
+ } from "./chunk-FZKECZUY.js";
1
4
  import {
2
5
  buildUnreachableError,
3
6
  checkEndpointConnectivity
4
7
  } from "./chunk-EPVJLBGC.js";
5
- import {
6
- loadModelsConfig
7
- } from "./chunk-FZKECZUY.js";
8
8
  import {
9
9
  resolveLlmSectionWithNpm
10
10
  } from "./chunk-HSU6XZOI.js";
@@ -257,4 +257,4 @@ export {
257
257
  createAgentLlm,
258
258
  cli_exports
259
259
  };
260
- //# sourceMappingURL=chunk-D6WXQMOO.js.map
260
+ //# sourceMappingURL=chunk-YCV6JBJZ.js.map
package/dist/cli/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
- import "../chunk-D6WXQMOO.js";
3
- import "../chunk-EPVJLBGC.js";
2
+ import "../chunk-YCV6JBJZ.js";
4
3
  import "../chunk-FZKECZUY.js";
4
+ import "../chunk-EPVJLBGC.js";
5
5
  import "../chunk-HSU6XZOI.js";
6
6
  import "../chunk-4OLU43SH.js";
7
7
  import "../chunk-G7MKWPEI.js";
package/dist/index.js CHANGED
@@ -4,10 +4,7 @@ import {
4
4
  import {
5
5
  cli_exports,
6
6
  createAgentLlm
7
- } from "./chunk-D6WXQMOO.js";
8
- import {
9
- connectivity_exports
10
- } from "./chunk-EPVJLBGC.js";
7
+ } from "./chunk-YCV6JBJZ.js";
11
8
  import {
12
9
  config_exports
13
10
  } from "./chunk-VBXTOU4S.js";
@@ -15,6 +12,14 @@ import {
15
12
  loadLlmConfig,
16
13
  loadModelsConfig
17
14
  } from "./chunk-FZKECZUY.js";
15
+ import {
16
+ connectivity_exports
17
+ } from "./chunk-EPVJLBGC.js";
18
+ import {
19
+ createModelHub,
20
+ model_exports,
21
+ parseEmbedSection
22
+ } from "./chunk-5YPJ43HW.js";
18
23
  import {
19
24
  extensions_exports
20
25
  } from "./chunk-YOOYQBGK.js";
@@ -30,11 +35,6 @@ import {
30
35
  getChatModelFactory,
31
36
  registerChatModelProvider
32
37
  } from "./chunk-G7MKWPEI.js";
33
- import {
34
- createModelHub,
35
- model_exports,
36
- parseEmbedSection
37
- } from "./chunk-5YPJ43HW.js";
38
38
  import {
39
39
  parseLlmSection
40
40
  } from "./chunk-SPDXNDDD.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easynet/agent-model",
3
- "version": "1.0.56",
3
+ "version": "1.0.57",
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": {