@receptron/graphai_cli 0.5.19 → 0.5.21

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/README.md +0 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -45,7 +45,6 @@ graphai -l
45
45
  Available Agents
46
46
  * anthropicAgent - Anthropic Agent
47
47
  * arrayFlatAgent - Array Flat Agent
48
- * bypassAgent - bypass agent
49
48
  * copy2ArrayAgent - Copy2Array agent
50
49
  * copyAgent - Returns inputs[0]
51
50
  * copyMessageAgent - CopyMessage agent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@receptron/graphai_cli",
3
- "version": "0.5.19",
3
+ "version": "0.5.21",
4
4
  "description": "GraphAI command line tools.",
5
5
  "main": "lib/graphai_cli.js",
6
6
  "bin": {
@@ -38,10 +38,10 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@graphai/agent_filters": "^0.0.6",
41
- "@graphai/agents": "^0.1.1",
41
+ "@graphai/agents": "^0.1.4",
42
42
  "@receptron/test_utils": "^0.0.7",
43
43
  "dotenv": "^16.4.5",
44
- "graphai": "^0.5.9",
44
+ "graphai": "^0.5.14",
45
45
  "json-schema-generator": "^2.0.6",
46
46
  "yargs": "^17.7.2"
47
47
  },