@receptron/graphai_cli 0.3.0 β†’ 0.3.1

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 +5 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # graphai cliπŸ€–
1
+ # GraphAI cliπŸ€–
2
2
 
3
- graphai command line tool
3
+ GraphAI command line tool
4
4
 
5
5
  ## Install πŸš€
6
6
 
@@ -8,7 +8,7 @@ graphai command line tool
8
8
  npm i -g @receptron/graphai_cli
9
9
  ```
10
10
 
11
- ## Usage
11
+ ## Usage πŸ“–
12
12
 
13
13
  ```
14
14
  graphai_cli.ts <yaml_or_json_file>
@@ -31,13 +31,13 @@ Options:
31
31
  --log output log [string]
32
32
  ```
33
33
 
34
- ### Run graphai
34
+ ### Run GraphAI πŸ”₯
35
35
 
36
36
  ```
37
37
  graphai test_yaml/test_base.yml
38
38
  ```
39
39
 
40
- ### Get Agents List
40
+ ### Get Agents List πŸ“š
41
41
 
42
42
  ```
43
43
  graphai -l
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@receptron/graphai_cli",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "GraphAI command line tools.",
5
5
  "main": "lib/graphai_cli.js",
6
6
  "bin": {
@@ -47,7 +47,7 @@
47
47
  "deepmerge": "^4.3.1",
48
48
  "dotenv": "^16.4.5",
49
49
  "express": "^4.19.2",
50
- "graphai": "^0.3.0",
50
+ "graphai": "^0.3.1",
51
51
  "groq-sdk": "^0.3.3",
52
52
  "openai": "^4.12.4",
53
53
  "slashgpt": "^0.0.8",