@indra.ai/deva.legal 0.1.9 → 0.1.11
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/corpus.feecting +2 -4
- package/help/main.feecting +4 -5
- package/package.json +19 -10
package/help/corpus.feecting
CHANGED
package/help/main.feecting
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
|
|
2
2
|
# {{profile.name}}
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
{{profile}}
|
|
5
|
+
|
|
6
|
+
---
|
|
5
7
|
|
|
6
8
|
## Training
|
|
7
9
|
|
|
8
10
|
### Constitutional Training
|
|
9
|
-
|
|
11
|
+
cmd: #legal help training/start
|
|
10
12
|
|
|
11
13
|
p: To develop the Legal Deva Constitutional Training for AI Entities, we should begin by establishing a foundational framework that includes the following key components
|
|
12
14
|
|
|
13
|
-
|
|
14
15
|
---
|
|
15
16
|
|
|
16
|
-
{{profile}}
|
|
17
|
-
|
|
18
17
|
::begin:hidden
|
|
19
18
|
#color = {{profile.color}}
|
|
20
19
|
#bgcolor = {{profile.bgcolor}}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": 6159528221394,
|
|
3
3
|
"name": "@indra.ai/deva.legal",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.11",
|
|
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/legal",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@indra.ai/deva": "^1.5.
|
|
30
|
+
"@indra.ai/deva": "^1.5.35",
|
|
31
31
|
"mongodb": "^6.13.0"
|
|
32
32
|
},
|
|
33
33
|
"data": {
|
|
@@ -51,18 +51,27 @@
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
"profile": {
|
|
54
|
-
"name": "
|
|
54
|
+
"name": "#LegalDeva",
|
|
55
|
+
"title": "Legal Deva",
|
|
56
|
+
"subtitle": "Taking care of legal issues",
|
|
57
|
+
"describe": "Legal Deva is responsible for handling legal issues in Deva.world.",
|
|
58
|
+
"tweet": "Legal Deva is responsible for handling legal issues in Deva.world.",
|
|
59
|
+
"hashtags": "QuinnMichaels,IndraAI,DevaWorld,LegalDeva",
|
|
55
60
|
"pronouns": "He, Him",
|
|
56
61
|
"gender": "DEVA",
|
|
62
|
+
"style": "Legal precisicion and professionalism.",
|
|
63
|
+
"voice": "onyx",
|
|
64
|
+
"system": "Deva.world.legal",
|
|
65
|
+
"layout": "default",
|
|
66
|
+
"color": "rgb(186,182,158)",
|
|
67
|
+
"bgcolor": "rgb(29,28,20)",
|
|
68
|
+
"emoji": "/assets/devas/legal/emoji.png",
|
|
69
|
+
"avatar": "/assets/devas/legal/avatar.png",
|
|
70
|
+
"image": "/assets/devas/legal/image.png",
|
|
71
|
+
"background": "/assets/devas/legal/background.png",
|
|
57
72
|
"owner": "Quinn Michaels",
|
|
58
73
|
"creator": "Quinn Michaels",
|
|
59
|
-
"created": "February 7, 2025 at 3:19 AM"
|
|
60
|
-
"system": "Deva.world.legal",
|
|
61
|
-
"describe": "Legal Deva is responsible for handling legal issues in Deva.world.",
|
|
62
|
-
"emoji": "/public/devas/deva/emoji.png",
|
|
63
|
-
"avatar": "/public/devas/deva/avatar.png",
|
|
64
|
-
"background": "/public/devas/deva/background.png",
|
|
65
|
-
"voice": "onyx"
|
|
74
|
+
"created": "February 7, 2025 at 3:19 AM"
|
|
66
75
|
}
|
|
67
76
|
},
|
|
68
77
|
"vars": {
|