@receptron/graphai_cli 0.5.14 → 0.5.16

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/README.md CHANGED
@@ -43,26 +43,43 @@ graphai test_yaml/test_base.yml
43
43
  graphai -l
44
44
 
45
45
  Available Agents
46
- - bypassAgent
47
- - copyMessageAgent
48
- - countingAgent
49
- - dataObjectMergeTemplateAgent
50
- - dataSumTemplateAgent
51
- - dotProductAgent
52
- - echoAgent
53
- - mapAgent
54
- - mergeNodeIdAgent
55
- - nestedAgent
56
- - popAgent
57
- - pushAgent
58
- - shiftAgent
59
- - slashGPTAgent
60
- - sleeperAgent
61
- - sleeperAgentDebug
62
- - sortByValuesAgent
63
- - stringEmbeddingsAgent
64
- - stringSplitterAgent
65
- - stringTemplateAgent
66
- - tokenBoundStringsAgent
67
- - totalAgent
46
+ * anthropicAgent - Anthropic Agent
47
+ * arrayFlatAgent - Array Flat Agent
48
+ * bypassAgent - bypass agent
49
+ * copy2ArrayAgent - Copy2Array agent
50
+ * copyAgent - Returns inputs[0]
51
+ * copyMessageAgent - CopyMessage agent
52
+ * countingAgent - Counting agent
53
+ * dataObjectMergeTemplateAgent - Merge object
54
+ * dataSumTemplateAgent - Returns the sum of input values
55
+ * dotProductAgent - dotProduct Agent
56
+ * echoAgent - Echo agent
57
+ * fetchAgent - Retrieves JSON data from the specified URL
58
+ * geminiAgent - Gemini Agent
59
+ * groqAgent - Groq Agent
60
+ * jsonParserAgent - Template agent
61
+ * mapAgent - Map Agent
62
+ * mergeNodeIdAgent - merge node id agent
63
+ * nestedAgent - nested Agent
64
+ * openAIAgent - OpenAI Agent
65
+ * openAIImageAgent - OpenAI Image Agent
66
+ * popAgent - Pop Agent
67
+ * propertyFilterAgent - Filter properties based on property name either with 'include' or 'exclude'
68
+ * pushAgent - push Agent
69
+ * replicateAgent - Replicate Agent
70
+ * shiftAgent - shift Agent
71
+ * slashGPTAgent - Slash GPT Agent
72
+ * sleeperAgent - sleeper Agent
73
+ * sleeperAgentDebug - sleeper debug Agent
74
+ * sortByValuesAgent - sortByValues Agent
75
+ * streamMockAgent - Stream mock agent
76
+ * stringEmbeddingsAgent - Embeddings Agent
77
+ * stringSplitterAgent - This agent strip one long string into chunks using following parameters
78
+ * stringTemplateAgent - Template agent
79
+ * textInputAgent - Text Input Agent
80
+ * tokenBoundStringsAgent - token bound Agent
81
+ * totalAgent - Returns the sum of input values
82
+ * vanillaFetchAgent - Retrieves JSON data from the specified URL
83
+ * wikipediaAgent - Retrieves data from wikipedia
84
+ * workerAgent - Map Agent
68
85
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@receptron/graphai_cli",
3
- "version": "0.5.14",
3
+ "version": "0.5.16",
4
4
  "description": "GraphAI command line tools.",
5
5
  "main": "lib/graphai_cli.js",
6
6
  "bin": {
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@graphai/agent_filters": "^0.0.6",
41
- "@graphai/agents": "^0.0.23",
41
+ "@graphai/agents": "^0.0.28",
42
42
  "@receptron/test_utils": "^0.0.7",
43
43
  "dotenv": "^16.4.5",
44
44
  "graphai": "^0.5.8",
@@ -8,7 +8,7 @@
8
8
 
9
9
  {schemas}
10
10
 
11
- ## Input Format
11
+ ## Input example of the next node
12
12
 
13
13
  {resultKey}
14
14