@indra.ai/deva.algorithm 0.0.4 → 0.0.7
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 +9 -0
- package/help/main.feecting +11 -36
- package/package.json +5 -5
- package/packs/indra.ai-deva.algorithm-0.0.1.tgz +0 -0
- package/packs/indra.ai-deva.algorithm-0.0.2.tgz +0 -0
- package/packs/indra.ai-deva.algorithm-0.0.3.tgz +0 -0
- package/packs/indra.ai-deva.algorithm-0.0.4.tgz +0 -0
package/help/main.feecting
CHANGED
|
@@ -1,45 +1,20 @@
|
|
|
1
1
|
# ::agent_name::
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
::agent_profile::
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
name: ::agent_name::
|
|
8
|
-
emoji: ::agent_emoji::
|
|
9
|
-
describe: ::agent_describe::
|
|
5
|
+
talk: #security file:public main:header
|
|
6
|
+
talk: #algorithm file:public main:header
|
|
10
7
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
## Features
|
|
14
|
-
|
|
15
|
-
p: The local #security feature available to ::agent_name::.
|
|
16
|
-
cmd:#::agent_key:: security
|
|
17
|
-
|
|
18
|
-
p: The local #support feature available to ::agent_name::.
|
|
19
|
-
cmd:#::agent_key:: support
|
|
20
|
-
|
|
21
|
-
p: The local #services feature available to ::agent_name::.
|
|
22
|
-
cmd:#::agent_key:: services
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
## Methods
|
|
26
|
-
|
|
27
|
-
p:Generate a unique id from the ::agent_name::.
|
|
28
|
-
cmd:#::agent_key:: uid
|
|
29
|
-
|
|
30
|
-
p:Generate a date from the ::agent_name::.
|
|
31
|
-
cmd:#::agent_key:: today
|
|
32
|
-
|
|
33
|
-
p:Return the status for the ::agent_name::.
|
|
34
|
-
cmd:#::agent_key:: status
|
|
35
|
-
|
|
36
|
-
p:Get help using the ::agent_name::
|
|
37
|
-
cmd:#::agent_key:: help
|
|
38
|
-
|
|
39
|
-
---
|
|
8
|
+
copyright: ©2025 Quinn Michaels
|
|
40
9
|
|
|
10
|
+
::begin:hidden
|
|
41
11
|
#color = ::agent_color::
|
|
42
12
|
#bgcolor = ::agent_bgcolor::
|
|
43
13
|
#bg = ::agent_background::
|
|
14
|
+
::end:hidden
|
|
44
15
|
|
|
45
|
-
|
|
16
|
+
#FourfouldMeans
|
|
17
|
+
1. The Veda
|
|
18
|
+
2. The sacred tradition
|
|
19
|
+
3. The customs of virtuous men
|
|
20
|
+
4. One's own pleasure
|
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.7",
|
|
5
5
|
"author": "Quinn Michaels",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"copyright": "2025",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
},
|
|
28
28
|
"homepage": "https://deva.space/devas/algorithm",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@indra.ai/deva": "^1.4.
|
|
30
|
+
"@indra.ai/deva": "^1.4.23"
|
|
31
31
|
},
|
|
32
32
|
"data": {
|
|
33
33
|
"agent": {
|
|
34
34
|
"id": 2786414868244,
|
|
35
|
-
"key": "
|
|
35
|
+
"key": "algorithm",
|
|
36
36
|
"prompt": {
|
|
37
|
-
"emoji": "
|
|
37
|
+
"emoji": "🥼",
|
|
38
38
|
"text": "Algorithm",
|
|
39
39
|
"colors": {
|
|
40
40
|
"label": {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"init": "🟠 INIT",
|
|
72
72
|
"start": "🔵 START",
|
|
73
73
|
"enter": "🟢 ENTER",
|
|
74
|
-
"ready": "⭐️
|
|
74
|
+
"ready": "⭐️ Ready!",
|
|
75
75
|
"stop": "🔴 STOP",
|
|
76
76
|
"exit": "🟡 EXIT",
|
|
77
77
|
"done": "🟣 DONE",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|