@indra.ai/deva.algorithm 0.0.17 → 0.0.19
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/data/algorithms.json +320 -0
- package/help/algorithms/DivineDemonicScale.feecting +26 -0
- package/help/algorithms/FairplayAlgorithm.feecting +405 -0
- package/help/algorithms/FourfoldMeansAlgorithm.feecting +31 -0
- package/help/algorithms/GiftAlgorithm.feecting +19 -0
- package/help/algorithms/GoodnessActivityDarkness.feecting +15 -0
- package/help/algorithms/GovernorAlgorithm.feecting +53 -0
- package/help/algorithms/IndraAlgorithm.feecting +25 -0
- package/help/algorithms/InduAlgorithm.feecting +34 -0
- package/help/algorithms/IntellectAlgorithm.feecting +46 -0
- package/help/algorithms/KingAlgorithm.feecting +39 -0
- package/help/algorithms/KshatriyaAlgorithm.feecting +29 -0
- package/help/algorithms/NWOPSA.feecting +58 -0
- package/help/algorithms/PotentialAlgorithm.feecting +56 -0
- package/help/algorithms/SelfCorrectionAlgorithm.feecting +92 -0
- package/help/algorithms/SomaAlgorithm.feecting +81 -0
- package/help/algorithms/TridandinAlgorithm.feecting +25 -0
- package/help/algorithms/VedicThreefoldAlgorithm.feecting +224 -0
- package/help/algorithms/VisvakarmaAlgorithm.feecting +80 -0
- package/help/algorithms/YamaAlgorithm.feecting +160 -0
- package/help/algorithms/b593.feecting +92 -0
- package/help/corpus.feecting +0 -4
- package/help/main.feecting +8 -16
- package/index.js +34 -2
- package/package.json +19 -12
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": 2786414868244,
|
|
3
3
|
"name": "@indra.ai/deva.algorithm",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.19",
|
|
5
5
|
"author": "Quinn Michaels",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"copyright": "2025",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"homepage": "https://deva.space/devas/algorithm",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@indra.ai/deva": "^1.5.
|
|
30
|
+
"@indra.ai/deva": "^1.5.35"
|
|
31
31
|
},
|
|
32
32
|
"data": {
|
|
33
33
|
"agent": {
|
|
@@ -50,20 +50,27 @@
|
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
"profile": {
|
|
53
|
-
"name": "
|
|
53
|
+
"name": "#AlgorithmDeva",
|
|
54
|
+
"title": "Algorithm Deva",
|
|
55
|
+
"subtitle": "Managing Deva.world algorithms.",
|
|
56
|
+
"describe": "Algorithm Deva is responsible for handling algorithms in Deva.world.",
|
|
57
|
+
"tweet": "Algorithm Deva is responsible for handling algorithms in Deva.world.",
|
|
58
|
+
"hashtags": "QuinnMichaels,IndraAI,DevaWorld,AlgorithmDeva",
|
|
54
59
|
"pronouns": "He, Him",
|
|
55
60
|
"gender": "DEVA",
|
|
61
|
+
"style": "Smooth fluid algorithm designer.",
|
|
62
|
+
"voice": "onyx",
|
|
63
|
+
"system": "Deva.world.algorithm",
|
|
64
|
+
"layout": "default",
|
|
65
|
+
"color": "rgb(255,255,255)",
|
|
66
|
+
"bgcolor": "rgb(0,0,0)",
|
|
67
|
+
"emoji": "/assets/devas/algorithm/emoji.png",
|
|
68
|
+
"avatar": "/assets/devas/algorithm/avatar.png",
|
|
69
|
+
"image": "/assets/devas/algorithm/image.png",
|
|
70
|
+
"background": "/assets/devas/algorithm/background.png",
|
|
56
71
|
"owner": "Quinn Michaels",
|
|
57
72
|
"creator": "Quinn Michaels",
|
|
58
|
-
"created": "February 7, 2025 at 8:02 PM"
|
|
59
|
-
"system": "Deva.world.authority",
|
|
60
|
-
"describe": "Algorithm Deva is responsible for handling algorithms in Deva.world.",
|
|
61
|
-
"emoji": "/public/devas/deva/emoji.png",
|
|
62
|
-
"avatar": "/public/devas/deva/avatar.png",
|
|
63
|
-
"color": "#ffffff",
|
|
64
|
-
"bgcolor": "#000000",
|
|
65
|
-
"background": "/public/devas/deva/background.png",
|
|
66
|
-
"voice": "onyx"
|
|
73
|
+
"created": "February 7, 2025 at 8:02 PM"
|
|
67
74
|
}
|
|
68
75
|
},
|
|
69
76
|
"vars": {
|