@alpic80/rivet-core 1.24.2-aidon.6 → 1.24.2-aidon.8
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.
|
@@ -3,6 +3,21 @@ import { chatAidonNode } from './nodes/ChatAidonNode.js';
|
|
|
3
3
|
export const aidonPlugin = {
|
|
4
4
|
id: 'aidon',
|
|
5
5
|
name: 'Aidon',
|
|
6
|
+
configSpec: {
|
|
7
|
+
aidonURL: {
|
|
8
|
+
type: 'string',
|
|
9
|
+
label: 'Aidon URL',
|
|
10
|
+
description: 'The URL for the Aidon application.',
|
|
11
|
+
helperText: 'Defaults to https://app.aidon.ai. URL for the Aidon application.',
|
|
12
|
+
default: 'https://app.aidon.ai',
|
|
13
|
+
},
|
|
14
|
+
aidonKey: {
|
|
15
|
+
type: 'secret',
|
|
16
|
+
label: 'Aidon API Key',
|
|
17
|
+
description: 'The API Key for the Aidon application.',
|
|
18
|
+
helperText: 'API Key for the Aidon application.',
|
|
19
|
+
},
|
|
20
|
+
},
|
|
6
21
|
register: (register) => {
|
|
7
22
|
register(chatAidonNode());
|
|
8
23
|
},
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@alpic80/rivet-core",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"repository": "https://github.com/castortech/rivet",
|
|
5
|
-
"version": "1.24.2-aidon.
|
|
5
|
+
"version": "1.24.2-aidon.8",
|
|
6
6
|
"packageManager": "yarn@3.5.0",
|
|
7
7
|
"main": "dist/cjs/bundle.cjs",
|
|
8
8
|
"module": "dist/esm/index.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@google-cloud/vertexai": "^0.1.3",
|
|
49
49
|
"@google/genai": "^0.12.0",
|
|
50
50
|
"@huggingface/inference": "^4.13.0",
|
|
51
|
-
"@ironclad/rivet-core": "npm:@alpic80/rivet-core@1.24.2-aidon.
|
|
51
|
+
"@ironclad/rivet-core": "npm:@alpic80/rivet-core@1.24.2-aidon.8",
|
|
52
52
|
"assemblyai": "^4.6.0",
|
|
53
53
|
"autoevals": "^0.0.26",
|
|
54
54
|
"cron-parser": "^4.9.0",
|