@ariaflowagents/starters 0.4.6 → 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 CHANGED
@@ -29,7 +29,7 @@ Create your `ariaflow.jsonc`:
29
29
 
30
30
  ```jsonc
31
31
  {
32
- "$schema": "https://ariaflow.ai/config.json",
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://ariaflow.ai/config.json",
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.4.6",
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://ariaflow.ai/docs/starters",
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://ariaflow.ai/config.json",
15
+ "$schema": "https://mithushancj.com/config.json",
16
16
  "extends": "./node_modules/@ariaflowagents/starters/bank-hybrid/ariaflow.jsonc"
17
17
  }
18
18
  ```
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ariaflow.ai/config.json",
2
+ "$schema": "https://mithushancj.com/config.json",
3
3
  "runtime": {
4
4
  "defaultAgent": "bank-triage",
5
5
  "defaultModel": "default"
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ariaflow.ai/config.json",
2
+ "$schema": "https://mithushancj.com/config.json",
3
3
  "runtime": {
4
4
  "defaultAgent": "support",
5
5
  "defaultModel": "default"
@@ -12,7 +12,7 @@ npm install @ariaflowagents/starters
12
12
  Extend in your `ariaflow.jsonc`:
13
13
  ```jsonc
14
14
  {
15
- "$schema": "https://ariaflow.ai/config.json",
15
+ "$schema": "https://mithushancj.com/config.json",
16
16
  "extends": "./node_modules/@ariaflowagents/starters/sales/ariaflow.jsonc"
17
17
  }
18
18
  ```
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ariaflow.ai/config.json",
2
+ "$schema": "https://mithushancj.com/config.json",
3
3
  "runtime": {
4
4
  "defaultAgent": "sales-triage",
5
5
  "defaultModel": "default"
@@ -12,7 +12,7 @@ npm install @ariaflowagents/starters
12
12
  Extend in your `ariaflow.jsonc`:
13
13
  ```jsonc
14
14
  {
15
- "$schema": "https://ariaflow.ai/config.json",
15
+ "$schema": "https://mithushancj.com/config.json",
16
16
  "extends": "./node_modules/@ariaflowagents/starters/support/ariaflow.jsonc"
17
17
  }
18
18
  ```
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ariaflow.ai/config.json",
2
+ "$schema": "https://mithushancj.com/config.json",
3
3
  "runtime": {
4
4
  "defaultAgent": "support",
5
5
  "defaultModel": "default"