@receptron/graphai_cli 0.4.3 → 0.4.4

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/lib/docs.js CHANGED
@@ -28,7 +28,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  const utils_1 = require("graphai/lib/utils/utils");
30
30
  const json_schema_generator_1 = __importDefault(require("json-schema-generator"));
31
- const packages = __importStar(require("graphai/lib/experimental_agents"));
31
+ const packages = __importStar(require("@graphai/agents"));
32
32
  const fs_1 = __importDefault(require("fs"));
33
33
  const path_1 = __importDefault(require("path"));
34
34
  const agentAttribute = (agentInfo, key) => {
@@ -29,7 +29,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
29
29
  Object.defineProperty(exports, "__esModule", { value: true });
30
30
  require("dotenv/config");
31
31
  const graphai_1 = require("graphai");
32
- const packages = __importStar(require("graphai/lib/experimental_agents"));
32
+ const packages = __importStar(require("@graphai/agents"));
33
33
  const fs_1 = __importDefault(require("fs"));
34
34
  const path_1 = __importDefault(require("path"));
35
35
  const yaml_1 = __importDefault(require("yaml"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@receptron/graphai_cli",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "GraphAI command line tools.",
5
5
  "main": "lib/graphai_cli.js",
6
6
  "bin": {
@@ -42,12 +42,13 @@
42
42
  "typescript-eslint": "^7.9.0"
43
43
  },
44
44
  "dependencies": {
45
+ "@graphai/agents": "^0.0.1",
45
46
  "@inquirer/prompts": "^5.0.0",
46
47
  "arxiv-api-ts": "^1.0.3",
47
48
  "deepmerge": "^4.3.1",
48
49
  "dotenv": "^16.4.5",
49
50
  "express": "^4.19.2",
50
- "graphai": "^0.4.4",
51
+ "graphai": "^0.4.5",
51
52
  "groq-sdk": "^0.3.3",
52
53
  "json-schema-generator": "^2.0.6",
53
54
  "openai": "^4.12.4",