@ariaflowagents/starters 0.4.4 → 0.5.0
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 +2 -2
- package/package.json +2 -2
- package/starters/bank-hybrid/README.md +1 -1
- package/starters/bank-hybrid/ariaflow.jsonc +1 -1
- package/starters/basic/ariaflow.jsonc +1 -1
- package/starters/sales/README.md +1 -1
- package/starters/sales/ariaflow.jsonc +1 -1
- package/starters/support/README.md +1 -1
- package/starters/support/ariaflow.jsonc +1 -1
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ Create your `ariaflow.jsonc`:
|
|
|
29
29
|
|
|
30
30
|
```jsonc
|
|
31
31
|
{
|
|
32
|
-
"$schema": "https://
|
|
32
|
+
"$schema": "https://mithushancj.com/config.json",
|
|
33
33
|
"extends": "./node_modules/@ariaflowagents/starters/sales/ariaflow.jsonc"
|
|
34
34
|
}
|
|
35
35
|
```
|
|
@@ -65,7 +65,7 @@ Create your own config that extends the starter:
|
|
|
65
65
|
|
|
66
66
|
```jsonc
|
|
67
67
|
{
|
|
68
|
-
"$schema": "https://
|
|
68
|
+
"$schema": "https://mithushancj.com/config.json",
|
|
69
69
|
"extends": "./node_modules/@ariaflowagents/starters/sales/ariaflow.jsonc",
|
|
70
70
|
"runtime": {
|
|
71
71
|
"defaultAgent": "sales-triage"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ariaflowagents/starters",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Production-ready AriaFlow starter packs - sales, support, banking, and more",
|
|
5
5
|
"main": "starters/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"bugs": {
|
|
30
30
|
"url": "https://github.com/anomalyco/aria-flow/issues"
|
|
31
31
|
},
|
|
32
|
-
"homepage": "https://
|
|
32
|
+
"homepage": "https://mithushancj.com/docs/starters",
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
35
35
|
}
|
|
@@ -12,7 +12,7 @@ npm install @ariaflowagents/starters
|
|
|
12
12
|
Extend in your `ariaflow.jsonc`:
|
|
13
13
|
```jsonc
|
|
14
14
|
{
|
|
15
|
-
"$schema": "https://
|
|
15
|
+
"$schema": "https://mithushancj.com/config.json",
|
|
16
16
|
"extends": "./node_modules/@ariaflowagents/starters/bank-hybrid/ariaflow.jsonc"
|
|
17
17
|
}
|
|
18
18
|
```
|
package/starters/sales/README.md
CHANGED
|
@@ -12,7 +12,7 @@ npm install @ariaflowagents/starters
|
|
|
12
12
|
Extend in your `ariaflow.jsonc`:
|
|
13
13
|
```jsonc
|
|
14
14
|
{
|
|
15
|
-
"$schema": "https://
|
|
15
|
+
"$schema": "https://mithushancj.com/config.json",
|
|
16
16
|
"extends": "./node_modules/@ariaflowagents/starters/sales/ariaflow.jsonc"
|
|
17
17
|
}
|
|
18
18
|
```
|
|
@@ -12,7 +12,7 @@ npm install @ariaflowagents/starters
|
|
|
12
12
|
Extend in your `ariaflow.jsonc`:
|
|
13
13
|
```jsonc
|
|
14
14
|
{
|
|
15
|
-
"$schema": "https://
|
|
15
|
+
"$schema": "https://mithushancj.com/config.json",
|
|
16
16
|
"extends": "./node_modules/@ariaflowagents/starters/support/ariaflow.jsonc"
|
|
17
17
|
}
|
|
18
18
|
```
|