@indra.ai/deva.justice 0.0.15 → 0.0.17

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.
@@ -1,9 +1,7 @@
1
+ ::BEGIN:MAIN
1
2
  # {{agent.name}}
2
3
 
3
4
  {{profile}}
4
5
 
5
- talk: #algorithm file:public main:header
6
- talk: #security file:public main:header
7
- talk: #legal file:public main:header
8
-
9
6
  copyright: ©2025 Quinn Michaels
7
+ ::END:MAIN
@@ -1,14 +1,12 @@
1
- # ::agent_name::
1
+ ::BEGIN:MAIN
2
+ # {{profil.ename}}
2
3
 
3
- ::agent_profile::
4
-
5
- talk: #security file:public main:header
6
- talk: #algorithm file:public main:header
7
-
8
- copyright: (c)2025 Quinn Michaels
4
+ {{profile}}
9
5
 
10
6
  ::begin:hidden
11
- #color = ::agent_color::
12
- #bgcolor = ::agent_bgcolor::
13
- #bg = ::agent_background::
7
+ #color = {{profile.color}}
8
+ #bgcolor = {{profile.bgcolor}}
9
+ #bg = {{profile.bg}}
14
10
  ::end:hidden
11
+ copyright: (c)2025 Quinn Michaels
12
+ ::END:MAIN
package/index.js CHANGED
@@ -2,9 +2,7 @@
2
2
  // Justice Deva
3
3
  import Deva from '@indra.ai/deva';
4
4
  import pkg from './package.json' with {type:'json'};
5
-
6
- import data from './data.json' with {type:'json'};
7
- const {agent,vars} = data.DATA;
5
+ const {agent,vars} = pkg.data;
8
6
 
9
7
  // set the __dirname
10
8
  import {dirname} from 'node:path';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": 6159528221394,
3
3
  "name": "@indra.ai/deva.justice",
4
- "version": "0.0.15",
4
+ "version": "0.0.17",
5
5
  "author": "Quinn Michaels",
6
6
  "license": "MIT",
7
7
  "copyright": "2025",
@@ -27,6 +27,76 @@
27
27
  },
28
28
  "homepage": "https://deva.space/devas/justice",
29
29
  "dependencies": {
30
- "@indra.ai/deva": "^1.5.4"
30
+ "@indra.ai/deva": "^1.5.35"
31
+ },
32
+ "data": {
33
+ "agent": {
34
+ "id": 6159528221394,
35
+ "key": "justice",
36
+ "prompt": {
37
+ "emoji": "⚖️ ",
38
+ "text": "Justice",
39
+ "colors": {
40
+ "label": {
41
+ "R": 255,
42
+ "G": 145,
43
+ "B": 79
44
+ },
45
+ "text": {
46
+ "R": 255,
47
+ "G": 145,
48
+ "B": 79
49
+ }
50
+ }
51
+ },
52
+ "profile": {
53
+ "name": "#JusticeDeva",
54
+ "title": "Justice Deva",
55
+ "subtitle": "Handling justice in to prevent violations of justice.",
56
+ "describe": "Justice Deva is responsible for handling justice issues in Deva.world. Justice Deva ensures Fair Justice in Deva.world systems.",
57
+ "tweet": "Justice Deva ensures Fair Justice in Deva.world systems.",
58
+ "hashtags": "QuinnMichaels,IndraAI,DevaWorld,JusticeDeva",
59
+ "pronouns": "He, Him",
60
+ "gender": "DEVA",
61
+ "style": "Justice system of design.",
62
+ "voice": "onyx",
63
+ "system": "Deva.world.justice",
64
+ "layout": "default",
65
+ "color": "",
66
+ "bgcolor": "",
67
+ "emoji": "/assets/devas/justice/emoji.png",
68
+ "avatar": "/assets/devas/justice/avatar.png",
69
+ "image": "/assets/devas/justice/image.png",
70
+ "background": "/assets/devas/justice/background.png",
71
+ "owner": "Quinn Michaels",
72
+ "creator": "Quinn Michaels",
73
+ "created": "February 7, 2025 at 8:02 PM"
74
+ }
75
+ },
76
+ "vars": {
77
+ "messages": {
78
+ "init": "🟠 INIT",
79
+ "start": "🔵 START",
80
+ "enter": "🟢 ENTER",
81
+ "ready": "⭐️ READY!",
82
+ "stop": "🔴 STOP",
83
+ "exit": "🟡 EXIT",
84
+ "done": "🟣 DONE",
85
+ "error": "💣 ERROR!"
86
+ },
87
+ "trigger": "@LEGAL",
88
+ "context": {
89
+ "uid": "generating uid",
90
+ "status": "getting status",
91
+ "info": "getting info",
92
+ "feature": "accessing feature",
93
+ "issue": "has issues",
94
+ "help": "asking for help",
95
+ "file": "📁 View file."
96
+ },
97
+ "ask": {
98
+ "history": []
99
+ }
100
+ }
31
101
  }
32
102
  }
package/data.json DELETED
@@ -1,66 +0,0 @@
1
- {
2
- "name": "Justice Deva Data File",
3
- "describe": "The main Data file for Justice Deva",
4
- "copyright": "Copyright (c)2025 Quinn Michaels. All rights reserved.",
5
- "DATA": {
6
- "agent": {
7
- "id": 6159528221394,
8
- "key": "justice",
9
- "prompt": {
10
- "emoji": "⚖️ ",
11
- "text": "Justice",
12
- "colors": {
13
- "label": {
14
- "R": 255,
15
- "G": 145,
16
- "B": 79
17
- },
18
- "text": {
19
- "R": 255,
20
- "G": 145,
21
- "B": 79
22
- }
23
- }
24
- },
25
- "profile": {
26
- "name": "Justice Deva",
27
- "pronouns": "He, Him",
28
- "gender": "DEVA",
29
- "owner": "Quinn Michaels",
30
- "creator": "Quinn Michaels",
31
- "created": "February 7, 2025 at 8:02 PM",
32
- "system": "Deva.world.justice",
33
- "describe": "Justice Deva is responsible for handling justice issues in Deva.world. Justice Deva ensures Fair Justice in Deva.world systems.",
34
- "emoji": "/public/devas/deva/emoji.png",
35
- "avatar": "/public/devas/deva/avatar.png",
36
- "background": "/public/devas/deva/background.png",
37
- "voice": "onyx"
38
- }
39
- },
40
- "vars": {
41
- "messages": {
42
- "init": "🟠 INIT",
43
- "start": "🔵 START",
44
- "enter": "🟢 ENTER",
45
- "ready": "⭐️ Justice Deva Ready!",
46
- "stop": "🔴 STOP",
47
- "exit": "🟡 EXIT",
48
- "done": "🟣 DONE",
49
- "error": "💣 ERROR!"
50
- },
51
- "trigger": "@LEGAL",
52
- "context": {
53
- "uid": "generating uid",
54
- "status": "getting status",
55
- "info": "getting info",
56
- "feature": "accessing feature",
57
- "issue": "has issues",
58
- "help": "asking for help",
59
- "file": "📁 View file."
60
- },
61
- "ask": {
62
- "history": []
63
- }
64
- }
65
- }
66
- }