@easynet/agent-model 1.0.55 → 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.
Files changed (2) hide show
  1. package/dist/index.js +5 -5
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -15,6 +15,11 @@ import {
15
15
  import {
16
16
  connectivity_exports
17
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.55",
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": {
@@ -89,7 +89,7 @@
89
89
  },
90
90
  "repository": {
91
91
  "type": "git",
92
- "url": "git+https://github.com/easynet-world/agent-model.git"
92
+ "url": "git+https://github.com/easynet-world/agent-llm.git"
93
93
  },
94
94
  "engines": {
95
95
  "node": ">=18.0.0"