@indra.ai/deva.veda 0.0.7 → 0.0.9
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/agent.json +1 -1
- package/help/corpus.feecting +9 -0
- package/help/main.feecting +5 -23
- package/package.json +2 -2
package/data/agent.json
CHANGED
package/help/main.feecting
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
::begin:center
|
|
2
|
-
image: /public/devas/::agent_key::/main.png
|
|
3
|
-
::end:center
|
|
4
|
-
|
|
5
1
|
# ::agent_name::
|
|
6
2
|
|
|
7
|
-
::
|
|
3
|
+
::agent_profile::
|
|
4
|
+
|
|
5
|
+
talk: #security file:public main:header
|
|
6
|
+
talk: #algorithm file:public main:header
|
|
8
7
|
|
|
9
8
|
---
|
|
10
9
|
|
|
@@ -14,12 +13,10 @@ p: These methods are built into ::agent_name:: to provide functionality into the
|
|
|
14
13
|
::begin:deva-methods
|
|
15
14
|
### Books
|
|
16
15
|
p: This command will return a listing of books for the Rig Veda from our custom Veda Library.
|
|
17
|
-
|
|
18
16
|
example: #::agent_key:: books
|
|
19
17
|
|
|
20
18
|
### Book
|
|
21
19
|
p: This command will return the details and list of hymns in a specific book.
|
|
22
|
-
|
|
23
20
|
example: #::agent_key:: book [book number 1-10]
|
|
24
21
|
|
|
25
22
|
### Hymn
|
|
@@ -29,23 +26,8 @@ example: #::agent_key:: hymn [hymn number]
|
|
|
29
26
|
example: #::agent_key:: hymn 01001
|
|
30
27
|
::end:deva-methods
|
|
31
28
|
|
|
32
|
-
---
|
|
33
|
-
|
|
34
|
-
::begin:Security
|
|
35
|
-
talk:#docs view devas/main:security
|
|
36
|
-
::end:Security
|
|
37
|
-
|
|
38
|
-
::begin:IndraMind
|
|
39
|
-
talk:#docs view algos/indramind:data
|
|
40
|
-
::end:IndraMind
|
|
41
|
-
|
|
42
|
-
::begin:VedicThreefoldAlgorithm
|
|
43
|
-
talk:#docs view algos/vta:data
|
|
44
|
-
::end:VedicThreefoldAlgorithm
|
|
45
|
-
|
|
46
|
-
---
|
|
47
29
|
|
|
48
|
-
copyright: (c)
|
|
30
|
+
copyright: (c)2025 Quinn Michaels
|
|
49
31
|
|
|
50
32
|
::begin:hidden
|
|
51
33
|
#color = ::agent_color::
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": 6642777683539,
|
|
3
3
|
"name": "@indra.ai/deva.veda",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.9",
|
|
5
5
|
"author": "Quinn Michaels",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"copyright": "2025",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"homepage": "https://deva.space/devas/veda",
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@indra.ai/deva": "^1.4.
|
|
31
|
+
"@indra.ai/deva": "^1.4.16"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"he": "^1.2.0"
|