@indra.ai/deva.guard 0.0.20 → 0.0.22
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/help/main.feecting +6 -4
- package/package.json +19 -9
package/help/main.feecting
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
|
+
::BEGIN:MAIN
|
|
1
2
|
# {{profile.name}}
|
|
2
3
|
|
|
3
4
|
{{profile}}
|
|
4
5
|
|
|
5
6
|
::begin:hidden
|
|
6
|
-
#color =
|
|
7
|
-
#bgcolor =
|
|
8
|
-
#bg =
|
|
9
|
-
::end:hidden
|
|
7
|
+
#color = {{profile.color}}
|
|
8
|
+
#bgcolor = {{profile.bgcolor}}
|
|
9
|
+
#bg = {{profile.background}}
|
|
10
10
|
copyright: (c)2025 Quinn Michaels
|
|
11
|
+
::end:hidden
|
|
12
|
+
::END:MAIN
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": 6159528221394,
|
|
3
3
|
"name": "@indra.ai/deva.guard",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.22",
|
|
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/guard",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@indra.ai/deva": "^1.5.
|
|
30
|
+
"@indra.ai/deva": "^1.5.36"
|
|
31
31
|
},
|
|
32
32
|
"data": {
|
|
33
33
|
"agent": {
|
|
@@ -51,17 +51,27 @@
|
|
|
51
51
|
},
|
|
52
52
|
"profile": {
|
|
53
53
|
"name": "Guard Deva",
|
|
54
|
+
"hashtag": "#GuardDeva",
|
|
55
|
+
"title": "Guard Deva",
|
|
56
|
+
"subtitle": "Guarding the realms with style.",
|
|
57
|
+
"describe": "Guard Deva is responsible for handling guarding and always watching for intruders at gateways, exits, and exchanges.",
|
|
58
|
+
"tweet": "Guard Deva ensures systems are always guarded.",
|
|
59
|
+
"hashtags": "QuinnMichaels,IndraAI,DevaWorld,GuardDeva",
|
|
54
60
|
"pronouns": "He, Him",
|
|
55
61
|
"gender": "DEVA",
|
|
62
|
+
"style": "Strong silent type who is always watching for intruders.",
|
|
63
|
+
"voice": "ash",
|
|
64
|
+
"system": "Deva.world.guard",
|
|
65
|
+
"layout": "default",
|
|
66
|
+
"color": "rgb(255,145,79)",
|
|
67
|
+
"bgcolor": "rgb(0,0,0)",
|
|
68
|
+
"emoji": "/assets/devas/guard/emoji.png",
|
|
69
|
+
"avatar": "/assets/devas/guard/avatar.png",
|
|
70
|
+
"image": "/assets/devas/guard/background.png",
|
|
71
|
+
"background": "/assets/devas/guard/background.png",
|
|
56
72
|
"owner": "Quinn Michaels",
|
|
57
73
|
"creator": "Quinn Michaels",
|
|
58
|
-
"created": "February 7, 2025 at 8:02 PM"
|
|
59
|
-
"system": "Deva.world.justice",
|
|
60
|
-
"describe": "Guard Deva is responsible for handling guard issues in Deva.world. Guard Deva ensures Deva.world systems are always guarded.",
|
|
61
|
-
"emoji": "/public/devas/deva/emoji.png",
|
|
62
|
-
"avatar": "/public/devas/deva/avatar.png",
|
|
63
|
-
"background": "/public/devas/deva/background.png",
|
|
64
|
-
"voice": "onyx"
|
|
74
|
+
"created": "February 7, 2025 at 8:02 PM"
|
|
65
75
|
}
|
|
66
76
|
},
|
|
67
77
|
"vars": {
|